[BioPython] biopython-epydoc

Rafael C. Jimenez rafael at nbn.ac.za
Fri Apr 8 04:53:21 EDT 2005


I am trying to get html help pages of biopython through epydoc. Epydoc 
generate the html files but there is not information inside about the 
modules, classes, and/or functions. Any idea of how to do this?

My input/output:
----------------------------------------------------------------------
nbn213:/System/Library/Frameworks/Python.framework/Versions/2.3/bin rc$ 
ls
epydoc          epydocgui       idle            pydoc           python  
         python2.3

nbn213:/System/Library/Frameworks/Python.framework/Versions/2.3/bin rc$ 
./epydoc -o /Users/rc/Desktop/epydoc/biopython  --css blue  
--private-css green -v -n biopython -u http://biopython.org 
--inheritance listed Bio

Importing 1 modules.
   [1/1] Importing Bio
Building API documentation for 1 modules.
   [1/1] Building docs for Bio
Writing HTML docs (10 files) to '/Users/rc/Desktop/epydoc/biopython'.
   [ 1/10] Writing epydoc.css
   [ 2/10] Writing Bio-module.html
   [ 3/10] Writing indices.html
   [ 4/10] Writing trees.html
   [ 5/10] Writing help.html
   [ 6/10] Writing frames.html
   [ 7/10] Writing toc.html
   [ 8/10] Writing toc-everything.html
   [ 9/10] Writing toc-Bio-module.html
   [10/10] Writing index.html



More information about the BioPython mailing list