]> granicus.if.org Git - python/commitdiff
Update docs template for 3.8
authorNed Deily <nad@python.org>
Thu, 1 Feb 2018 03:11:02 +0000 (22:11 -0500)
committerNed Deily <nad@python.org>
Thu, 1 Feb 2018 03:11:02 +0000 (22:11 -0500)
Doc/tools/static/version_switch.js
Doc/tools/templates/indexsidebar.html

index e8889ebfc41e7a7151468633ec694a7a6e888a56..018609e926c121b96ea2392b383aed24eb0cd3bb 100644 (file)
@@ -2,6 +2,7 @@
   'use strict';
 
   var all_versions = {
+    '3.8': 'dev (3.8)',
     '3.7': 'dev (3.7)',
     '3.6': '3.6',
     '3.5': '3.5',
index b7bcd74c787ede68834df7434678abef5e354006..7c0fe00655e4fe6f3a07e969262329b3675285a6 100644 (file)
@@ -2,9 +2,10 @@
 <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/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
+  <li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (in development){% endtrans %}</a></li>
+  <li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (pre-release){% endtrans %}</a></li>
   <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% 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://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
   <li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
 </ul>