Files
python-guide/docs/documentation.rst
T
Kenneth Reitz 42f6588145 better skeleton
2011-04-23 16:02:14 -04:00

21 lines
224 B
ReStructuredText

Documenting Your Code
=====================
Documenting your code is extremely important. It is debatebly even
more important than testing.
The Basics
::::::::::
Code Comments
-------------
Doc Strings
-----------