Documentation¶
Generated projects include a fully configured MkDocs setup with the Material for MkDocs theme.
What's Included¶
- MkDocs Material theme with dark/light mode, search, and navigation features
- mkdocstrings for auto-generated documentation from docstrings
- Code highlighting with copy buttons and annotations
- Admonitions, tabbed content, and other Material extensions
Local Development¶
Deployment¶
The CI/CD pipeline also deploys docs automatically on pushes to main.
Structure¶
docs/
index.md # Landing page
modules.md # Auto-generated reference
css/
overrides.css # Custom styling
mkdocs.yml # MkDocs configuration
Documentation¶
The template uses mkdocstrings with the Python handler to generate docs from your source code docstrings. Simply document your modules and classes with docstrings, and they appear in the docs automatically.