blob: c51dcc7582e54f8dcc9194ecc5eb2fbd7cdd43f1 [file] [log] [blame]
Victor Stinner875f29a2016-01-22 18:00:05 +01001<h3>{% trans %}Download{% endtrans %}</h3>
2<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
Julien Palard556d50d2018-11-08 00:11:49 +01003<h3>{% trans %}Docs by version{% endtrans %}</h3>
Senthil Kumaran8dc3df12014-06-02 22:58:13 -07004<ul>
Julien Palard59e7bbc2019-06-05 01:15:33 +02005 <li><a href="https://docs.python.org/3.9/">{% trans %}Python 3.9 (in development){% endtrans %}</a></li>
Julien Palard4504b452019-10-15 00:13:38 +02006 <li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (stable){% endtrans %}</a></li>
Ned Deilyaee5df52018-06-27 18:45:50 -04007 <li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (stable){% endtrans %}</a></li>
Julien Palard9db56fb2019-02-10 22:27:12 +01008 <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (security-fixes){% endtrans %}</a></li>
Ned Deilyaee5df52018-06-27 18:45:50 -04009 <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (security-fixes){% endtrans %}</a></li>
Ned Deilyb7cbfe42017-10-12 14:08:43 -040010 <li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
Julien Palard556d50d2018-11-08 00:11:49 +010011 <li><a href="https://www.python.org/doc/versions/">{% trans %}All versions{% endtrans %}</a></li>
Senthil Kumaran8dc3df12014-06-02 22:58:13 -070012</ul>
Georg Brandlbc94c802009-02-13 09:11:32 +000013
Victor Stinner875f29a2016-01-22 18:00:05 +010014<h3>{% trans %}Other resources{% endtrans %}</h3>
Senthil Kumaran8dc3df12014-06-02 22:58:13 -070015<ul>
16 {# XXX: many of these should probably be merged in the main docs #}
Victor Stinner875f29a2016-01-22 18:00:05 +010017 <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 Wirtel0edc7b12018-11-04 21:41:34 +010021 <li><a href="https://devguide.python.org/">{% trans %}Python Developer’s Guide{% endtrans %}</a></li>
Senthil Kumaran8dc3df12014-06-02 22:58:13 -070022</ul>