From 4c270267243aeebbb65f2d7caa17b7cf20e9dd1a Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Wed, 2 Apr 2025 16:59:08 +0100 Subject: [PATCH 1/2] Initial --- metadata.html.jinja | 7 +++++-- style.css | 3 +++ template.html.jinja | 14 +++++++++++--- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/metadata.html.jinja b/metadata.html.jinja index d79f64dbe..b0e035a33 100644 --- a/metadata.html.jinja +++ b/metadata.html.jinja @@ -37,7 +37,10 @@

* number of Sphinx build process warnings

-

For more information about translations, see the Python Developer’s Guide.

-

Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).

+ diff --git a/style.css b/style.css index 18e3eaf12..866b7454d 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,9 @@ th, td { th { background-color: #f4f4f4; } +hr { + color: #f4f4f4; +} .progress-bar { display: inline-block; color: white; diff --git a/template.html.jinja b/template.html.jinja index fc37ab1e4..738dcea51 100644 --- a/template.html.jinja +++ b/template.html.jinja @@ -53,9 +53,17 @@ main | meta

* the number in parentheses shows change in the last 30 days, included in the total completion

-

The Python documentation currently has a word count of {{ '{:,}'.format(word_count) }}.

-

For more information about translations, see the Python Developer’s Guide.

-

Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).

+

Python Documentation

+

+ Currently being translated into {{ completion_progress|length }} languages. + The documentation has a word count of {{ '{:,}'.format(word_count) }}. + For more information about translations, see the Python Developer’s Guide and PEP 545. +

+