Make the inline link to docstrings work.

This commit is contained in:
Niko Wenselowski
2012-05-12 22:05:31 +02:00
parent 89f9147aec
commit 23370fa83a
+2
View File
@@ -55,6 +55,8 @@ Comments
Comments are written directly inside the code, either using the hash sign (#)
or a docstring_.
.. _docstring: docstrings_
Finding the correct balance between undocumented code and verbose and useless
comment boilerplates is difficult, and is the subject of heated discussion
among developers.