This commit is contained in:
gwen 2012-11-14 11:33:49 +01:00
parent b46651ae7c
commit cf606a0d7e
3 changed files with 1 additions and 10 deletions

View File

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

View File

@ -1,3 +0,0 @@
epydoc --css grayscale -o ./build/pydoc ../tiramisu/*.py #config.py ../option.py
#apirst2html.py --stylesheet=docutils.css --external-api=epydoc --external-api-root=epydoc:./api/ --external-api-file=epydoc:./api/api-objects.txt doc.txt > doc.htm

View File

@ -32,10 +32,7 @@ configuration handler.
- :doc:`configapi` and :doc:`optionapi` describe the API's details,
- :doc:`status` for a summary of the `Option`'s and `Config`'s statuses,
- :doc:`consistency` for the local and global integrity constraints,
- :doc:`glossary` describes the specific terms used in Tiramisu.
- :doc:`pydoc/index` for the developer's API
This work is licensed under a `Creative Commons Attribution-ShareAlike 3.0 Unported License`_.