I’m documenting a Python API of several scripts with Sphinx. In the main file index.rst
I have the familiar indices using the special Sphinx names:
* :ref:`modindex`
The above code generates a bullet point in html with a link to the module index page, and the text Module Index. Is it possible to change the displayed text, e.g. to Script Index? This is needed because the API does not have any modules, just executable scripts.