From a15ed5661ff0cb516575d1d100dbbb40b418dd53 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 17 Jul 2024 08:27:55 +0200 Subject: [PATCH] [3.12] gh-121453: Update the `Doc/templates/download.html` download files size estimates and support download `.texi` format. (GH-121454) (#121891) Co-authored-by: Wulian233 <1055917385@qq.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- Doc/tools/templates/download.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index b5353d6fb77a..c3114e584fa9 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -21,23 +21,27 @@ Python in one of various formats, follow one of links in this table.
| Format | Packed as .zip | Packed as .tar.bz2 | ||
|---|---|---|---|---|
| PDF (US-Letter paper size) | -Download (ca. 13 MiB) | -Download (ca. 13 MiB) | +Download (ca. 17 MiB) | +Download (ca. 17 MiB) |
| PDF (A4 paper size) | -Download (ca. 13 MiB) | -Download (ca. 13 MiB) | +Download (ca. 17 MiB) | +Download (ca. 17 MiB) |
| HTML | -Download (ca. 9 MiB) | -Download (ca. 6 MiB) | +Download (ca. 13 MiB) | +Download (ca. 8 MiB) |
| Plain Text | -Download (ca. 3 MiB) | -Download (ca. 2 MiB) | +||
| Plain text | +Download (ca. 4 MiB) | +Download (ca. 3 MiB) | ||
| Texinfo | +Download (ca. 9 MiB) | +Download (ca. 7 MiB) | +||
| EPUB | -Download (ca. 5 MiB) | +Download (ca. 6 MiB) |