~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to doc/help.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

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