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/ )
_______________________________________________
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel

Reply via email to