-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@183 8a9318a1-56ba-4d59-b755-99d26321be01
(no author) authoredgit-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@183 8a9318a1-56ba-4d59-b755-99d26321be01
doc.txt 431 B
<title>Glossary</title>
</head>
<body>
<h1>Glossary</h1>
## make a list of all the terms we might be using in our report and their definitions
<dl>
% for statName, description in sorted(list(definitions.items())) :
<dt>
<b>${statName}</b>
</dt>
<dd>
${description}
</dd>
% endfor
</dl>
</body>
</html>