Get epydoc from SourceForge (http://epydoc.sourceforge.net/).  It will
auto-generate beautiful HTML doc pages for your Python classes, using
the information you have inserted as the doc strings for your classes
and methods.  I use it to generate the pyparsing documentation, and it
works very well for me (and I only use about 20% of epydoc's
capabilities).

-- Paul

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to