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 %}
{% trans %}Documentation sections:{% endtrans %}
-|
- {% trans %}What's new in Python {{ version }}?{% endtrans %} {% trans %}Tutorial{% endtrans %} {% trans %}Library reference{% endtrans %} {% trans %}Language reference{% endtrans %} {% trans %}Python setup and usage{% endtrans %} {% trans %}Python HOWTOs{% endtrans %} |
- {% trans %}Installing Python modules{% endtrans %} {% trans %}Extending and embedding{% endtrans %} {% trans %}Python's C API{% endtrans %} {% trans %}FAQs{% endtrans %} {% trans %}Deprecations{% endtrans %} |
{% trans %}Other resources:{% endtrans %}
-|
- {% trans %}Python Packaging User Guide{% endtrans %} |
-
- {% trans %}Static Typing with Python{% endtrans %} |
{% trans %}Indices, glossary, and search:{% endtrans %}
-|
- {% trans %}Global module index{% endtrans %} {% trans %}General index{% endtrans %} {% trans %}Glossary{% endtrans %} |
- {% trans %}Search page{% endtrans %} {% trans %}Complete table of contents{% endtrans %} |
{% trans %}Project information:{% endtrans %}
-|
- {% trans %}Reporting issues{% endtrans %} - - - |
- {% trans %}History and license of Python{% endtrans %} - - - |