summaryrefslogtreecommitdiff
path: root/doc/tutorial/describing-code.rst
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2021-08-11 17:54:03 +0200
committerJuan Luis Cano Rodríguez <hello@juanlu.space>2021-08-12 20:09:50 +0200
commit8573c281ecb644a0be52ab7cbdb56467c00a4d96 (patch)
treeb49376d7fd7d417ce649a90081582e47176b285a /doc/tutorial/describing-code.rst
parent8334fd983ee299c60bb0f8920cafc33a56269f61 (diff)
downloadsphinx-git-8573c281ecb644a0be52ab7cbdb56467c00a4d96.tar.gz
Add section on automatic documentation generation
Diffstat (limited to 'doc/tutorial/describing-code.rst')
-rw-r--r--doc/tutorial/describing-code.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tutorial/describing-code.rst b/doc/tutorial/describing-code.rst
index 150142ad3..f213d0f57 100644
--- a/doc/tutorial/describing-code.rst
+++ b/doc/tutorial/describing-code.rst
@@ -5,6 +5,8 @@ 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.
+.. _tutorial-describing-objects:
+
Documenting Python objects
--------------------------