overhaul ConfigManager, add basic tests, add basic docs
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
## ------------------------------------------ ##
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user