new docs
This commit is contained in:
parent
fbf98cd9f0
commit
6cf04f081c
64 changed files with 1574 additions and 201 deletions
4
Makefile
4
Makefile
|
|
@ -5,10 +5,10 @@ clean:
|
|||
find . -type f -name "*.pyc" -exec rm -f {} \;
|
||||
|
||||
docs:
|
||||
epydoc --html -o docs ./
|
||||
epydoc --html -o docs .
|
||||
|
||||
docs-pdf:
|
||||
epydoc --pdf -o docs ./
|
||||
epydoc --pdf -o docs .
|
||||
|
||||
docs-clean:
|
||||
rm -rf docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue