eric7/Documentation/Source/eric7.DocumentationTools.ModuleDocumentor.html

branch
eric7
changeset 8596
d64760b2da50
parent 8372
e0227a7c850e
child 8598
0460087da31b
equal deleted inserted replaced
8595:ce2034bc1c6e 8596:d64760b2da50
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html><head> 2 <html><head>
3 <title>eric7.DocumentationTools.ModuleDocumentor</title> 3 <title>eric7.DocumentationTools.ModuleDocumentor</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 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
23 <h1>eric7.DocumentationTools.ModuleDocumentor</h1> 9 <h1>eric7.DocumentationTools.ModuleDocumentor</h1>
24 10
200 <tr><td>None</td></tr> 186 <tr><td>None</td></tr>
201 </table> 187 </table>
202 188
203 <a NAME="ModuleDocument.__init__" ID="ModuleDocument.__init__"></a> 189 <a NAME="ModuleDocument.__init__" ID="ModuleDocument.__init__"></a>
204 <h4>ModuleDocument (Constructor)</h4> 190 <h4>ModuleDocument (Constructor)</h4>
205 <b>ModuleDocument</b>(<i>module, colors, stylesheet=None</i>) 191 <b>ModuleDocument</b>(<i>module</i>)
206 192
207 <p> 193 <p>
208 Constructor 194 Constructor
209 </p> 195 </p>
210 <dl> 196 <dl>
211 197
212 <dt><i>module</i></dt> 198 <dt><i>outputDir</i> (str)</dt>
213 <dd> 199 <dd>
214 the information of the parsed Python file 200 The output directory for the files
215 </dd>
216 <dt><i>colors</i></dt>
217 <dd>
218 dictionary specifying the various colors for the output
219 (dictionary of strings)
220 </dd>
221 <dt><i>stylesheet</i></dt>
222 <dd>
223 the style to be used for the generated pages (string)
224 </dd> 201 </dd>
225 </dl> 202 </dl>
226 <a NAME="ModuleDocument.__checkDeprecated" ID="ModuleDocument.__checkDeprecated"></a> 203 <a NAME="ModuleDocument.__checkDeprecated" ID="ModuleDocument.__checkDeprecated"></a>
227 <h4>ModuleDocument.__checkDeprecated</h4> 204 <h4>ModuleDocument.__checkDeprecated</h4>
228 <b>__checkDeprecated</b>(<i>descr</i>) 205 <b>__checkDeprecated</b>(<i>descr</i>)

eric ide

mercurial