root / pycommunity / pycommunity / doc / recipes / glossary_recipe.txt

Revision 68:83208f451b91, 264 bytes (checked in by Tarek Ziad?? <tarek@…>, 23 months ago)

moving around

Line 
1How to make a glossary
2======================
3
4The glossary file is composed of lines with a word and its definition,
5separated by two dots::
6
7    word: definition
8    word2: definition
9
10Definitions are short sentences, that can fit in a hint or an acronym tag.
11
Note: See TracBrowser for help on using the browser.