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