Building documentation¶
This site is built from the docs/ folder with MkDocs and Material for MkDocs. API pages are generated from Python docstrings via mkdocstrings.
Project overview and install steps: repository README on GitHub.
Build and serve¶
From the repository root (the docs target installs MkDocs into the active environment if needed):
Manual equivalent:
Deploy (e.g. GitHub Pages)¶
Requires gh-pages branch permissions on the remote.
Writing¶
- Add Markdown under
docs/and register the page inmkdocs.yml→nav. - Links to files outside
docs/(e.g.tools/README.md,configs/*.json) should use full GitHub URLs so the static site does not warn about missing targets. - API reference pages use
oriented_det.moduleblocks; keep docstrings in sync with the code.
Folder layout and maintainer checklist: docs/README.md (source on GitHub; not duplicated in this site because index.md is the home page).