Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8dc3df1

Browse files
committed
Update references to Python docs in the sidebar index.
Patch contributed by Auke Willem Oosterhoff.
1 parent b52f876 commit 8dc3df1

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
<h3>Download</h3>
2-
<p><a href="{{ pathto('download') }}">Download these documents</a></p>
3-
<h3>Docs for other versions</h3>
4-
<ul>
5-
<li><a href="http://docs.python.org/2.7/">Python 2.7 (stable)</a></li>
6-
<li><a href="http://docs.python.org/3.3/">Python 3.3 (stable)</a></li>
7-
<li><a href="http://www.python.org/doc/versions/">Old versions</a></li>
8-
</ul>
1+
<h3>Download</h3>
2+
<p><a href="{{ pathto('download') }}">Download these documents</a></p>
3+
<h3>Docs for other versions</h3>
4+
<ul>
5+
<li><a href="http://docs.python.org/2.7/">Python 2.7 (stable)</a></li>
6+
<li><a href="http://docs.python.org/3.3/">Python 3.3 (stable)</a></li>
7+
<li><a href="http://docs.python.org/3.5/">Python 3.5 (in development)</a></li>
8+
<li><a href="http://www.python.org/doc/versions/">Old versions</a></li>
9+
</ul>
910

10-
<h3>Other resources</h3>
11-
<ul>
12-
{# XXX: many of these should probably be merged in the main docs #}
13-
<li><a href="http://www.python.org/dev/peps/">PEP Index</a></li>
14-
<li><a href="http://wiki.python.org/moin/BeginnersGuide">Beginner's Guide</a></li>
15-
<li><a href="http://wiki.python.org/moin/PythonBooks">Book List</a></li>
16-
<li><a href="http://www.python.org/doc/av/">Audio/Visual Talks</a></li>
17-
</ul>
11+
<h3>Other resources</h3>
12+
<ul>
13+
{# XXX: many of these should probably be merged in the main docs #}
14+
<li><a href="http://www.python.org/dev/peps/">PEP Index</a></li>
15+
<li><a href="http://wiki.python.org/moin/BeginnersGuide">Beginner's Guide</a></li>
16+
<li><a href="http://wiki.python.org/moin/PythonBooks">Book List</a></li>
17+
<li><a href="http://www.python.org/doc/av/">Audio/Visual Talks</a></li>
18+
</ul>

0 commit comments

Comments
 (0)