]> granicus.if.org Git - python/commitdiff
Update references to Python docs in the sidebar index.
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 3 Jun 2014 05:58:13 +0000 (22:58 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 3 Jun 2014 05:58:13 +0000 (22:58 -0700)
Patch contributed by Auke Willem Oosterhoff.

Doc/tools/sphinxext/indexsidebar.html

index ed5da0cd31f45b90f6765703783bf130f9b09e6e..83ba1231c4c0f6b9c46615679a774de5cfab3ddc 100644 (file)
@@ -1,17 +1,18 @@
-            <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.7/">Python 2.7 (stable)</a></li>
-             <li><a href="http://docs.python.org/3.3/">Python 3.3 (stable)</a></li>
-              <li><a href="http://www.python.org/doc/versions/">Old versions</a></li>
-            </ul>
+<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.7/">Python 2.7 (stable)</a></li>
+  <li><a href="http://docs.python.org/3.3/">Python 3.3 (stable)</a></li>
+  <li><a href="http://docs.python.org/3.5/">Python 3.5 (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 #}
-              <li><a href="http://www.python.org/dev/peps/">PEP Index</a></li>
-              <li><a href="http://wiki.python.org/moin/BeginnersGuide">Beginner's Guide</a></li>
-              <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>
-            </ul>
+<h3>Other resources</h3>
+<ul>
+  {# XXX: many of these should probably be merged in the main docs #}
+  <li><a href="http://www.python.org/dev/peps/">PEP Index</a></li>
+  <li><a href="http://wiki.python.org/moin/BeginnersGuide">Beginner's Guide</a></li>
+  <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>
+</ul>