wrknv 2025-11-03
Replace hand-written API docs with mkdocstrings auto-generated references
106 files · 208+ · 95-

Auto-generated API reference documentation

2 files changed
  • SUMMARY.md New 92-line summary listing all module reference pages
  • mkdocs.yml Updated MkDocs config to use mkdocstrings plugin
  • Replaced 6 hand-written API doc pages with 92 auto-generated mkdocstrings reference pages covering every module in the package decouple external
    2 files
    • SUMMARY.md
    • mkdocs.yml

Build tooling

3 files changed
  • Makefile Added Makefile with docs serve and build targets
  • .gitignore Added patterns for generated docs artifacts
  • __init__.py Added missing logging package init
  • Added Makefile with documentation build targets and created missing logging package init.py baseline internal
    2 files
    • Makefile
    • __init__.py