File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1212 var all_versions = {
1313 '3.7' : 'dev (3.7)' ,
1414 '3.6' : '3.6' ,
15+ '3.5' : '3.5' ,
1516 '2.7' : '2.7' ,
1617 } ;
1718
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ <h3>{% trans %}Download{% endtrans %}</h3>
22< p > < a href ="{{ pathto('download') }} "> {% trans %}Download these documents{% endtrans %}</ a > </ p >
33< h3 > {% trans %}Docs for other versions{% endtrans %}</ h3 >
44< ul >
5- < li > < a href ="https://docs.python.org/2.7/ "> {% trans %}Python 2.7 (stable){% endtrans %}</ a > </ li >
65 < li > < a href ="https://docs.python.org/3.6/ "> {% trans %}Python 3.6 (stable){% endtrans %}</ a > </ li >
6+ < li > < a href ="https://docs.python.org/3.5/ "> {% trans %}Python 3.5 (stable){% endtrans %}</ a > </ li >
7+ < li > < a href ="https://docs.python.org/2.7/ "> {% trans %}Python 2.7 (stable){% endtrans %}</ a > </ li >
78 < li > < a href ="https://www.python.org/doc/versions/ "> {% trans %}Old versions{% endtrans %}</ a > </ li >
89</ ul >
910
You can’t perform that action at this time.
0 commit comments