Public documentation for A Cubed's GIMP 3 automation tools and plugins. Expectations include structured, versioned documentation for the GIMP 3 Python plugin ecosystem created by A Cubed Business Solutions (A³BS).
⭐ If you find this project helpful, please consider starring it to support visibility and development!
Help support the A³BS GIMP 3 documentation project!
Every donation helps us build better tools for the open-source creative community. 🙌
a3bs-public/
├── _config.yaml # GitHub Pages config
├── index.md # Main landing page (merged intro + links)
├── assets/ # Site assets (CSS, images, favicon, etc.)
│ ├── css/
│ └── images/
├── docs/
│ ├── index.md # GIMP Architecture index (linked from root)
│ ├── gimp-arch/ # Auto-documented GIMP classes (Gegl, Gimp, GimpUi)
│ │ ├── Gegl/
│ │ ├── Gimp/
│ │ └── GimpUi/
│ └── install/ # GIMP 3.2.4 install guide
├── manifest.log # Tracks cleaned file revisions
└── README.md # Repo overview and contribution guide
This site is deployed via GitHub Pages using the Minima theme. Ensure the following exists at the repo root:
_config.ymlwiththeme: minimaindex.mdas your site landing page
📄 View the live docs site: GitHub Pages
This repo contains:
- Class documentation
- Plugin introspection utilities
Built with care by D & G.