Documenting Python packages Which system is better to choose?

Matthias Baas baas at ira.uka.de
Tue Mar 25 15:27:10 EST 2003


On 22 Mar 2003 12:18:07 -0800, erellon at narod.ru (erellon) wrote:
>Right now I am choosing between Pydoc, Epydoc and Happydoc. But maybe
>anybody knows any other that has Javadoc-like syntax and
>object-orinted interface (not just command-line). Maybe anybody can
>recommend other ?

You could try doxygen (http://www.doxygen.org).
Together with a filter I've written you can also use it to document
Python code. Here's the filter: http://i31www.ira.uka.de/~baas/pydoxy/

- Matthias -





More information about the Python-list mailing list