]> granicus.if.org Git - python/commitdiff
Issue #28900: Update documentation sidebar for 3.6.0rc.
authorNed Deily <nad@python.org>
Thu, 8 Dec 2016 04:34:23 +0000 (23:34 -0500)
committerNed Deily <nad@python.org>
Thu, 8 Dec 2016 04:34:23 +0000 (23:34 -0500)
Doc/tools/templates/indexsidebar.html

index d93021dd9a26de38f630524d7600fd917c0ca224..9e5c71f93cee8bec84a6a38165b77c7b9d455552 100644 (file)
@@ -2,8 +2,9 @@
 <p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
 <h3>{% trans %}Docs for other versions{% endtrans %}</h3>
 <ul>
-  <li><a href="https://docs.python.org/3.4/">{% trans %}Python 3.4 (stable){% endtrans %}</a></li>
-  <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (in development){% endtrans %}</a></li>
+  <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li>
+  <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (pre-release){% endtrans %}</a></li>
+  <li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (in development){% endtrans %}</a></li>
   <li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
 </ul>