I am trying to explicitly set the title of an element in my toctree
. The documentation says it should be this:
.. toctree::
All about strings <string>
But it just prints the title of what's in the string.rst document, and not "All about strings".
Anybody have an idea?