Victor Stinner | 875f29a | 2016-01-22 18:00:05 +0100 | [diff] [blame] | 1 | <h3>{% trans %}Download{% endtrans %}</h3> |
| 2 | <p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p> |
Julien Palard | 556d50d | 2018-11-08 00:11:49 +0100 | [diff] [blame] | 3 | <h3>{% trans %}Docs by version{% endtrans %}</h3> |
Senthil Kumaran | 8dc3df1 | 2014-06-02 22:58:13 -0700 | [diff] [blame] | 4 | <ul> |
Julien Palard | 59e7bbc | 2019-06-05 01:15:33 +0200 | [diff] [blame] | 5 | <li><a href="https://docs.python.org/3.9/">{% trans %}Python 3.9 (in development){% endtrans %}</a></li> |
Julien Palard | 4504b45 | 2019-10-15 00:13:38 +0200 | [diff] [blame] | 6 | <li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (stable){% endtrans %}</a></li> |
Ned Deily | aee5df5 | 2018-06-27 18:45:50 -0400 | [diff] [blame] | 7 | <li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (stable){% endtrans %}</a></li> |
Julien Palard | 9db56fb | 2019-02-10 22:27:12 +0100 | [diff] [blame] | 8 | <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (security-fixes){% endtrans %}</a></li> |
Ned Deily | aee5df5 | 2018-06-27 18:45:50 -0400 | [diff] [blame] | 9 | <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (security-fixes){% endtrans %}</a></li> |
Ned Deily | b7cbfe4 | 2017-10-12 14:08:43 -0400 | [diff] [blame] | 10 | <li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li> |
Julien Palard | 556d50d | 2018-11-08 00:11:49 +0100 | [diff] [blame] | 11 | <li><a href="https://www.python.org/doc/versions/">{% trans %}All versions{% endtrans %}</a></li> |
Senthil Kumaran | 8dc3df1 | 2014-06-02 22:58:13 -0700 | [diff] [blame] | 12 | </ul> |
Georg Brandl | bc94c80 | 2009-02-13 09:11:32 +0000 | [diff] [blame] | 13 | |
Victor Stinner | 875f29a | 2016-01-22 18:00:05 +0100 | [diff] [blame] | 14 | <h3>{% trans %}Other resources{% endtrans %}</h3> |
Senthil Kumaran | 8dc3df1 | 2014-06-02 22:58:13 -0700 | [diff] [blame] | 15 | <ul> |
| 16 | {# XXX: many of these should probably be merged in the main docs #} |
Victor Stinner | 875f29a | 2016-01-22 18:00:05 +0100 | [diff] [blame] | 17 | <li><a href="https://www.python.org/dev/peps/">{% trans %}PEP Index{% endtrans %}</a></li> |
| 18 | <li><a href="https://wiki.python.org/moin/BeginnersGuide">{% trans %}Beginner's Guide{% endtrans %}</a></li> |
| 19 | <li><a href="https://wiki.python.org/moin/PythonBooks">{% trans %}Book List{% endtrans %}</a></li> |
| 20 | <li><a href="https://www.python.org/doc/av/">{% trans %}Audio/Visual Talks{% endtrans %}</a></li> |
Stéphane Wirtel | 0edc7b1 | 2018-11-04 21:41:34 +0100 | [diff] [blame] | 21 | <li><a href="https://devguide.python.org/">{% trans %}Python Developer’s Guide{% endtrans %}</a></li> |
Senthil Kumaran | 8dc3df1 | 2014-06-02 22:58:13 -0700 | [diff] [blame] | 22 | </ul> |