diff options
| -rw-r--r-- | doc/markup/inline.rst | 2 | ||||
| -rw-r--r-- | doc/rest.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/markup/inline.rst b/doc/markup/inline.rst index 2349bf7e..164cf37c 100644 --- a/doc/markup/inline.rst +++ b/doc/markup/inline.rst @@ -166,6 +166,8 @@ The following role creates a cross-reference to the term in the glossary: during build. +.. _ref-role: + Cross-referencing arbitrary locations ------------------------------------- diff --git a/doc/rest.rst b/doc/rest.rst index 988e46e5..4984f642 100644 --- a/doc/rest.rst +++ b/doc/rest.rst @@ -141,7 +141,7 @@ Internal links ^^^^^^^^^^^^^^ Internal linking is done via a special reST role, see the section on specific -markup, :ref:`doc-ref-role`. +markup, :ref:`ref-role`. Sections |
