add epydoc api documentation

This commit is contained in:
gwen
2012-05-22 09:25:39 +02:00
parent e1a9b10d5a
commit 19db2feb35
10 changed files with 343 additions and 5 deletions

View File

@ -5,7 +5,7 @@ HTMLFRAGMENT=$(addsuffix .html, $(basename $(SRC)))
.PHONY: all clean
all: html code
all: html code epydoc
# make -C ./build/code all
# make -C ./build/test all
# make -C ./build all
@ -18,8 +18,9 @@ html: $(HTMLFRAGMENT)
code:
./code2html
epydoc:
./epydoc.sh
clean:
make -C ./build clean
make -C ./pydoc/ clean
# make -C ./build/test clean