Added documentation directory with a Makefile to generate source code
documentation. This adds python-epydoc as a build dependency.
This commit is contained in:
parent
4153f06c60
commit
fb3d9f2050
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -208,7 +208,7 @@ class CategoryDataset(Dataset):
|
||||||
|
|
||||||
Always has linked dimension in first dim:
|
Always has linked dimension in first dim:
|
||||||
ex matrix:
|
ex matrix:
|
||||||
go_term1 go_term2 ...
|
. go_term1 go_term2 ...
|
||||||
gene_1
|
gene_1
|
||||||
gene_2
|
gene_2
|
||||||
gene_3
|
gene_3
|
||||||
|
|
Reference in New Issue