From cf606a0d7e1460b5482963b066c6e8980a665872 Mon Sep 17 00:00:00 2001 From: gwen Date: Wed, 14 Nov 2012 11:33:49 +0100 Subject: [PATCH] doc --- doc/Makefile | 5 +---- doc/epydoc.sh | 3 --- doc/index.txt | 3 --- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100755 doc/epydoc.sh diff --git a/doc/Makefile b/doc/Makefile index f8c7cfe..504b1e2 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 diff --git a/doc/epydoc.sh b/doc/epydoc.sh deleted file mode 100755 index 6c9b830..0000000 --- a/doc/epydoc.sh +++ /dev/null @@ -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 - diff --git a/doc/index.txt b/doc/index.txt index 958f2f5..b76b3bc 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -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`_.