From 23370fa83a44c880b3b004982f1825faee9add62 Mon Sep 17 00:00:00 2001 From: Niko Wenselowski Date: Sat, 12 May 2012 22:05:31 +0200 Subject: [PATCH] Make the inline link to docstrings work. --- docs/writing/documentation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/writing/documentation.rst b/docs/writing/documentation.rst index 514197a..e469439 100644 --- a/docs/writing/documentation.rst +++ b/docs/writing/documentation.rst @@ -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.