diff options
| author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-08-11 17:54:03 +0200 |
|---|---|---|
| committer | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-08-12 20:09:50 +0200 |
| commit | 8573c281ecb644a0be52ab7cbdb56467c00a4d96 (patch) | |
| tree | b49376d7fd7d417ce649a90081582e47176b285a /doc/tutorial/describing-code.rst | |
| parent | 8334fd983ee299c60bb0f8920cafc33a56269f61 (diff) | |
| download | sphinx-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.rst | 2 |
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 -------------------------- |
