diff options
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/describing-code.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/describing-code.rst b/doc/tutorial/describing-code.rst index 6a7128701..2b4df59da 100644 --- a/doc/tutorial/describing-code.rst +++ b/doc/tutorial/describing-code.rst @@ -1,9 +1,9 @@ Describing code in Sphinx ========================= -In the previous sections of the tutorial you can read how to write narrative -or prose documentation in Sphinx. In this section you will describe code -objects instead. +In the :doc:`previous sections of the tutorial </tutorial/index>` you can read +how to write narrative or prose documentation in Sphinx. In this section you +will describe code objects instead. .. _tutorial-describing-objects: |