Skip to content

added script to suggest missing \gls entries

Karl Kosack requested to merge feature/suggestions into main

Somewhat quick-n-dirty script, but works for the most part.

Example of usage and output:

% ./suggest-glossary-items.py --glossary glossary-computing.yaml ../datapipe-concept-document/datapipe-concept.tex


======================================================================
glossary-computing.yaml
======================================================================
Terms used with glossary links:
 num   key
----------------------------------------
   2   DPPS                 Data Processing and Preservation System
   1   IRF                  Instrument Response Function

Terms used WITHOUT glossary links:
 num   key                  term
----------------------------------------
   2   interface            Interface
   2   UC                   Use Case
   2   pointing             pointing
   2   workflow             workflow
   1   DPPS                 DPPS
   1   metadata             metadata
   1   data                 data

Merge request reports

Loading