~exarkun/pyopenssl/trunk

« back to all changes in this revision

Viewing changes to doc/tools/html/index.html.in

  • Committer: Jean-Paul Calderone
  • Date: 2011-09-11 19:49:43 UTC
  • mfrom: (156.3.22 sphinx-doc)
  • Revision ID: exarkun@divmod.com-20110911194943-ucaan2tzidk7ek5l
Convert the documentation from LaTeX/epytext to Sphinx/ReST

Show diffs side-by-side

added added

removed removed

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