Added documentation directory with a Makefile to generate source code
documentation. This adds python-epydoc as a build dependency.
This commit is contained in:
11
doc/Makefile
Normal file
11
doc/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
all: html
|
||||
|
||||
html:
|
||||
@echo ----------------
|
||||
@echo Generating epydoc html code documentation.
|
||||
@echo See epydoc-html.log for epydoc log.
|
||||
@echo ----------------
|
||||
epydoc --html -o html/ ../fluents ../workflows 2> epydoc-html.log
|
||||
|
||||
|
Reference in New Issue
Block a user