1 | <html>
|
---|
2 | <head>
|
---|
3 | <title>Python @RELEASE@ Documentation - @DATE@</title>
|
---|
4 | <meta name="aesop" content="links">
|
---|
5 | <meta name="description"
|
---|
6 | content="Top-level index to the standard documentation for
|
---|
7 | Python @RELEASE@.">
|
---|
8 | <link rel="SHORTCUT ICON" href="icons/pyfav.png" type="image/png">
|
---|
9 | <link rel="STYLESHEET" href="lib/lib.css" type="text/css">
|
---|
10 | <link rel="author" href="acks.html" title="Acknowledgements">
|
---|
11 | <link rel="help" href="about.html" title="About the Python Documentation">
|
---|
12 | <link rel="index" href="modindex.html" title="Global Module Index">
|
---|
13 | <style type="text/css">
|
---|
14 | a.title { font-weight: bold; font-size: 110%; }
|
---|
15 | ul { margin-left: 1em; padding: 0pt; border: 0pt; }
|
---|
16 | ul li { margin-top: 0.2em; }
|
---|
17 | td.left-column { padding-right: 1em; }
|
---|
18 | td.right-column { padding-left: 1em; }
|
---|
19 | </style>
|
---|
20 | </head>
|
---|
21 | <body>
|
---|
22 | <div class="navigation">
|
---|
23 | <table align="center" width="100%" cellpadding="0" cellspacing="2">
|
---|
24 | <tr>
|
---|
25 | <td><img width="32" height="32" align="bottom" border="0" alt=""
|
---|
26 | src="icons/blank.png"></td>
|
---|
27 | <td><img width="32" height="32" align="bottom" border="0" alt=""
|
---|
28 | src="icons/blank.png"></td>
|
---|
29 | <td><img width="32" height="32" align="bottom" border="0" alt=""
|
---|
30 | src="icons/blank.png"></td>
|
---|
31 | <td align="center" width="100%">
|
---|
32 | <b class="title">Python Documentation</b></td>
|
---|
33 | <td><img width="32" height="32" align="bottom" border="0" alt=""
|
---|
34 | src="icons/blank.png"></td>
|
---|
35 | <td><a href="modindex.html"><img width="32" height="32"
|
---|
36 | align="bottom" border="0" alt="Module Index"
|
---|
37 | src="icons/modules.png"></a></td>
|
---|
38 | <td><img width="32" height="32" align="bottom" border="0" alt=""
|
---|
39 | src="icons/blank.png"></A></td>
|
---|
40 | </tr>
|
---|
41 | </table>
|
---|
42 | <hr>
|
---|
43 | </div>
|
---|
44 | <div align="center" class="titlepage">
|
---|
45 | <h1>Python Documentation</h1>
|
---|
46 |
|
---|
47 | <p>
|
---|
48 | <strong>Release @RELEASE@</strong>
|
---|
49 | <br>
|
---|
50 | <strong>@DATE@</strong>
|
---|
51 | </p>
|
---|
52 | </div>
|
---|
53 |
|
---|
54 | <table align="center">
|
---|
55 | <tbody>
|
---|
56 | <tr>
|
---|
57 | <td class="left-column">
|
---|
58 | <ul>
|
---|
59 | <li> <a href="tut/tut.html" class="title">Tutorial</a>
|
---|
60 | <br>(start here)
|
---|
61 | </ul>
|
---|
62 | </td>
|
---|
63 | <td class="right-column">
|
---|
64 | <ul>
|
---|
65 | <li> <a href="whatsnew/@WHATSNEW@.html" class="title"
|
---|
66 | >What's New in Python</a>
|
---|
67 | <br>(changes since the last major release)
|
---|
68 | </ul>
|
---|
69 | </td>
|
---|
70 | </tr>
|
---|
71 | <tr>
|
---|
72 | <td valign="baseline" class="left-column">
|
---|
73 |
|
---|
74 | <ul>
|
---|
75 | <li> <a href="modindex.html" class="title">Global Module Index</a>
|
---|
76 | <br>(for quick access to all documentation)
|
---|
77 |
|
---|
78 | <li> <a href="lib/lib.html" class="title">Library Reference</a>
|
---|
79 | <br>(keep this under your pillow)
|
---|
80 |
|
---|
81 | <li> <a href="mac/mac.html" class="title">Macintosh Module
|
---|
82 | Reference</a>
|
---|
83 | <br>(this too, if you use a Macintosh)
|
---|
84 |
|
---|
85 | <li> <a href="inst/inst.html" class="title">Installing
|
---|
86 | Python Modules</a>
|
---|
87 | <br>(for administrators)
|
---|
88 |
|
---|
89 | <li> <a href="dist/dist.html" class="title">Distributing
|
---|
90 | Python Modules</a>
|
---|
91 | <br>(for developers and packagers)
|
---|
92 | </ul>
|
---|
93 | </td>
|
---|
94 | <td valign="baseline" class="right-column">
|
---|
95 |
|
---|
96 | <ul>
|
---|
97 | <li> <a href="ref/ref.html" class="title">Language Reference</a>
|
---|
98 | <br>(for language lawyers)
|
---|
99 |
|
---|
100 | <li> <a href="ext/ext.html" class="title">Extending and
|
---|
101 | Embedding</a>
|
---|
102 | <br>(tutorial for C/C++ programmers)
|
---|
103 |
|
---|
104 | <li> <a href="api/api.html" class="title">Python/C API</a>
|
---|
105 | <br>(reference for C/C++ programmers)
|
---|
106 |
|
---|
107 | <li> <a href="doc/doc.html" class="title">Documenting Python</a>
|
---|
108 | <br>(information for documentation authors)
|
---|
109 | </ul>
|
---|
110 | </td>
|
---|
111 | </tr>
|
---|
112 | <tr>
|
---|
113 | <td valign="baseline" class="left-column">
|
---|
114 |
|
---|
115 | <ul>
|
---|
116 | <li> <a href="http://www.python.org/doc/" class="title"
|
---|
117 | >Documentation Central</a>
|
---|
118 | <br>(for everyone)
|
---|
119 | </ul>
|
---|
120 | </td>
|
---|
121 | <td valign="baseline" class="right-column">
|
---|
122 |
|
---|
123 | <ul>
|
---|
124 | <li> <a href="http://www.python.org/doc/howto/" class="title"
|
---|
125 | >Python How-To Guides</a>
|
---|
126 | <br>(special topics)
|
---|
127 | </ul>
|
---|
128 | </td>
|
---|
129 | </tr>
|
---|
130 | </tbody>
|
---|
131 | </table>
|
---|
132 | <p>
|
---|
133 |
|
---|
134 | <address>
|
---|
135 | <hr>
|
---|
136 | See <i><a href="about.html">About the Python Documentation</a></i>
|
---|
137 | for information on suggesting changes.
|
---|
138 | </address>
|
---|
139 | </body>
|
---|
140 | </html>
|
---|