Skip to content

Commit bc94c80

Browse files
committed
Merged revisions 69562 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69562 | georg.brandl | 2009-02-13 10:08:34 +0100 (Fr, 13 Feb 2009) | 2 lines Add links to the other versions we have in stock. ........
1 parent f91df04 commit bc94c80

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

Doc/tools/sphinxext/indexsidebar.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<h3>Download</h3>
22
<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.6/">Python 2.6 (stable)</a></li>
6+
<li><a href="http://docs.python.org/3.0/">Python 3.0 (stable)</a></li>
7+
<li><a href="http://docs.python.org/2.7/">Python 2.7 (in development)</a></li>
8+
<li><a href="http://www.python.org/doc/versions/">Old versions</a></li>
9+
</ul>
10+
311
<h3>Other resources</h3>
412
<ul>
513
{# XXX: many of these should probably be merged in the main docs #}
@@ -13,7 +21,4 @@ <h3>Other resources</h3>
1321
<li><a href="http://wiki.python.org/moin/PythonBooks">Book List</a></li>
1422
<li><a href="http://www.python.org/doc/av/">Audio/Visual Talks</a></li>
1523
<li><a href="http://www.python.org/doc/other/">Other Doc Collections</a></li>
16-
<li>&nbsp;</li>
17-
<li><a href="http://www.python.org/doc/versions/">Previous versions</a></li>
18-
<li>&nbsp;</li>
1924
</ul>

0 commit comments

Comments
 (0)