guides icon indicating copy to clipboard operation
guides copied to clipboard

Support Index generation (Glossary)

Open garvinhicking opened this issue 1 year ago • 0 comments
trafficstars

Feature request

Sphinx allows to create indexes like this:

https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/genindex.html

This interprets RST tagged indices:

.. index:: 
   XLIFF; Files
   File; XLIFF

and with that information creates a reference index as "genindex.html".

Having an index like this helps readers of documentation to easily see which terms have been referenced on which page, where manual indexes have been placed.

garvinhicking avatar Mar 11 '24 13:03 garvinhicking