Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 1 | {% extends "layout.html" %} |
| 2 | {% set title = 'Download' %} |
Georg Brandl | e82110f | 2010-03-13 13:39:46 +0000 | [diff] [blame] | 3 | {% if daily is defined %} |
| 4 | {% set dlbase = pathto('archives', 1) %} |
| 5 | {% else %} |
Georg Brandl | 42bf486 | 2014-10-29 08:36:15 +0100 | [diff] [blame] | 6 | {% set dlbase = 'https://docs.python.org/ftp/python/doc/' + release %} |
Georg Brandl | e82110f | 2010-03-13 13:39:46 +0000 | [diff] [blame] | 7 | {% endif %} |
Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 8 | |
Georg Brandl | e82110f | 2010-03-13 13:39:46 +0000 | [diff] [blame] | 9 | {% block body %} |
Georg Brandl | 7ff19fa | 2008-09-28 20:01:36 +0000 | [diff] [blame] | 10 | <h1>Download Python {{ release }} Documentation</h1> |
Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 11 | |
Georg Brandl | 7ff19fa | 2008-09-28 20:01:36 +0000 | [diff] [blame] | 12 | {% if last_updated %}<p><b>Last updated on: {{ last_updated }}.</b></p>{% endif %} |
| 13 | |
Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 14 | <p>To download an archive containing all the documents for this version of |
| 15 | Python in one of various formats, follow one of links in this table. The numbers |
Benjamin Peterson | d0a05bf | 2008-11-17 21:39:05 +0000 | [diff] [blame] | 16 | in the table are the size of the download files in megabytes.</p> |
Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 17 | |
Georg Brandl | 29fdcad | 2008-09-21 22:31:59 +0000 | [diff] [blame] | 18 | <table class="docutils"> |
| 19 | <tr><th>Format</th><th>Packed as .zip</th><th>Packed as .tar.bz2</th></tr> |
| 20 | <tr><td>PDF (US-Letter paper size)</td> |
Benjamin Peterson | 1e551b4 | 2008-12-26 23:26:30 +0000 | [diff] [blame] | 21 | <td><a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.zip">Download</a> (ca. 8 MB)</td> |
| 22 | <td><a href="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.tar.bz2">Download</a> (ca. 8 MB)</td> |
Georg Brandl | 29fdcad | 2008-09-21 22:31:59 +0000 | [diff] [blame] | 23 | </tr> |
| 24 | <tr><td>PDF (A4 paper size)</td> |
Benjamin Peterson | 1e551b4 | 2008-12-26 23:26:30 +0000 | [diff] [blame] | 25 | <td><a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.zip">Download</a> (ca. 8 MB)</td> |
| 26 | <td><a href="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2">Download</a> (ca. 8 MB)</td> |
Georg Brandl | 29fdcad | 2008-09-21 22:31:59 +0000 | [diff] [blame] | 27 | </tr> |
| 28 | <tr><td>HTML</td> |
Benjamin Peterson | 1e551b4 | 2008-12-26 23:26:30 +0000 | [diff] [blame] | 29 | <td><a href="{{ dlbase }}/python-{{ release }}-docs-html.zip">Download</a> (ca. 6 MB)</td> |
| 30 | <td><a href="{{ dlbase }}/python-{{ release }}-docs-html.tar.bz2">Download</a> (ca. 4 MB)</td> |
Georg Brandl | 29fdcad | 2008-09-21 22:31:59 +0000 | [diff] [blame] | 31 | </tr> |
| 32 | <tr><td>Plain Text</td> |
Benjamin Peterson | a96a94a | 2009-02-06 01:47:31 +0000 | [diff] [blame] | 33 | <td><a href="{{ dlbase }}/python-{{ release }}-docs-text.zip">Download</a> (ca. 2 MB)</td> |
Benjamin Peterson | 1e551b4 | 2008-12-26 23:26:30 +0000 | [diff] [blame] | 34 | <td><a href="{{ dlbase }}/python-{{ release }}-docs-text.tar.bz2">Download</a> (ca. 1.5 MB)</td> |
Georg Brandl | 29fdcad | 2008-09-21 22:31:59 +0000 | [diff] [blame] | 35 | </tr> |
| 36 | </table> |
Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 37 | |
Georg Brandl | 29fdcad | 2008-09-21 22:31:59 +0000 | [diff] [blame] | 38 | <p>These archives contain all the content in the documentation.</p> |
Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 39 | |
Georg Brandl | f590e04 | 2012-03-14 08:18:47 +0100 | [diff] [blame] | 40 | <p>HTML Help (<tt>.chm</tt>) files are made available in the "Windows" section |
Georg Brandl | 42bf486 | 2014-10-29 08:36:15 +0100 | [diff] [blame] | 41 | on the <a href="https://www.python.org/download/releases/{{ release[:5] }}/">Python |
Georg Brandl | f590e04 | 2012-03-14 08:18:47 +0100 | [diff] [blame] | 42 | download page</a>.</p> |
| 43 | |
| 44 | |
Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 45 | <h2>Unpacking</h2> |
| 46 | |
| 47 | <p>Unix users should download the .tar.bz2 archives; these are bzipped tar |
| 48 | archives and can be handled in the usual way using tar and the bzip2 |
| 49 | program. The <a href="http://www.info-zip.org">InfoZIP</a> unzip program can be |
| 50 | used to handle the ZIP archives if desired. The .tar.bz2 archives provide the |
| 51 | best compression and fastest download times.</p> |
| 52 | |
| 53 | <p>Windows users can use the ZIP archives since those are customary on that |
Georg Brandl | 29fdcad | 2008-09-21 22:31:59 +0000 | [diff] [blame] | 54 | platform. These are created on Unix using the InfoZIP zip program.</p> |
Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 55 | |
| 56 | |
| 57 | <h2>Problems</h2> |
| 58 | |
Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 59 | <p>If you have comments or suggestions for the Python documentation, please send |
Benjamin Peterson | d0a05bf | 2008-11-17 21:39:05 +0000 | [diff] [blame] | 60 | email to <a href="mailto:docs@python.org">docs@python.org</a>.</p> |
Georg Brandl | 7155a09 | 2008-01-16 20:27:56 +0000 | [diff] [blame] | 61 | {% endblock %} |