Documenting Python code.

Leif K-Brooks eurleif at ecritters.biz
Tue May 3 11:32:07 EDT 2005


Isaac Rodriguez wrote:
> Are there any standarized ways of documenting Python code? When I check the 
> __doc__ attribute of the standard modules, the results are kind of plain. Is 
> everyone using this style?

See <http://epydoc.sourceforge.net/>. Epydoc has a simple language for 
documentation that can markup type information for paramaters and other 
stuff like that.



More information about the Python-list mailing list