sphinx documentation; adjusted all docstrings; moved some modules to non-public subpackage

This commit is contained in:
2022-03-24 13:38:30 +01:00
parent 4c6a5412ca
commit 7e34aa106d
42 changed files with 985 additions and 228 deletions

3
.gitignore vendored
View File

@ -3,9 +3,10 @@
# IDE settings:
/.idea/
/.vscode/
# Distribution / packaging:
# Distribution / build files:
*.egg-info/
/dist/
/docs/build/
# Python cache:
__pycache__/
# Testing: