update docs config (separate modules and autosummary)

This commit is contained in:
2024-04-19 03:55:59 -07:00
parent 0c61f79f2b
commit fac33b69d3
52 changed files with 1582 additions and 2492 deletions

View File

@@ -4,7 +4,7 @@ BASH=/usr/bin/bash
## ------------------ docs ------------------ ##
docs-build:
sphinx-apidoc --module-first -o docs/_autoref/ co4
sphinx-apidoc --module-first --separate -o docs/_autoref/ co3
make -C docs/ html
docs-serve:
@@ -12,6 +12,7 @@ docs-serve:
docs-clean:
make -C docs/ clean
rm -rf docs/_autoref
## ------------------------------------------ ##
## ----------------- tests ------------------ ##