From f6ca060c96b247af58600f840f9314f48af008e5 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Fri, 12 Sep 2025 18:55:57 +0100 Subject: [PATCH 1/4] Commit --- Doc/tools/templates/download.html | 43 ++++++++++++------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 47a57eb111ba50..eaba3c48d11a8d 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -42,48 +42,39 @@

{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}

{% trans %}PDF{% endtrans %} - {% trans download_size="17" %}Download (ca. {{ download_size }} MiB){% endtrans %} - {% trans download_size="17" %}Download (ca. {{ download_size }} MiB){% endtrans %} + {% trans %}Download{% endtrans %} + {% trans %}Download{% endtrans %} {% trans %}HTML{% endtrans %} - {% trans download_size="13" %}Download (ca. {{ download_size }} MiB){% endtrans %} - {% trans download_size="8" %}Download (ca. {{ download_size }} MiB){% endtrans %} + {% trans %}Download{% endtrans %} + {% trans %}Download{% endtrans %} {% trans %}Plain text{% endtrans %} - {% trans download_size="4" %}Download (ca. {{ download_size }} MiB){% endtrans %} - {% trans download_size="3" %}Download (ca. {{ download_size }} MiB){% endtrans %} + {% trans %}Download{% endtrans %} + {% trans %}Download{% endtrans %} {% trans %}Texinfo{% endtrans %} - {% trans download_size="9" %}Download (ca. {{ download_size }} MiB){% endtrans %} - {% trans download_size="7" %}Download (ca. {{ download_size }} MiB){% endtrans %} + {% trans %}Download{% endtrans %} + {% trans %}Download{% endtrans %} {% trans %}EPUB{% endtrans %} - {% trans download_size="6" %}Download (ca. {{ download_size }} MiB){% endtrans %} + {% trans %}Download{% endtrans %} -

{% trans %}These archives contain all the content in the documentation.{% endtrans %}

- - -

{% trans %}Unpacking{% endtrans %}

- -

{% trans %}Unix users should download the .tar.bz2 archives; these are bzipped tar -archives and can be handled in the usual way using tar and the bzip2 -program. The Info-ZIP unzip program can be -used to handle the ZIP archives if desired. The .tar.bz2 archives provide the -best compression and fastest download times.{% endtrans %}

- -

{% trans %}Windows users can use the ZIP archives since those are customary on that -platform. These are created on Unix using the Info-ZIP zip program.{% endtrans %}

- +{% set archives = pathto('archives')|replace('.html', '/') %} +

{% trans archives = archives %}These archives contain all the content in the +documentation. +See the directory listing for accurate size +information.{% endtrans %}

{% trans %}Problems{% endtrans %}

- -

{% trans %}If you have comments or suggestions for the Python documentation, please send -email to docs@python.org.{% endtrans %}

+{% set bugs = pathto('bugs') %} +

{% trans bugs = bugs %}See this page if you +have comments or suggestions for the Python documentation.{% endtrans %}

{% endblock %} From 74d8107aadfc960c2870fd85cb6299bb1f2987e6 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Fri, 12 Sep 2025 20:21:39 +0100 Subject: [PATCH 2/4] Commit --- Doc/tools/templates/download.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index eaba3c48d11a8d..dfedc71de3b2e3 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -67,14 +67,13 @@

{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}

-{% set archives = pathto('archives')|replace('.html', '/') %}

{% trans archives = archives %}These archives contain all the content in the documentation. -See the directory listing for accurate size +See the directory listing for accurate size information.{% endtrans %}

{% trans %}Problems{% endtrans %}

{% set bugs = pathto('bugs') %} -

{% trans bugs = bugs %}See this page if you -have comments or suggestions for the Python documentation.{% endtrans %}

+

{% trans bugs = bugs %}See this page on reporting bugs +if you have comments or suggestions for the Python documentation.{% endtrans %}

{% endblock %} From 03f36c6b52793fcfa86991b99f2b88c8e75f3c31 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Fri, 12 Sep 2025 21:57:38 +0100 Subject: [PATCH 3/4] Hugo's wording suggestion --- Doc/tools/templates/download.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index dfedc71de3b2e3..dddffb8f4a31e8 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -69,8 +69,8 @@

{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}

{% trans archives = archives %}These archives contain all the content in the documentation. -See the directory listing for accurate size -information.{% endtrans %}

+See the directory listing +for file sizes.{% endtrans %}

{% trans %}Problems{% endtrans %}

{% set bugs = pathto('bugs') %} From 55494a2b756186fab1a844694838a9bd43d51e33 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sat, 13 Sep 2025 21:36:10 +0100 Subject: [PATCH 4/4] Change link text Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- Doc/tools/templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index dddffb8f4a31e8..b1404b5a14c18f 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -74,6 +74,6 @@

{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}

{% trans %}Problems{% endtrans %}

{% set bugs = pathto('bugs') %} -

{% trans bugs = bugs %}See this page on reporting bugs +

{% trans bugs = bugs %}Open an issue if you have comments or suggestions for the Python documentation.{% endtrans %}

{% endblock %}