added docs/
This commit is contained in:
parent
796998e6e0
commit
5aea780761
1 changed files with 14 additions and 0 deletions
14
Makefile
Normal file
14
Makefile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
all:
|
||||
|
||||
clean:
|
||||
rm -rf docs
|
||||
rm -rf log
|
||||
find . -type f -name "*.pyc" -exec rm -f {} \;
|
||||
|
||||
docs:
|
||||
epydoc --html -o docs ./lib
|
||||
|
||||
docs-pdf:
|
||||
epydoc --pdf -o docs ./lib
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue