diff options
Diffstat (limited to 'doc/tutorial/describing-code.rst')
-rw-r--r-- | doc/tutorial/describing-code.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/tutorial/describing-code.rst b/doc/tutorial/describing-code.rst index f5c5391ff..f353f9af1 100644 --- a/doc/tutorial/describing-code.rst +++ b/doc/tutorial/describing-code.rst @@ -11,8 +11,7 @@ Documenting Python objects -------------------------- Sphinx offers several roles and directives to document Python objects, -all grouped together in the Python -:doc:`domain </usage/restructuredtext/domains>`. For example, you can +all grouped together in :ref:`the Python domain <python-domain>`. For example, you can use the :rst:dir:`py:function` directive to document a Python function, as follows: |