Documentation Automation#
This repository treats documentation surfaces as a checked contract. The same baseline is intended to be portable across the design-research module repos where the utilities apply, with repo-specific exceptions called out explicitly.
Copyable Snippets#
Docs builds include sphinx_copybutton with prompt stripping enabled so shell
and Python blocks copy cleanly without leading $ or >>> prompts.
Repo-Specific Exception#
This repo keeps the example-oriented badge/report pair
(Examples Passing and Public API In Examples) because runnable examples
are part of the public-surface contract here. Sibling repos can omit those
surfaces when they do not publish comparable example metrics.
Regression Checks#
scripts/check_docs_consistency.py verifies the badge baseline, copybutton
wiring, the checked docs-automation hooks, and the newcomer-facing
Where To Start guide.