From 659725c6ac7a6fb4f8170f0efb3fd0852105a779 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 17 Jul 2024 08:37:33 +0200 Subject: [3.13] gh-121453: Update the `Doc/templates/download.html` download files size estimates and support download `.texi` format. (GH-121454) (#121890) 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 b5353d6..c3114e5 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) |