begin subparser integration

This commit is contained in:
2024-05-18 15:35:10 -07:00
parent d2c9ff9c06
commit 888bb52d23
10 changed files with 173 additions and 56 deletions

18
.gitignore vendored
View File

@@ -1,2 +1,18 @@
docs/_build
# generic py
__pycache__/
.pytest_cache/
*.egg-info/
.ipynb_checkpoints/
.pytest_cache/
.python-version
# vendor and build files
dist/
build/
docs/_autoref/
docs/_autosummary/
docs/_build/
# local
notebooks/
/Makefile