@@ -42,22 +42,22 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
42
42
</ tr >
43
43
< tr >
44
44
< td > {% trans %}HTML{% endtrans %}</ td >
45
- < td > {% trans download_size="13" %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-html.zip "> Download</ a > (ca. {{ download_size }} MiB) {% endtrans %}</ td >
46
- < td > {% trans download_size="8" %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-html.tar.bz2 "> Download</ a > (ca. {{ download_size }} MiB) {% endtrans %}</ td >
45
+ < td > {% trans %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-html.zip "> Download</ a > {% endtrans %}</ td >
46
+ < td > {% trans %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-html.tar.bz2 "> Download</ a > {% endtrans %}</ td >
47
47
</ tr >
48
48
< tr >
49
49
< td > {% trans %}Plain text{% endtrans %}</ td >
50
- < td > {% trans download_size="4" %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-text.zip "> Download</ a > (ca. {{ download_size }} MiB) {% endtrans %}</ td >
51
- < td > {% trans download_size="3" %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-text.tar.bz2 "> Download</ a > (ca. {{ download_size }} MiB) {% endtrans %}</ td >
50
+ < td > {% trans %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-text.zip "> Download</ a > {% endtrans %}</ td >
51
+ < td > {% trans %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-text.tar.bz2 "> Download</ a > {% endtrans %}</ td >
52
52
</ tr >
53
53
< tr >
54
54
< td > {% trans %}Texinfo{% endtrans %}</ td >
55
- < td > {% trans download_size="9" %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-texinfo.zip "> Download</ a > (ca. {{ download_size }} MiB) {% endtrans %}</ td >
56
- < td > {% trans download_size="7" %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-texinfo.tar.bz2 "> Download</ a > (ca. {{ download_size }} MiB) {% endtrans %}</ td >
55
+ < td > {% trans %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-texinfo.zip "> Download</ a > {% endtrans %}</ td >
56
+ < td > {% trans %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs-texinfo.tar.bz2 "> Download</ a > {% endtrans %}</ td >
57
57
</ tr >
58
58
< tr >
59
59
< td > {% trans %}EPUB{% endtrans %}</ td >
60
- < td > {% trans download_size="6" %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs.epub "> Download</ a > (ca. {{ download_size }} MiB) {% endtrans %}</ td >
60
+ < td > {% trans %}< a href ="{{ dl_base }}/python-{{ dl_version }}-docs.epub "> Download</ a > {% endtrans %}</ td >
61
61
< td > </ td >
62
62
</ tr >
63
63
</ table >
@@ -74,6 +74,9 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
74
74
and run < code > make dist-pdf</ code > in the < code > Doc/</ code > directory of a copy of the CPython repository.
75
75
{% endtrans %}</ p >
76
76
77
+ < p > {% trans %}
78
+ See the < a href ="https://docs.python.org/{{ version }}/archives/ "> directory listing</ a >
79
+ for file sizes.{% endtrans %}</ p >
77
80
78
81
< h2 > {% trans %}Unpacking{% endtrans %}</ h2 >
79
82
@@ -86,9 +89,8 @@ <h2>{% trans %}Unpacking{% endtrans %}</h2>
86
89
< p > {% trans %}Windows users can use the ZIP archives since those are customary on that
87
90
platform. These are created on Unix using the Info-ZIP zip program.{% endtrans %}</ p >
88
91
89
-
90
92
< h2 > {% trans %}Problems{% endtrans %}</ h2 >
91
-
92
- < p > {% trans %}If you have comments or suggestions for the Python documentation, please send
93
- email to < a href =" mailto:[email protected] " > [email protected] </ a > .{% endtrans %}
</ p >
93
+ {% set bugs = pathto('bugs') %}
94
+ < p > {% trans bugs = bugs %} < a href =" {{ bugs }} " > Open an issue </ a >
95
+ if you have comments or suggestions for the Python documentation .{% endtrans %}</ p >
94
96
{% endblock %}
0 commit comments