added docs/

This commit is contained in:
Johannes Findeisen 2013-05-27 01:10:51 +02:00
commit 9a31ee33fd
79 changed files with 10782 additions and 0 deletions

14
Makefile Normal file
View 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