blob: 2a885d7550bef40da806247043623f108e74b8ee [file] [log] [blame]
Georg Brandl7155a092008-01-16 20:27:56 +00001{% extends "layout.html" %}
2{% set title = 'Download' %}
Georg Brandle82110f2010-03-13 13:39:46 +00003{% if daily is defined %}
4 {% set dlbase = pathto('archives', 1) %}
5{% else %}
Georg Brandl42bf4862014-10-29 08:36:15 +01006 {% set dlbase = 'https://docs.python.org/ftp/python/doc/' + release %}
Georg Brandle82110f2010-03-13 13:39:46 +00007{% endif %}
Georg Brandl7155a092008-01-16 20:27:56 +00008
Georg Brandle82110f2010-03-13 13:39:46 +00009{% block body %}
Victor Stinnerb4929842016-01-23 12:55:11 +010010<h1>{% trans %}Download Python {{ release }} Documentation{% endtrans %}</h1>
Georg Brandl7155a092008-01-16 20:27:56 +000011
Victor Stinnerb4929842016-01-23 12:55:11 +010012{% if last_updated %}
13 <p><b>{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}</b></p>
14{% endif %}
Georg Brandl7ff19fa2008-09-28 20:01:36 +000015
Victor Stinnerb4929842016-01-23 12:55:11 +010016<p>{% trans %}To download an archive containing all the documents for
17this version of Python in one of various formats, follow one of links
18in this table. The numbers in the table are the size of the download
19files in megabytes.{% endtrans %}</p>
Georg Brandl7155a092008-01-16 20:27:56 +000020
Georg Brandl29fdcad2008-09-21 22:31:59 +000021<table class="docutils">
Victor Stinnerb4929842016-01-23 12:55:11 +010022 <tr><th>{% trans %}Format{% endtrans %}</th>
23 <th>{% trans %}Packed as .zip{% endtrans %}</th>
24 <th>{% trans %}Packed as .tar.bz2{% endtrans %}</th>
Georg Brandl29fdcad2008-09-21 22:31:59 +000025 </tr>
Victor Stinnerb4929842016-01-23 12:55:11 +010026 <tr><td>{% trans %}PDF (US-Letter paper size){% endtrans %}</td>
27 <td>
28 <a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.zip">
29 {% trans %}Download{% endtrans %}
30 </a> {% trans %}(ca. 8 MB){% endtrans %}
31 </td>
32 <td>
33 <a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.tar.bz2">
34 {% trans %}Download{% endtrans %}
35 </a> {% trans %}(ca. 8 MB){% endtrans %}
36 </td>
Georg Brandl29fdcad2008-09-21 22:31:59 +000037 </tr>
Victor Stinnerb4929842016-01-23 12:55:11 +010038 <tr><td>{% trans %}PDF (A4 paper size){% endtrans %}</td>
39 <td>
40 <a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.zip">
41 {% trans %}Download{% endtrans %}
42 </a> {% trans %}(ca. 8 MB){% endtrans %}</td>
43 <td>
44 <a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2">
45 {% trans %}Download{% endtrans %}
46 </a> {% trans %}(ca. 8 MB){% endtrans %}</td>
Georg Brandl29fdcad2008-09-21 22:31:59 +000047 </tr>
Victor Stinnerb4929842016-01-23 12:55:11 +010048 <tr><td>{% trans %}HTML{% endtrans %}</td>
49 <td>
50 <a href="{{ dlbase }}/python-{{ release }}-docs-html.zip">
51 {% trans %}Download{% endtrans %}
52 </a> {% trans %}(ca. 6 MB){% endtrans %}
53 </td>
54 <td>
55 <a href="{{ dlbase }}/python-{{ release }}-docs-html.tar.bz2">
56 {% trans %}Download{% endtrans %}
57 </a> {% trans %}(ca. 4 MB){% endtrans %}
58 </td>
59 </tr>
60 <tr>
61 <td>{% trans %}Plain Text{% endtrans %}</td>
62 <td>
63 <a href="{{ dlbase }}/python-{{ release }}-docs-text.zip">
64 {% trans %}Download{% endtrans %}
65 </a> {% trans %}(ca. 2 MB){% endtrans %}
66 </td>
67 <td>
68 <a href="{{ dlbase }}/python-{{ release }}-docs-text.tar.bz2">
69 {% trans %}Download{% endtrans %}
70 </a> {% trans %}(ca. 1.5 MB){% endtrans %}
71 </td>
Georg Brandl29fdcad2008-09-21 22:31:59 +000072 </tr>
73</table>
Georg Brandl7155a092008-01-16 20:27:56 +000074
Victor Stinnerb4929842016-01-23 12:55:11 +010075<p>{% trans %}These archives contain all the content in the
76documentation.{% endtrans %}</p>
Georg Brandl7155a092008-01-16 20:27:56 +000077
Victor Stinnerb4929842016-01-23 12:55:11 +010078<p>{% trans download_page="https://www.python.org/download/releases/{{ release[:5] }}/" %}HTML Help
79(<tt>.chm</tt>) files are made available in the "Windows" section
80on the <a href={{ download_page }}>Python download page</a>.{% endtrans %}</p>
Georg Brandlf590e042012-03-14 08:18:47 +010081
82
Victor Stinnerb4929842016-01-23 12:55:11 +010083<h2>{% trans %}Unpacking{% endtrans %}</h2>
Georg Brandl7155a092008-01-16 20:27:56 +000084
Victor Stinnerb4929842016-01-23 12:55:11 +010085<p>{% trans %}Unix users should download the .tar.bz2 archives; these
86are bzipped tar archives and can be handled in the usual way using tar
87and the bzip2 program. The <a href="http://www.info-zip.org">InfoZIP</a> unzip
88program can be used to handle the ZIP archives if desired. The
89.tar.bz2 archives provide the best compression and fastest download
90times.{% endtrans %}</p>
Georg Brandl7155a092008-01-16 20:27:56 +000091
Victor Stinnerb4929842016-01-23 12:55:11 +010092<p>{% trans %}Windows users can use the ZIP archives since those are
93customary on that platform. These are created on Unix using the
94InfoZIP zip program.{% endtrans %}</p>
Georg Brandl7155a092008-01-16 20:27:56 +000095
96
Victor Stinnerb4929842016-01-23 12:55:11 +010097<h2>{% trans %}Problems{% endtrans %}</h2>
Georg Brandl7155a092008-01-16 20:27:56 +000098
Victor Stinnerb4929842016-01-23 12:55:11 +010099<p>{% trans %}If you have comments or suggestions for the Python
100documentation, please send email to
101<a href="mailto:docs@python.org">docs@python.org</a>.{% endtrans %}</p>
Georg Brandl7155a092008-01-16 20:27:56 +0000102{% endblock %}