Skip to content

Commit 40eaa33

Browse files
committed
Align documentation contents with homepage section order
1 parent 07bf914 commit 40eaa33

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Doc/contents.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
whatsnew/index.rst
88
tutorial/index.rst
9-
using/index.rst
10-
reference/index.rst
119
builtins/index.rst
1210
library/index.rst
11+
reference/index.rst
12+
howto/index.rst
13+
using/index.rst
14+
installing/index.rst
1315
extending/index.rst
1416
c-api/index.rst
15-
installing/index.rst
16-
howto/index.rst
1717
faq/index.rst
1818
deprecations/index.rst
1919
glossary.rst
2020

21-
about.rst
2221
bugs.rst
23-
copyright.rst
2422
license.rst
23+
copyright.rst
24+
about.rst

Doc/tools/templates/indexcontent.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ <h1>{{ docstitle|e }}</h1>
5656
<li class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">{% trans %}Tutorial{% endtrans %}</a><br>
5757
<span class="linkdescr">{% trans %}Start here: a tour of Python's syntax and features{% endtrans %}</span></li>
5858
<li class="biglink"><a class="biglink" href="{{ pathto("builtins/index") }}">{% trans %}Built-ins reference{% endtrans %}</a><br>
59-
<span class="linkdescr">{% trans %}Built-in functions and classes{% endtrans %}</span></li>
60-
<li class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">{% trans %}Library reference{% endtrans %}</a><br>
59+
<span class="linkdescr">{% trans %}Built-in functions and classes{% endtrans %}</span></li>
60+
<li class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">{% trans %}Library reference{% endtrans %}</a><br>
6161
<span class="linkdescr">{% trans %}Standard library modules{% endtrans %}</span></li>
6262
<li class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">{% trans %}Language reference{% endtrans %}</a><br>
6363
<span class="linkdescr">{% trans %}Syntax and language elements{% endtrans %}</span></li>
64-
<li class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">{% trans %}Python setup and usage{% endtrans %}</a><br>
65-
<span class="linkdescr">{% trans %}How to install, configure, and use Python{% endtrans %}</span></li>
6664
<li class="biglink"><a class="biglink" href="{{ pathto("howto/index") }}">{% trans %}Python HOWTOs{% endtrans %}</a><br>
6765
<span class="linkdescr">{% trans %}In-depth topic manuals{% endtrans %}</span></li>
66+
<li class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">{% trans %}Python setup and usage{% endtrans %}</a><br>
67+
<span class="linkdescr">{% trans %}How to install, configure, and use Python{% endtrans %}</span></li>
6868
<li class="biglink"><a class="biglink" href="{{ pathto("installing/index") }}">{% trans %}Installing Python modules{% endtrans %}</a><br>
6969
<span class="linkdescr">{% trans %}Third-party modules and PyPI.org{% endtrans %}</span></li>
7070
<li class="biglink"><a class="biglink" href="{{ pathto("extending/index") }}">{% trans %}Extending and embedding{% endtrans %}</a><br>

0 commit comments

Comments
 (0)