I'm generating documentation with Sphinx. I can change the label of links to documents in the table of contents with
Features </resources/pages/features>
in the toctree directive as per the toctree directive, but how can I do the same for links to sections within a document?
EDIT :
This is what I would like to achieve :
doc.rst
.. toctree::
:maxdepth: 2
Section - Information <info>
.. _info:
Info Section
------------
So that Section - information
would appear in the table of contents but Info section
would appear in the document itself