Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Added documentation directory with a Makefile to generate source code

documentation. This adds python-epydoc as a build dependency.
This commit is contained in:
Einar Ryeng 2006-10-17 15:06:24 +00:00
parent 4153f06c60
commit fb3d9f2050
2 changed files with 12 additions and 1 deletions

11
doc/Makefile Normal file
View 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

View File

@ -208,7 +208,7 @@ class CategoryDataset(Dataset):
Always has linked dimension in first dim:
ex matrix:
go_term1 go_term2 ...
. go_term1 go_term2 ...
gene_1
gene_2
gene_3