- URL: https://lukasniessen.github.io/ArchUnitPython/
- Source:
docs/folder generated by pdoc - Updates: Automatically on push to
mainbranch
- Tool: pdoc
- Entry Point:
src/archunitpython/ - Output:
docs/folder - Theme: Default pdoc theme
- Documentation Deployment:
.github/workflows/docs.yaml - Integration Tests:
.github/workflows/integrate.yaml
# Install pdoc
pip install pdoc
# Generate documentation
pdoc src/archunitpython/ -o docs/
# Serve locally
pdoc src/archunitpython/