On Sep 27, 2005, at 12:45 PM, Kenneth McDonald wrote: > It's too bad that there is no equivalent of d'oxygen for Python. That > is a _nice_ program.
I've been using epydoc (http://epydoc.sourceforge.net) for a while now, and it's really nice. The output is very much in the style of Javadoc. Its markup language lets you document module, class, and instance variables and constants by mentioning them in the module or class's docstring. It has its own markup languge (very JavaDoc-ish), but it also supports JavaDoc and reStructuredText syntax. - Michael -- http://mail.python.org/mailman/listinfo/python-list