Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef0753 commit 47eceeaCopy full SHA for 47eceea
1 file changed
Doc/html/index.html.in
@@ -4,6 +4,7 @@
4
<link rel="STYLESHEET" href="lib/lib.css" type="text/css">
5
<style type="text/css">
6
a.title { font-weight: bold; font-size: 110%; }
7
+ ul { margin-left: 1em; padding: 0pt; border: 0pt; }
8
</style>
9
</head>
10
<body bgcolor="#ffffff">
@@ -82,6 +83,24 @@
82
83
</ul>
84
</td>
85
</tr>
86
+ <tr>
87
+ <td>
88
+
89
+ <ul>
90
+ <li> <a href="http://www.python.org/doc/" class="title"
91
+ >Python Documentation Central</a>
92
+ <br>(for everyone)
93
+ </ul>
94
+ </td>
95
96
97
98
+ <li> <a href="http://www.python.org/doc/howto/" class="title"
99
+ >Python How-To Guides</a>
100
+ <br>(special topics)
101
102
103
+ </tr>
104
</tbody>
105
</table>
106
0 commit comments