1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>epydoc.html</title>
<link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar"> <a class="navbar" href="epydoc-module.html">Home</a> </th>
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th>
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th>
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </th>
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center">
<p class="nomargin">
<a class="navbar" target="_top" href="http://epydoc.sourceforge.net">epydoc 2.0</a>
</p></th></tr></table>
</th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<font size="-1"><b class="breadcrumbs">
<a href="epydoc-module.html">Package epydoc</a> ::
Module html
</b></font></br>
</td>
<td><table cellpadding="0" cellspacing="0">
<tr><td align="right"><font size="-2">[<a href="../private/epydoc.html-module.html">show private</a> | hide private]</font></td></tr>
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a> | <a href="epydoc.html-module.html" target="_top">no frames</a>]</font></td></tr>
</table></td>
</tr></table>
<!-- =========== START OF MODULE DESCRIPTION =========== -->
<h2 class="module">Module epydoc.html</h2>
Documentation to HTML converter. This module defines a single class,
<a href="epydoc.html.HTMLFormatter-class.html"
class="link"><code>HTMLFormatter</code></a>, which translates the API
documentation encoded in a <a href="epydoc.objdoc.DocMap-class.html"
class="link"><code>DocMap</code></a> into a set of HTML files.
<hr/>
<p><b>To Do:</b>
<ul>
<li>either use StringIO more (if it's significantly faster), or don't use
it at all.
</li>
<li>finish updating docstrings.
</li>
</ul></p>
<p><b>Question:</b> Should functions with no docstrings be listed in the details section?
Currently, they are not, with the reasoning being that there's nothing
else to say about them. But parameter defaults are listed in details, and
not in summary. C.f. properties, where properties without docstrings are
always listed in details (since we want to list their accessor
methods).
</p>
<!-- =========== START OF CLASSES =========== -->
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
<th colspan="2">Classes</th></tr>
<tr><td width="15%">
<b><a href="epydoc.html.HTMLFormatter-class.html"><code>HTMLFormatter</code></a></b></td>
<td>Documentation to HTML converter.</td></tr>
</table><br />
<!-- =========== START OF VARIABLE SUMMARY =========== -->
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
<th colspan="2">Variable Summary</th></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
<td><b><a href="epydoc.html-module.html#FOOTER"><code>FOOTER</code></a></b>: The footer for standard documentation HTML pages.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
<td><b><a href="epydoc.html-module.html#FRAMES_INDEX"><code>FRAMES_INDEX</code></a></b> = <span title="'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">\n<html>\n<head>\n <title> %s </title>\n</head>\n<frameset cols="20%%,80%%">\n <frameset rows="30%%,70%%">\n <frame src="toc.html" name="moduleListFrame">\n <frame src="toc-everything.html" name="moduleFrame">\n </frameset>\n <frame src="%s" name="mainFrame">\n</frameset>\n</html>\n'"><code><span class="variable-quote">'</span><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML <span class="variable-ellipsis">...</span></code>
</span></td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
<td><b><a href="epydoc.html-module.html#HEADER"><code>HEADER</code></a></b>: The header for standard documentation HTML pages.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
<td><b><a href="epydoc.html-module.html#REDIRECT_INDEX"><code>REDIRECT_INDEX</code></a></b>: The contents of redirect index page.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
<td><b><a href="epydoc.html-module.html#SPECIAL_METHODS"><code>SPECIAL_METHODS</code></a></b>: A dictionary providing names for the special methods that a class can
define.</td></tr>
</table><br />
<!-- =========== START OF VARIABLE DETAILS =========== -->
<table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="details">
<th colspan="2">Variable Details</th></tr>
</table>
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
<a name="FOOTER"></a>
<h3>FOOTER</h3>
The footer for standard documentation HTML pages.
<dl>
<dt></dt>
<dd>
<dl>
<dt><b>Type:</b></dt>
<dd>
<code>str</code>
</dd>
<span title="'\n<table border="0" cellpadding="0" cellspacing="0" width="100%%">\n <tr>\n <td align="left"><font size="-2">Generated by Epydoc %s on %s</font></td>\n <td align="right"><a href="http://epydoc.sourceforge.net"\n ><font size="-2">http://epydoc.sf.net</font></a></td>\n </tr>\n</table>\n</body>\n</html>\n'"> <dt><b>Value:</b></dt>
<dd><table><tr><td>
<pre class="variable">
<span class="variable-quote">'''</span>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left"><font size="-2">Generated by Epydoc %s on %s</fon<span class="variable-linewrap">\</span>
t></td>
<td align="right"><a href="http://epydoc.sourceforge.net"
><font size="-2">http://epydoc.sf.net</font></a><span class="variable-linewrap">\</span>
</td>
<span class="variable-ellipsis">...</span> </pre>
</td></tr></table></dd>
</span> </dl>
</dd>
</dl></td></tr></table>
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
<a name="FRAMES_INDEX"></a>
<h3>FRAMES_INDEX</h3>
<dl>
<dt></dt>
<dd>
<dl>
<dt><b>Type:</b></dt>
<dd>
<code>str</code>
</dd>
<span title="'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">\n<html>\n<head>\n <title> %s </title>\n</head>\n<frameset cols="20%%,80%%">\n <frameset rows="30%%,70%%">\n <frame src="toc.html" name="moduleListFrame">\n <frame src="toc-everything.html" name="moduleFrame">\n </frameset>\n <frame src="%s" name="mainFrame">\n</frameset>\n</html>\n'"> <dt><b>Value:</b></dt>
<dd><table><tr><td>
<pre class="variable">
<span class="variable-quote">'''</span><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title> %s </title>
</head>
<frameset cols="20%%,80%%">
<frameset rows="30%%,70%%">
<frame src="toc.html" name="moduleListFrame">
<span class="variable-ellipsis">...</span> </pre>
</td></tr></table></dd>
</span> </dl>
</dd>
</dl></td></tr></table>
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
<a name="HEADER"></a>
<h3>HEADER</h3>
The header for standard documentation HTML pages.
<dl>
<dt></dt>
<dd>
<dl>
<dt><b>Type:</b></dt>
<dd>
<code>str</code>
</dd>
<span title="'<?xml version="1.0" encoding="iso-8859-1"?>\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n "DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n<head>\n <title>%s</title>\n <link rel="stylesheet" href="epydoc.css" type="text/css"></link>\n</head>\n<body bgcolor="white" text="black" link="blue" vlink="#204080"\n alink="#204080">\n'"> <dt><b>Value:</b></dt>
<dd><table><tr><td>
<pre class="variable">
<span class="variable-quote">'''</span><?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>%s</title>
<link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<span class="variable-ellipsis">...</span> </pre>
</td></tr></table></dd>
</span> </dl>
</dd>
</dl></td></tr></table>
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
<a name="REDIRECT_INDEX"></a>
<h3>REDIRECT_INDEX</h3>
The contents of redirect index page. This page is only used if the
supplied top page is external.
<dl>
<dt></dt>
<dd>
<dl>
<dt><b>Type:</b></dt>
<dd>
<code>str</code>
</dd>
<span title="'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">\n<html>\n<head>\n <title> Redirect </title>\n <meta http-equiv="refresh" content="1;url=%s">\n <link rel="stylesheet" href="epydoc.css" type="text/css"></link>\n</head>\n<body>\n Redirecting to the API documentation for <a href="%s">%s</a>...\n</body>\n</html>\n'"> <dt><b>Value:</b></dt>
<dd><table><tr><td>
<pre class="variable">
<span class="variable-quote">'''</span><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title> Redirect </title>
<meta http-equiv="refresh" content="1;url=%s">
<link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body>
<span class="variable-ellipsis">...</span> </pre>
</td></tr></table></dd>
</span> </dl>
</dd>
</dl></td></tr></table>
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
<a name="SPECIAL_METHODS"></a>
<h3>SPECIAL_METHODS</h3>
A dictionary providing names for the special methods that a class can
define.
<dl>
<dt></dt>
<dd>
<dl>
<dt><b>Type:</b></dt>
<dd>
<code>dict</code>
</dd>
<span title="{'__getslice__': 'Slicling operator', '__del__': 'Destructor', '__str__': 'Informal representation operator', '__radd__': 'Right-side addition operator', '__hash__': 'Hashing function', '__setitem__': 'Index assignment operator', '__or__': 'Or operator', '__add__': 'Addition operator', '__gt__': 'Greater-than operator', '__and__': 'And operator', '__lt__': 'Less-than operator', '__eq__': 'Equality operator', '__init__': 'Constructor', '__delitem__': 'Index deletion operator', '__delslice__': 'Slice deletion operator', '__nonzero__': 'Boolean test operator', '__getitem__': 'Indexing operator..."> <dt><b>Value:</b></dt>
<dd><table><tr><td>
<pre class="variable">
{'__add__': 'Addition operator',
'__and__': 'And operator',
'__call__': 'Call operator',
'__cmp__': 'Comparison operator',
'__contains__': 'In operator',
'__del__': 'Destructor',
'__delitem__': 'Index deletion operator',
'__delslice__': 'Slice deletion operator',
<span class="variable-ellipsis">...</span> </pre>
</td></tr></table></dd>
</span> </dl>
</dd>
</dl></td></tr></table>
<br />
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar"> <a class="navbar" href="epydoc-module.html">Home</a> </th>
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th>
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th>
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </th>
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center">
<p class="nomargin">
<a class="navbar" target="_top" href="http://epydoc.sourceforge.net">epydoc 2.0</a>
</p></th></tr></table>
</th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat Mar 20 17:46:19 2004</font></td>
<td align="right"><a href="http://epydoc.sourceforge.net"
><font size="-2">http://epydoc.sf.net</font></a></td>
</tr>
</table>
</body>
</html>
|