Docs now auto-generate from docstrings

This commit is contained in:
Jef Roosens 2020-08-27 18:18:27 +02:00
parent e41d9780a4
commit 9c1a56445b
5 changed files with 11 additions and 13 deletions

4
.gitignore vendored
View file

@ -8,8 +8,10 @@ build/
*.egg-info/
*.eggs/
# Docs output
# Docs
docs/build
docs/source/*.rst
!docs/source/index.rst
# Caches
__pycache__/