Commit b2b2f8d
committed
docs(feat[autodoc]): Add sphinx-autodoc-docutils, sphinx-autodoc-sphinx, and package-reference directive
why: Enable auto-generated reference tables for directives, roles, and
config values across all package docs pages, replacing static Markdown
tables with live introspection.
what:
- Add sphinx-autodoc-docutils package with autodirective, autorole,
autodirective-index, autorole-index directives
- Add sphinx-autodoc-sphinx package with autoconfigvalue,
autoconfigvalues, autoconfigvalue-index directives
- Add package_reference.py docs extension (auto-generates registered
surface tables from setup() introspection)
- Rewrite all package docs pages to use live autodoc directives
- Add argparse_neo_demo.py with subcommand and epilog examples
- Register new extensions in conf.py with env-gated intersphinx
- Add workspace packages to pyproject.toml, ruff, and mypy config
- Add tests for autodoc-docutils, autodoc-sphinx, and package-reference
- Add CSS for package demo cards and font specimens
- Add redirects for new package doc pages1 parent 2ac805c commit b2b2f8d
File tree
38 files changed
+2873
-531
lines changed- docs
- _ext
- _static/css
- packages
- packages
- gp-sphinx/src/gp_sphinx
- sphinx-autodoc-docutils
- src/sphinx_autodoc_docutils
- sphinx-autodoc-sphinx
- src/sphinx_autodoc_sphinx
- tests
- ext
- autodoc_docutils
- autodoc_sphinx
38 files changed
+2873
-531
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments