diff options
author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-09-06 17:12:39 +0200 |
---|---|---|
committer | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-09-06 17:14:31 +0200 |
commit | 53104cadc05dff234b83e858d7fefb7b82109206 (patch) | |
tree | 8230eea25f46e51c22ccdc700e8c2d6d13b46654 /doc/tutorial | |
parent | 2755333437b69dc1b3c98845a3fe3116e3b81728 (diff) | |
download | sphinx-git-53104cadc05dff234b83e858d7fefb7b82109206.tar.gz |
Add reference to tutorial TOC
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: |