]> granicus.if.org Git - python/commitdiff
Merged revisions 69562 via svnmerge from
authorGeorg Brandl <georg@python.org>
Fri, 13 Feb 2009 09:11:32 +0000 (09:11 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 13 Feb 2009 09:11:32 +0000 (09:11 +0000)
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.
........

Doc/tools/sphinxext/indexsidebar.html

index b74c54f757999c4e2a1ed58daeb621ae506b1db1..19599c39fdf26f059c9f3212a0c8f34c2dfbbacf 100644 (file)
@@ -1,5 +1,13 @@
             <h3>Download</h3>
             <p><a href="{{ pathto('download') }}">Download these documents</a></p>
+           <h3>Docs for other versions</h3>
+           <ul>
+             <li><a href="http://docs.python.org/2.6/">Python 2.6 (stable)</a></li>
+             <li><a href="http://docs.python.org/3.0/">Python 3.0 (stable)</a></li>
+             <li><a href="http://docs.python.org/2.7/">Python 2.7 (in development)</a></li>
+              <li><a href="http://www.python.org/doc/versions/">Old versions</a></li>
+            </ul>
+
             <h3>Other resources</h3>
             <ul>
               {# XXX: many of these should probably be merged in the main docs #}
@@ -13,7 +21,4 @@
               <li><a href="http://wiki.python.org/moin/PythonBooks">Book List</a></li>
               <li><a href="http://www.python.org/doc/av/">Audio/Visual Talks</a></li>
               <li><a href="http://www.python.org/doc/other/">Other Doc Collections</a></li>
-              <li>&nbsp;</li>
-              <li><a href="http://www.python.org/doc/versions/">Previous versions</a></li>
-              <li>&nbsp;</li>
             </ul>