From: Wulian233 <1055917385@qq.com> Date: Wed, 17 Jul 2024 06:20:55 +0000 (+0800) Subject: gh-121453: Update the `Doc/templates/download.html` download files size estimates... X-Git-Tag: v3.14.0a1~1095 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37611171af4dffbd139e0393873479ed973e9585;p=thirdparty%2FPython%2Fcpython.git gh-121453: Update the `Doc/templates/download.html` download files size estimates and support download `.texi` format. (#121454) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- 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) |