0.17.x¶
0.17.0¶
- Released:
21.08.2025
New and Improved¶
✨ Add parsing of
glossarydirectives and gathering oftermreference targets, for example:.. glossary:: term1 term2 Definition of term1.
These are now viewable in the VS Code standard domain index tree view, and are output in the
objects.inv, when runningubc build targets --format inv.✨ Add initial capture of reference target implicit titles, for example the
target_namebelow will have the titleA Title:.. _target_name: A Title =======
These are now viewable in the VS Code standard domain index tree view, and are output in the
objects.inv, when runningubc build targets --format inv.