doc
This commit is contained in:
parent
b46651ae7c
commit
cf606a0d7e
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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`_.
|
||||
|
|
Loading…
Reference in New Issue