root / pycommunity / pycommunity / tests / www / recipes / glossary_recipe.html

Revision 68:83208f451b91, 1.2 kB (checked in by Tarek Ziad?? <tarek@…>, 21 months ago)

moving around

Line 
1<html>
2  <head>
3    <title>How to make a glossary</title>
4    <style type="text/css" media="all">
5        @import "../pycommunity.css";
6    </style>
7    <script language="javascript" type="text/javascript"
8        src="../pycommunity.js" ></script>
9  </head>
10  <body>
11   <div class="backlink">
12    <a href="../recipes.html">
13       <img src="../media/recipe.png"/>
14       Recipe list
15    </a>
16    <a href="../index.html">
17       <img src="../media/home.png"/>
18       Main page
19    </a>
20   </div>
21   <div class="content">
22    <div class="document" id="how-to-make-a-glossary">
23<h1 class="title">How to make a glossary</h1>
24<p>The glossary file is composed of lines with a word and its definition,
25separated by two dots:</p>
26<pre class="literal-block">
27word: definition
28word2: definition
29pycommunity: a documentation generator
30</pre>
31<p>Definitions are short sentences, that can fit in a hint or an acronym tag:</p>
32<pre class="literal-block">
33<acronym title='a documentation generator'>PyCommunity</a>
34</pre>
35</div>
36   </div>
37   <div class="backlink">
38    <a href="../recipes.html">
39       <img src="../media/recipe.png"/>
40       Recipe list
41    </a>
42    <a href="../index.html">
43       <img src="../media/home.png"/>
44       Main page
45    </a>
46   </div>
47  </body>
48</html>
Note: See TracBrowser for help on using the browser.