|
8 | 8 | <style type="text/css"> |
9 | 9 | a.title { font-weight: bold; font-size: 110%; } |
10 | 10 | ul { margin-left: 1em; padding: 0pt; border: 0pt; } |
| 11 | + ul li { margin-top: 0.2em; } |
| 12 | + td.left-column { padding-right: 1em; } |
| 13 | + td.right-column { padding-left: 1em; } |
11 | 14 | </style> |
12 | 15 | </head> |
13 | 16 | <body> |
|
45 | 48 |
|
46 | 49 | <table align="center"> |
47 | 50 | <tbody> |
48 | | - <tr><td> |
| 51 | + <tr> |
| 52 | + <td class="left-column"> |
49 | 53 | <ul> |
50 | 54 | <li> <a href="tut/tut.html" class="title">Tutorial</a> |
51 | 55 | <br>(start here) |
52 | | - |
| 56 | + </ul> |
| 57 | + </td> |
| 58 | + <td class="right-column"> |
| 59 | + <ul> |
| 60 | + <li> <a href="whatsnew/@ [email protected]" class="title" |
| 61 | + >What's New in Python</a> |
| 62 | + <br>(changes since the last major release) |
| 63 | + </ul> |
| 64 | + </td> |
| 65 | + </tr> |
| 66 | + <tr> |
| 67 | + <td valign="baseline" class="left-column"> |
| 68 | + |
| 69 | + <ul> |
53 | 70 | <li> <a href="modindex.html" class="title">Global Module Index</a> |
54 | 71 | <br>(for quick access to all documentation) |
55 | 72 |
|
|
63 | 80 | <li> <a href="inst/inst.html" class="title">Installing |
64 | 81 | Python Modules</a> |
65 | 82 | <br>(for administrators) |
| 83 | + |
| 84 | + <li> <a href="dist/dist.html" class="title">Distributing |
| 85 | + Python Modules</a> |
| 86 | + <br>(for developers and packagers) |
66 | 87 | </ul> |
67 | 88 | </td> |
68 | | - <td> |
| 89 | + <td valign="baseline" class="right-column"> |
| 90 | + |
69 | 91 | <ul> |
70 | 92 | <li> <a href="ref/ref.html" class="title">Language Reference</a> |
71 | 93 | <br>(for language lawyers) |
|
79 | 101 |
|
80 | 102 | <li> <a href="doc/doc.html" class="title">Documenting Python</a> |
81 | 103 | <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 | 104 | </ul> |
87 | 105 | </td> |
88 | | - </tr> |
| 106 | + </tr> |
89 | 107 | <tr> |
90 | | - <td> |
| 108 | + <td valign="baseline" class="left-column"> |
91 | 109 | |
92 | 110 | <ul> |
93 | 111 | <li> <a href="http://www.python.org/doc/" class="title" |
94 | 112 | >Documentation Central</a> |
95 | 113 | <br>(for everyone) |
96 | 114 | </ul> |
97 | 115 | </td> |
98 | | - <td> |
| 116 | + <td valign="baseline" class="right-column"> |
99 | 117 | |
100 | 118 | <ul> |
101 | 119 | <li> <a href="http://www.python.org/doc/howto/" class="title" |
|
0 commit comments