overhaul ConfigManager, add basic tests, add basic docs

This commit is contained in:
2024-07-05 02:06:05 -07:00
parent a0c250ac83
commit 6c01071f04
34 changed files with 795 additions and 319 deletions

View File

@@ -12,10 +12,14 @@ docs-serve:
cd docs/_build/html && python -m http.server 9091
docs-build:
sphinx-apidoc --module-first --separate -o docs/_autoref/ symconf
make -C docs/ html
docs-clean:
make -C docs/ clean
rm -rf docs/_autoref
rm -rf docs/_autosummary
## ------------------------------------------ ##