[Python-checkins] r74208 - python/branches/release30-maint/Doc/tools/sphinxext/indexsidebar.html

georg.brandl python-checkins at python.org
Sun Jul 26 16:24:30 CEST 2009


Author: georg.brandl
Date: Sun Jul 26 16:24:30 2009
New Revision: 74208

Log:
Add section about other versions to index.html sidebar.


Modified:
   python/branches/release30-maint/Doc/tools/sphinxext/indexsidebar.html

Modified: python/branches/release30-maint/Doc/tools/sphinxext/indexsidebar.html
==============================================================================
--- python/branches/release30-maint/Doc/tools/sphinxext/indexsidebar.html	(original)
+++ python/branches/release30-maint/Doc/tools/sphinxext/indexsidebar.html	Sun Jul 26 16:24:30 2009
@@ -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/2.7/">Python 2.7 (in development)</a></li>
+	      <li><a href="http://docs.python.org/3.1/">Python 3.1 (stable)</a></li>
+	      <li><a href="http://docs.python.org/3.2/">Python 3.2 (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 #}


More information about the Python-checkins mailing list