diff --git a/Doc/contents.rst b/Doc/contents.rst index 852be4a6d5b6ba7..40f9c090e3d00b6 100644 --- a/Doc/contents.rst +++ b/Doc/contents.rst @@ -6,19 +6,19 @@ whatsnew/index.rst tutorial/index.rst - using/index.rst - reference/index.rst builtins/index.rst library/index.rst + reference/index.rst + howto/index.rst + using/index.rst + installing/index.rst extending/index.rst c-api/index.rst - installing/index.rst - howto/index.rst faq/index.rst deprecations/index.rst glossary.rst - about.rst bugs.rst - copyright.rst license.rst + copyright.rst + about.rst diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 59a693c00003c45..dc2a95fc021b029 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -16,17 +16,17 @@ @@ -50,84 +50,68 @@

{{ 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 %}