PageRenderTime 72ms CodeModel.GetById 50ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/help.html

http://github.com/apresta/tagger
HTML | 272 lines | 224 code | 30 blank | 18 comment | 0 complexity | 932ffbe9f044c3305eb8de294aaf9240 MD5 | raw file
  1. <?xml version="1.0" encoding="ascii"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>Help</title>
  7. <link rel="stylesheet" href="epydoc.css" type="text/css" />
  8. <script type="text/javascript" src="epydoc.js"></script>
  9. </head>
  10. <body bgcolor="white" text="black" link="blue" vlink="#204080"
  11. alink="#204080">
  12. <!-- ==================== NAVIGATION BAR ==================== -->
  13. <table class="navbar" border="0" width="100%" cellpadding="0"
  14. bgcolor="#a0c0ff" cellspacing="0">
  15. <tr valign="middle">
  16. <!-- Tree link -->
  17. <th>&nbsp;&nbsp;&nbsp;<a
  18. href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
  19. <!-- Index link -->
  20. <th>&nbsp;&nbsp;&nbsp;<a
  21. href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
  22. <!-- Help link -->
  23. <th bgcolor="#70b0f0" class="navbar-select"
  24. >&nbsp;&nbsp;&nbsp;Help&nbsp;&nbsp;&nbsp;</th>
  25. <!-- Project homepage -->
  26. <th class="navbar" align="right" width="100%">
  27. <table border="0" cellpadding="0" cellspacing="0">
  28. <tr><th class="navbar" align="center"
  29. ><a class="navbar" target="_top" href="http://github.com/apresta/tagger">tagger</a></th>
  30. </tr></table></th>
  31. </tr>
  32. </table>
  33. <table width="100%" cellpadding="0" cellspacing="0">
  34. <tr valign="top">
  35. <td width="100%">&nbsp;</td>
  36. <td>
  37. <table cellpadding="0" cellspacing="0">
  38. <!-- hide/show private -->
  39. <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
  40. onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
  41. <tr><td align="right"><span class="options"
  42. >[<a href="frames.html" target="_top">frames</a
  43. >]&nbsp;|&nbsp;<a href="help.html"
  44. target="_top">no&nbsp;frames</a>]</span></td></tr>
  45. </table>
  46. </td>
  47. </tr>
  48. </table>
  49. <h1 class="epydoc"> API Documentation </h1>
  50. <p> This document contains the API (Application Programming Interface)
  51. documentation for tagger. Documentation for the Python
  52. objects defined by the project is divided into separate pages for each
  53. package, module, and class. The API documentation also includes two
  54. pages containing information about the project as a whole: a trees
  55. page, and an index page. </p>
  56. <h2> Object Documentation </h2>
  57. <p>Each <strong>Package Documentation</strong> page contains: </p>
  58. <ul>
  59. <li> A description of the package. </li>
  60. <li> A list of the modules and sub-packages contained by the
  61. package. </li>
  62. <li> A summary of the classes defined by the package. </li>
  63. <li> A summary of the functions defined by the package. </li>
  64. <li> A summary of the variables defined by the package. </li>
  65. <li> A detailed description of each function defined by the
  66. package. </li>
  67. <li> A detailed description of each variable defined by the
  68. package. </li>
  69. </ul>
  70. <p>Each <strong>Module Documentation</strong> page contains:</p>
  71. <ul>
  72. <li> A description of the module. </li>
  73. <li> A summary of the classes defined by the module. </li>
  74. <li> A summary of the functions defined by the module. </li>
  75. <li> A summary of the variables defined by the module. </li>
  76. <li> A detailed description of each function defined by the
  77. module. </li>
  78. <li> A detailed description of each variable defined by the
  79. module. </li>
  80. </ul>
  81. <p>Each <strong>Class Documentation</strong> page contains: </p>
  82. <ul>
  83. <li> A class inheritance diagram. </li>
  84. <li> A list of known subclasses. </li>
  85. <li> A description of the class. </li>
  86. <li> A summary of the methods defined by the class. </li>
  87. <li> A summary of the instance variables defined by the class. </li>
  88. <li> A summary of the class (static) variables defined by the
  89. class. </li>
  90. <li> A detailed description of each method defined by the
  91. class. </li>
  92. <li> A detailed description of each instance variable defined by the
  93. class. </li>
  94. <li> A detailed description of each class (static) variable defined
  95. by the class. </li>
  96. </ul>
  97. <h2> Project Documentation </h2>
  98. <p> The <strong>Trees</strong> page contains the module and class hierarchies: </p>
  99. <ul>
  100. <li> The <em>module hierarchy</em> lists every package and module, with
  101. modules grouped into packages. At the top level, and within each
  102. package, modules and sub-packages are listed alphabetically. </li>
  103. <li> The <em>class hierarchy</em> lists every class, grouped by base
  104. class. If a class has more than one base class, then it will be
  105. listed under each base class. At the top level, and under each base
  106. class, classes are listed alphabetically. </li>
  107. </ul>
  108. <p> The <strong>Index</strong> page contains indices of terms and
  109. identifiers: </p>
  110. <ul>
  111. <li> The <em>term index</em> lists every term indexed by any object's
  112. documentation. For each term, the index provides links to each
  113. place where the term is indexed. </li>
  114. <li> The <em>identifier index</em> lists the (short) name of every package,
  115. module, class, method, function, variable, and parameter. For each
  116. identifier, the index provides a short description, and a link to
  117. its documentation. </li>
  118. </ul>
  119. <h2> The Table of Contents </h2>
  120. <p> The table of contents occupies the two frames on the left side of
  121. the window. The upper-left frame displays the <em>project
  122. contents</em>, and the lower-left frame displays the <em>module
  123. contents</em>: </p>
  124. <table class="help summary" border="1" cellspacing="0" cellpadding="3">
  125. <tr style="height: 30%">
  126. <td align="center" style="font-size: small">
  127. Project<br />Contents<hr />...</td>
  128. <td align="center" style="font-size: small" rowspan="2" width="70%">
  129. API<br />Documentation<br />Frame<br /><br /><br />
  130. </td>
  131. </tr>
  132. <tr>
  133. <td align="center" style="font-size: small">
  134. Module<br />Contents<hr />&nbsp;<br />...<br />&nbsp;
  135. </td>
  136. </tr>
  137. </table><br />
  138. <p> The <strong>project contents frame</strong> contains a list of all packages
  139. and modules that are defined by the project. Clicking on an entry
  140. will display its contents in the module contents frame. Clicking on a
  141. special entry, labeled "Everything," will display the contents of
  142. the entire project. </p>
  143. <p> The <strong>module contents frame</strong> contains a list of every
  144. submodule, class, type, exception, function, and variable defined by a
  145. module or package. Clicking on an entry will display its
  146. documentation in the API documentation frame. Clicking on the name of
  147. the module, at the top of the frame, will display the documentation
  148. for the module itself. </p>
  149. <p> The "<strong>frames</strong>" and "<strong>no frames</strong>" buttons below the top
  150. navigation bar can be used to control whether the table of contents is
  151. displayed or not. </p>
  152. <h2> The Navigation Bar </h2>
  153. <p> A navigation bar is located at the top and bottom of every page.
  154. It indicates what type of page you are currently viewing, and allows
  155. you to go to related pages. The following table describes the labels
  156. on the navigation bar. Note that not some labels (such as
  157. [Parent]) are not displayed on all pages. </p>
  158. <table class="summary" border="1" cellspacing="0" cellpadding="3" width="100%">
  159. <tr class="summary">
  160. <th>Label</th>
  161. <th>Highlighted when...</th>
  162. <th>Links to...</th>
  163. </tr>
  164. <tr><td valign="top"><strong>[Parent]</strong></td>
  165. <td valign="top"><em>(never highlighted)</em></td>
  166. <td valign="top"> the parent of the current package </td></tr>
  167. <tr><td valign="top"><strong>[Package]</strong></td>
  168. <td valign="top">viewing a package</td>
  169. <td valign="top">the package containing the current object
  170. </td></tr>
  171. <tr><td valign="top"><strong>[Module]</strong></td>
  172. <td valign="top">viewing a module</td>
  173. <td valign="top">the module containing the current object
  174. </td></tr>
  175. <tr><td valign="top"><strong>[Class]</strong></td>
  176. <td valign="top">viewing a class </td>
  177. <td valign="top">the class containing the current object</td></tr>
  178. <tr><td valign="top"><strong>[Trees]</strong></td>
  179. <td valign="top">viewing the trees page</td>
  180. <td valign="top"> the trees page </td></tr>
  181. <tr><td valign="top"><strong>[Index]</strong></td>
  182. <td valign="top">viewing the index page</td>
  183. <td valign="top"> the index page </td></tr>
  184. <tr><td valign="top"><strong>[Help]</strong></td>
  185. <td valign="top">viewing the help page</td>
  186. <td valign="top"> the help page </td></tr>
  187. </table>
  188. <p> The "<strong>show private</strong>" and "<strong>hide private</strong>" buttons below
  189. the top navigation bar can be used to control whether documentation
  190. for private objects is displayed. Private objects are usually defined
  191. as objects whose (short) names begin with a single underscore, but do
  192. not end with an underscore. For example, "<code>_x</code>",
  193. "<code>__pprint</code>", and "<code>epydoc.epytext._tokenize</code>"
  194. are private objects; but "<code>re.sub</code>",
  195. "<code>__init__</code>", and "<code>type_</code>" are not. However,
  196. if a module defines the "<code>__all__</code>" variable, then its
  197. contents are used to decide which objects are private. </p>
  198. <p> A timestamp below the bottom navigation bar indicates when each
  199. page was last updated. </p>
  200. <!-- ==================== NAVIGATION BAR ==================== -->
  201. <table class="navbar" border="0" width="100%" cellpadding="0"
  202. bgcolor="#a0c0ff" cellspacing="0">
  203. <tr valign="middle">
  204. <!-- Tree link -->
  205. <th>&nbsp;&nbsp;&nbsp;<a
  206. href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
  207. <!-- Index link -->
  208. <th>&nbsp;&nbsp;&nbsp;<a
  209. href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
  210. <!-- Help link -->
  211. <th bgcolor="#70b0f0" class="navbar-select"
  212. >&nbsp;&nbsp;&nbsp;Help&nbsp;&nbsp;&nbsp;</th>
  213. <!-- Project homepage -->
  214. <th class="navbar" align="right" width="100%">
  215. <table border="0" cellpadding="0" cellspacing="0">
  216. <tr><th class="navbar" align="center"
  217. ><a class="navbar" target="_top" href="http://github.com/apresta/tagger">tagger</a></th>
  218. </tr></table></th>
  219. </tr>
  220. </table>
  221. <table border="0" cellpadding="0" cellspacing="0" width="100%%">
  222. <tr>
  223. <td align="left" class="footer">
  224. Generated by Epydoc 3.0.1 on Wed Jun 8 01:57:42 2011
  225. </td>
  226. <td align="right" class="footer">
  227. <a target="mainFrame" href="http://epydoc.sourceforge.net"
  228. >http://epydoc.sourceforge.net</a>
  229. </td>
  230. </tr>
  231. </table>
  232. <script type="text/javascript">
  233. <!--
  234. // Private objects are initially displayed (because if
  235. // javascript is turned off then we want them to be
  236. // visible); but by default, we want to hide them. So hide
  237. // them unless we have a cookie that says to show them.
  238. checkCookie();
  239. // -->
  240. </script>
  241. </body>
  242. </html>