python_learners_glossary
python_learners_glossary copied to clipboard
Script to generate glossarized versions of other documents
glossarize.py my_documentation.md > my_glossarized_documentation.md
Appearances of terms in dictionary become hyperlinks to appropriate points in the python_learners_glossary
... or definitions added to document as popup tooltips? (How to?)
Should support HTML, rST
Depends on #3