In my reStructuredText document, I have a section defined like so:
Update the ``PATH`` Environment Variable
----------------------------------------
<
Taken from the Sphinx documentation:
If you place a label directly before a section title, you can reference to it with
:ref:`label-name`
.
Example:
.. _my-reference-label:
Section to cross-reference
--------------------------
This is the text of the section.
It refers to the section itself, see :ref:`my-reference-label`.