Standard way of documenting python code ?
John J. Lee
jjl at pobox.com
Sun Nov 30 10:30:28 EST 2003
More information about the Python-list mailing list
Sun Nov 30 10:30:28 EST 2003
- Previous message (by thread): Standard way of documenting python code ?
- Next message (by thread): python's threading has no "interrupt"?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Rony <bucodi at ahoo.fr> writes: > A question on python source documentation. > Does there exist a standard for documenting code ? > I've included here an example generated by pydoc of one of my modules. > Is this the right way or is it overkill ? > Comments are appreciated [...] http://www.python.org/peps/pep-0008.html There are some good guidelines about docstrings in there. If you're writing in English, error is spelled "error", not "erreur". :-) John
- Previous message (by thread): Standard way of documenting python code ?
- Next message (by thread): python's threading has no "interrupt"?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list