1 <!DOCTYPE html> |
1 <!DOCTYPE html> |
2 <html><head> |
2 <html><head> |
3 <title>eric7.DocumentationTools</title> |
3 <title>eric7.DocumentationTools</title> |
4 <meta charset="UTF-8"> |
4 <meta charset="UTF-8"> |
5 <style> |
5 <link rel="stylesheet" href="styles.css"> |
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
6 </head> |
21 <body> |
7 <body> |
22 <h1>eric7.DocumentationTools</h1> |
8 <h1>eric7.DocumentationTools</h1> |
23 |
9 |
24 <p> |
10 <p> |
48 <tr> |
34 <tr> |
49 <td><a href="eric7.DocumentationTools.QtHelpGenerator.html">QtHelpGenerator</a></td> |
35 <td><a href="eric7.DocumentationTools.QtHelpGenerator.html">QtHelpGenerator</a></td> |
50 <td>Module implementing the QtHelp generator for the builtin documentation generator.</td> |
36 <td>Module implementing the QtHelp generator for the builtin documentation generator.</td> |
51 </tr> |
37 </tr> |
52 <tr> |
38 <tr> |
53 <td><a href="eric7.DocumentationTools.TemplatesListsStyle.html">TemplatesListsStyle</a></td> |
|
54 <td>Module implementing templates for the documentation generator (lists style).</td> |
|
55 </tr> |
|
56 <tr> |
|
57 <td><a href="eric7.DocumentationTools.TemplatesListsStyleCSS.html">TemplatesListsStyleCSS</a></td> |
39 <td><a href="eric7.DocumentationTools.TemplatesListsStyleCSS.html">TemplatesListsStyleCSS</a></td> |
58 <td>Module implementing templates for the documentation generator (lists style).</td> |
40 <td>Module implementing templates for the documentation generator (lists style).</td> |
59 </tr> |
41 </tr> |
60 </table> |
42 </table> |
61 </body></html> |
43 </body></html> |