From cabca535018553b66e8d779759e827a9d66dc30e Mon Sep 17 00:00:00 2001 From: Micha Albert Date: Mon, 18 May 2026 14:15:07 -0700 Subject: [PATCH 1/9] Remove link to unused distribution docs page --- Doc/tools/templates/indexcontent.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 544cc4234f441e9..61aba872651b6de 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -38,8 +38,6 @@

{{ docstitle|e }}

-

{{ docstitle|e }}

+

{% trans %}Other resources:{% endtrans %}

+ + + +
+ + + +
+ +

{% trans %}Indices, glossary, and search:{% endtrans %}

From 26a047865bb527ef5047b7312d8d2639cc08ef49 Mon Sep 17 00:00:00 2001 From: Micha Albert Date: Mon, 18 May 2026 14:40:32 -0700 Subject: [PATCH 3/9] Remove /en/latest from links in "Other Resources" section of docs --- Doc/tools/templates/indexcontent.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 7ea3ceaf10bdbb6..c2fe5931ff6d028 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -52,11 +52,11 @@

{{ docstitle|e }}

{% trans %}Other resources:{% endtrans %}

- -
From 265ab70f7b03682ef62355befe2445badb83eeb0 Mon Sep 17 00:00:00 2001 From: Micha Albert Date: Mon, 18 May 2026 14:44:22 -0700 Subject: [PATCH 4/9] Remove extra newline from docs index --- Doc/tools/templates/indexcontent.html | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index c2fe5931ff6d028..43bcff2205792ac 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -61,7 +61,6 @@

{{ docstitle|e }}

-

{% trans %}Indices, glossary, and search:{% endtrans %}

From 94cd6ab3ff5ee6813b289170cd6022b7504ad0b5 Mon Sep 17 00:00:00 2001 From: Mia Albert Date: Mon, 18 May 2026 21:08:55 -0700 Subject: [PATCH 5/9] fix docs table typo: widht -> width Co-authored-by: Stan Ulbrych --- Doc/tools/templates/indexcontent.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 43bcff2205792ac..07b50858877e6a4 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -51,7 +51,7 @@

{{ docstitle|e }}

{% trans %}Other resources:{% endtrans %}

- From 7187979a02929d882ace54708d0bda0d1592847c Mon Sep 17 00:00:00 2001 From: Mia Albert Date: Mon, 18 May 2026 21:09:13 -0700 Subject: [PATCH 6/9] fix docs table typo: widht -> width Co-authored-by: Stan Ulbrych --- Doc/tools/templates/indexcontent.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 07b50858877e6a4..115e28cb496b17e 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -55,7 +55,7 @@

{{ docstitle|e }}

-
From a371869c377fc7b829b11ea906f2ba18e4358c9a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 19 May 2026 16:16:38 +0300 Subject: [PATCH 7/9] Replace tables with styled lists and add mobile breakpoint --- Doc/tools/templates/indexcontent.html | 158 ++++++++++++++++---------- 1 file changed, 95 insertions(+), 63 deletions(-) diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 115e28cb496b17e..86ad956f3f80809 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -14,6 +14,35 @@ + {%- endblock -%} {% block body %}

{{ docstitle|e }}

@@ -21,73 +50,76 @@

{{ docstitle|e }}

{% trans %}Welcome! This is the official documentation for Python {{ release }}.{% endtrans %}

{% trans %}Documentation sections:{% endtrans %}

-
+ +
- -
- - - - - - - - - - - - -
+
+ + +

{% trans %}Other resources:{% endtrans %}

- - - -
- - - -
+
+ + +

{% trans %}Indices, glossary, and search:{% endtrans %}

- - -
- - - - - - -
+
+ + +

{% trans %}Project information:{% endtrans %}

- - -
- - - - - - - -
+ {% endblock %} From 2dc94c77737ec0eea948c357a3a037f7ba6d24a8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 19 May 2026 16:18:37 +0300 Subject: [PATCH 8/9] Tweak the wording Co-authored-by: Ned Batchelder --- Doc/tools/templates/indexcontent.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 86ad956f3f80809..eb5d2d8c57e5a74 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -53,7 +53,7 @@

{{ docstitle|e }}