blob: 2fdc7cb6a368414d3984dca3371bf31c3193cc45 [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>
3<h3>{% trans %}Docs for other versions{% endtrans %}</h3>
Senthil Kumaran8dc3df12014-06-02 22:58:13 -07004<ul>
Ned Deily07a18922018-01-31 18:12:38 -05005 <li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (pre-release){% endtrans %}</a></li>
Ned Deily98006862016-12-23 04:17:38 -05006 <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li>
Ned Deilyb7cbfe42017-10-12 14:08:43 -04007 <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li>
8 <li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
Victor Stinner875f29a2016-01-22 18:00:05 +01009 <li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
Senthil Kumaran8dc3df12014-06-02 22:58:13 -070010</ul>
Georg Brandlbc94c802009-02-13 09:11:32 +000011
Victor Stinner875f29a2016-01-22 18:00:05 +010012<h3>{% trans %}Other resources{% endtrans %}</h3>
Senthil Kumaran8dc3df12014-06-02 22:58:13 -070013<ul>
14 {# XXX: many of these should probably be merged in the main docs #}
Victor Stinner875f29a2016-01-22 18:00:05 +010015 <li><a href="https://www.python.org/dev/peps/">{% trans %}PEP Index{% endtrans %}</a></li>
16 <li><a href="https://wiki.python.org/moin/BeginnersGuide">{% trans %}Beginner's Guide{% endtrans %}</a></li>
17 <li><a href="https://wiki.python.org/moin/PythonBooks">{% trans %}Book List{% endtrans %}</a></li>
18 <li><a href="https://www.python.org/doc/av/">{% trans %}Audio/Visual Talks{% endtrans %}</a></li>
Senthil Kumaran8dc3df12014-06-02 22:58:13 -070019</ul>