From 7cf80932f9b1b9d9e76d024eb8c3ea8f09652028 Mon Sep 17 00:00:00 2001 From: Drew Devereux Date: Wed, 11 Aug 2021 18:30:43 +0800 Subject: [PATCH] Update references.rst Fix self-referential example that has been made nonsense by a section heading change --- source/references.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/references.rst b/source/references.rst index a706a32..e271d6a 100644 --- a/source/references.rst +++ b/source/references.rst @@ -17,7 +17,7 @@ this text in another part of this document would link to this section: .. code-block:: RST - :ref:`Cross-References to Locations in the Same Document` + :ref:`Links to Sections in the Same Document` .. note:: Make sure you have ``sphinx.ext.autosectionlabel`` in your extensions in your conf.py file. For example, ``extensions = ['sphinx.ext.autosectionlabel']``