docs: update docs to reflect all current options

This commit is contained in:
Alex Kelly 2021-10-04 14:00:55 -04:00
parent d3ce964ded
commit ddf0614712
7 changed files with 216 additions and 9 deletions

View file

@ -18,6 +18,7 @@ dir:
clean:
rm -rf $(BUILDDIR)
find . -name __pycache__|xargs rm -rf
rm -rf docs/build
docs:
cd docs && make html