sphinx-simplepdf icon indicating copy to clipboard operation
sphinx-simplepdf copied to clipboard

automatic glossary / bibliography creation

Open mawieland opened this issue 3 years ago • 1 comments

This helps keep a list of abbreviations organized in bigger documents.

Should be accessible via a role directly in markdown. Similar to sphinx-needs

for example:

## chapter 1
:abb: `sne` is an extension to sphinx-needs which enables access to various commercial ticket systems.

would show:


chapter 1

SNE is an extension to sphinx-needs which enables access to various commercial ticket systems.


linking to a paper or other document could be done in a similar fashion.

This feature might also be useful in a HTML documentation context. One possible solution is to create a separate sphinx extension to work with both HTML and simplepdf that auto-creates a glossary + bibliography file.

mawieland avatar Feb 13 '23 12:02 mawieland

It must be automatically? So Sphinx glossary is not a valid solution? https://sublime-and-sphinx-guide.readthedocs.io/en/latest/glossary.html

danwos avatar Feb 13 '23 13:02 danwos