@@ -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 >
@@ -71,6 +71,9 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
71
71
and run < code > make dist-pdf</ code > in the < code > Doc/</ code > directory of a copy of the CPython repository.
72
72
{% endtrans %}</ p >
73
73
74
+ < p > {% trans %}
75
+ See the < a href ="https://docs.python.org/{{ version }}/archives/ "> directory listing</ a >
76
+ for file sizes.{% endtrans %}</ p >
74
77
75
78
< h2 > {% trans %}Unpacking{% endtrans %}</ h2 >
76
79
@@ -83,9 +86,8 @@ <h2>{% trans %}Unpacking{% endtrans %}</h2>
83
86
< p > {% trans %}Windows users can use the ZIP archives since those are customary on that
84
87
platform. These are created on Unix using the Info-ZIP zip program.{% endtrans %}</ p >
85
88
86
-
87
89
< h2 > {% trans %}Problems{% endtrans %}</ h2 >
88
-
89
- < p > {% trans %}If you have comments or suggestions for the Python documentation, please send
90
- email to < a href =" mailto:[email protected] " > [email protected] </ a > .{% endtrans %}
</ p >
90
+ {% set bugs = pathto('bugs') %}
91
+ < p > {% trans bugs = bugs %} < a href =" {{ bugs }} " > Open an issue </ a >
92
+ if you have comments or suggestions for the Python documentation .{% endtrans %}</ p >
91
93
{% endblock %}
0 commit comments