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 install guides
│ └── overviews/ # Plugin overviews and summaries
├── manifest.log # Tracks cleaned file revisions
└── README.md # Repo overview and contribution guide
- All changes originate in the
a3bs-dirty/folder. - Only explicitly cleaned or verified files are moved to
a3bs-clean/. - Unchanged files are moved (not copied).
- Cleaned files are committed as part of Baseline 0 and beyond.
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
Baseline 0 committed. a3bs-clean/ is fully synchronized and documented.
📄 View the live docs site: GitHub Pages
This repo contains:
- Class documentation
- Plugin introspection utilities
- Batch workflows and image tools
Built with care by D & G.