Documenting Python code.

Fredrik Lundh fredrik at pythonware.com
Thu May 5 17:04:35 EDT 2005


Isaac Rodriguez wrote:

> Since Python is a very powerful language parsing strings, replacing
> expressions, and processing XML, I was wondering if people documents the
> code using constructs similar to JavaDoc

if you want something very similar to JavaDoc, you can use PythonDoc:

    http://effbot.org/zone/pythondoc.htm

</F>






More information about the Python-list mailing list