Updates API documentation for everything.

C. Scott Ananian cscott at laptop.org
Sun Dec 30 13:54:26 EST 2007


I should have also noted that epydoc is configured to use
ReStructuredText by default for docstrings
(http://docutils.sourceforge.net/rst.html) -- if you prefer to use a
different markup language set the global __docformat__ at the top
level of your module, as described here:
  http://epydoc.sourceforge.net/manual-othermarkup.html

It is my understanding that ReStructuredText will be the recommended
markup format for Python2.6; it also has the benefit of being
remarkably readable in plain text.
 --scott
-- 
                         ( http://cscott.net/ )



More information about the Devel mailing list