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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to