From 66da06ce34795091408fbd22c899daee501e5bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Mon, 23 Aug 2021 20:21:03 +0200 Subject: [PATCH] Do not single out footnotes and citations --- docs/guides/cross-referencing-with-sphinx.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/guides/cross-referencing-with-sphinx.rst b/docs/guides/cross-referencing-with-sphinx.rst index e20977498b7..b8831e56eb3 100644 --- a/docs/guides/cross-referencing-with-sphinx.rst +++ b/docs/guides/cross-referencing-with-sphinx.rst @@ -94,19 +94,15 @@ that will be rendered as: `in-line targets`_. Implicit targets ~~~~~~~~~~~~~~~~ -You may also reference sections by name without explicitly giving them one by -using *implicit targets*. +You may also reference some objects by name +without explicitly giving them one +by using *implicit targets*. -When we create a section, -reStructuredText will create a target with the title as the name. -For example, to reference the previous section we can use ```Explicit targets`_``, -that will be rendered as: `Explicit targets`_. +When you create a section, a footnote, or a citation, +Sphinx will create a target with the title as the name: .. note:: - `Footnotes `_ and - `citations `_ - also create implicit targets. Cross-referencing using roles -----------------------------