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 1/3] 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 115e28cb496b17..86ad956f3f8080 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 2/3] 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 86ad956f3f8080..eb5d2d8c57e5a7 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -53,7 +53,7 @@

{{ docstitle|e }}