docs: update docs to reflect all current options
This commit is contained in:
parent
d3ce964ded
commit
ddf0614712
7 changed files with 216 additions and 9 deletions
1
Makefile
1
Makefile
|
@ -18,6 +18,7 @@ dir:
|
|||
clean:
|
||||
rm -rf $(BUILDDIR)
|
||||
find . -name __pycache__|xargs rm -rf
|
||||
rm -rf docs/build
|
||||
|
||||
docs:
|
||||
cd docs && make html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue