You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[3.11] Update titles and subtitles on landing page template (GH-116914) (#117019)
Update titles and subtitles on landing page template (GH-116914)
* Update titles and subtitles on landing page template
* address review from gvanrossum
* Edits from hugovk review
* Change word order back. Down the road we should split license and history
(cherry picked from commit c514a97)
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Copy file name to clipboardExpand all lines: Doc/tools/templates/indexcontent.html
+31-31Lines changed: 31 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -7,60 +7,60 @@ <h1>{{ docstitle|e }}</h1>
7
7
<p>
8
8
{% trans %}Welcome! This is the official documentation for Python {{ release }}.{% endtrans %}
9
9
</p>
10
-
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
10
+
<p><strong>{% trans %}Documentation sections:{% endtrans %}</strong></p>
11
11
<tableclass="contentstable" align="center"><tr>
12
12
<tdwidth="50%">
13
13
<pclass="biglink"><aclass="biglink" href="{{ pathto("whatsnew/" + version) }}">{% trans %}What's new in Python {{ version }}?{% endtrans %}</a><br/>
14
-
<spanclass="linkdescr"> {% trans whatsnew_index=pathto("whatsnew/index") %}or<ahref="{{ whatsnew_index }}">all "What's new" documents</a> since 2.0{% endtrans %}</span></p>
14
+
<spanclass="linkdescr"> {% trans whatsnew_index=pathto("whatsnew/index") %}Or<ahref="{{ whatsnew_index }}">all "What's new" documents since Python 2.0</a>{% endtrans %}</span></p>
15
15
<pclass="biglink"><aclass="biglink" href="{{ pathto("tutorial/index") }}">{% trans %}Tutorial{% endtrans %}</a><br/>
16
-
<spanclass="linkdescr">{% trans %}start here{% endtrans %}</span></p>
17
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("library/index") }}">{% trans %}Library Reference{% endtrans %}</a><br/>
18
-
<spanclass="linkdescr">{% trans %}keep this under your pillow{% endtrans %}</span></p>
19
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("reference/index") }}">{% trans %}Language Reference{% endtrans %}</a><br/>
20
-
<spanclass="linkdescr">{% trans %}describes syntax and language elements{% endtrans %}</span></p>
21
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("using/index") }}">{% trans %}Python Setup and Usage{% endtrans %}</a><br/>
22
-
<spanclass="linkdescr">{% trans %}how to use Python on different platforms{% endtrans %}</span></p>
16
+
<spanclass="linkdescr">{% trans %}Start here: a tour of Python's syntax and features{% endtrans %}</span></p>
17
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("library/index") }}">{% trans %}Library reference{% endtrans %}</a><br/>
18
+
<spanclass="linkdescr">{% trans %}Standard library and builtins{% endtrans %}</span></p>
19
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("reference/index") }}">{% trans %}Language reference{% endtrans %}</a><br/>
20
+
<spanclass="linkdescr">{% trans %}Syntax and language elements{% endtrans %}</span></p>
21
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("using/index") }}">{% trans %}Python setup and usage{% endtrans %}</a><br/>
22
+
<spanclass="linkdescr">{% trans %}How to install, configure, and use Python{% endtrans %}</span></p>
23
23
<pclass="biglink"><aclass="biglink" href="{{ pathto("howto/index") }}">{% trans %}Python HOWTOs{% endtrans %}</a><br/>
24
-
<spanclass="linkdescr">{% trans %}in-depth documents on specific topics{% endtrans %}</span></p>
24
+
<spanclass="linkdescr">{% trans %}In-depth topic manuals{% endtrans %}</span></p>
25
25
</td><tdwidth="50%">
26
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("installing/index") }}">{% trans %}Installing Python Modules{% endtrans %}</a><br/>
27
-
<spanclass="linkdescr">{% trans %}installing from the Python Package Index & other sources{% endtrans %}</span></p>
28
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("distributing/index") }}">{% trans %}Distributing Python Modules{% endtrans %}</a><br/>
29
-
<spanclass="linkdescr">{% trans %}publishing modules for installation by others{% endtrans %}</span></p>
30
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("extending/index") }}">{% trans %}Extending and Embedding{% endtrans %}</a><br/>
31
-
<spanclass="linkdescr">{% trans %}tutorial for C/C++ programmers{% endtrans %}</span></p>
32
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("c-api/index") }}">{% trans %}Python/C API{% endtrans %}</a><br/>
33
-
<spanclass="linkdescr">{% trans %}reference for C/C++ programmers{% endtrans %}</span></p>
26
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("installing/index") }}">{% trans %}Installing Python modules{% endtrans %}</a><br/>
27
+
<spanclass="linkdescr">{% trans %}Third-party modules and PyPI.org{% endtrans %}</span></p>
28
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("distributing/index") }}">{% trans %}Distributing Python modules{% endtrans %}</a><br/>
29
+
<spanclass="linkdescr">{% trans %}Publishing modules for use by other people{% endtrans %}</span></p>
30
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("extending/index") }}">{% trans %}Extending and embedding{% endtrans %}</a><br/>
31
+
<spanclass="linkdescr">{% trans %}For C/C++ programmers{% endtrans %}</span></p>
32
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("c-api/index") }}">{% trans %}Python's C API{% endtrans %}</a><br/>
33
+
<spanclass="linkdescr">{% trans %}C API reference{% endtrans %}</span></p>
34
34
<pclass="biglink"><aclass="biglink" href="{{ pathto("faq/index") }}">{% trans %}FAQs{% endtrans %}</a><br/>
35
-
<spanclass="linkdescr">{% trans %}frequently asked questions (with answers!){% endtrans %}</span></p>
35
+
<spanclass="linkdescr">{% trans %}Frequently asked questions (with answers!){% endtrans %}</span></p>
36
36
</td></tr>
37
37
</table>
38
38
39
-
<p><strong>{% trans %}Indicesand tables:{% endtrans %}</strong></p>
39
+
<p><strong>{% trans %}Indices, glossary, and search:{% endtrans %}</strong></p>
40
40
<tableclass="contentstable" align="center"><tr>
41
41
<tdwidth="50%">
42
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("py-modindex") }}">{% trans %}Global Module Index{% endtrans %}</a><br/>
43
-
<spanclass="linkdescr">{% trans %}quick access to all modules{% endtrans %}</span></p>
44
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("genindex") }}">{% trans %}General Index{% endtrans %}</a><br/>
45
-
<spanclass="linkdescr">{% trans %}all functions, classes, terms{% endtrans %}</span></p>
42
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("py-modindex") }}">{% trans %}Global module index{% endtrans %}</a><br/>
43
+
<spanclass="linkdescr">{% trans %}All modules and libraries{% endtrans %}</span></p>
44
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("genindex") }}">{% trans %}General index{% endtrans %}</a><br/>
45
+
<spanclass="linkdescr">{% trans %}All functions, classes, and terms{% endtrans %}</span></p>
46
46
<pclass="biglink"><aclass="biglink" href="{{ pathto("glossary") }}">{% trans %}Glossary{% endtrans %}</a><br/>
47
-
<spanclass="linkdescr">{% trans %}the most important terms explained{% endtrans %}</span></p>
47
+
<spanclass="linkdescr">{% trans %}Terms explained{% endtrans %}</span></p>
48
48
</td><tdwidth="50%">
49
49
<pclass="biglink"><aclass="biglink" href="{{ pathto("search") }}">{% trans %}Search page{% endtrans %}</a><br/>
50
-
<spanclass="linkdescr">{% trans %}search this documentation{% endtrans %}</span></p>
51
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("contents") }}">{% trans %}Complete Table of Contents{% endtrans %}</a><br/>
52
-
<spanclass="linkdescr">{% trans %}lists all sections and subsections{% endtrans %}</span></p>
50
+
<spanclass="linkdescr">{% trans %}Search this documentation{% endtrans %}</span></p>
51
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("contents") }}">{% trans %}Complete table of contents{% endtrans %}</a><br/>
52
+
<spanclass="linkdescr">{% trans %}Lists all sections and subsections{% endtrans %}</span></p>
53
53
</td></tr>
54
54
</table>
55
55
56
-
<p><strong>{% trans %}Meta information:{% endtrans %}</strong></p>
56
+
<p><strong>{% trans %}Project information:{% endtrans %}</strong></p>
57
57
<tableclass="contentstable" align="center"><tr>
58
58
<tdwidth="50%">
59
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("bugs") }}">{% trans %}Reporting bugs{% endtrans %}</a></p>
59
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("bugs") }}">{% trans %}Reporting issues{% endtrans %}</a></p>
60
60
<pclass="biglink"><aclass="biglink" href="https://devguide.python.org/docquality/#helping-with-documentation">{% trans %}Contributing to Docs{% endtrans %}</a></p>
61
61
<pclass="biglink"><aclass="biglink" href="{{ pathto("about") }}">{% trans %}About the documentation{% endtrans %}</a></p>
62
62
</td><tdwidth="50%">
63
-
<pclass="biglink"><aclass="biglink" href="{{ pathto("license") }}">{% trans %}History and License of Python{% endtrans %}</a></p>
63
+
<pclass="biglink"><aclass="biglink" href="{{ pathto("license") }}">{% trans %}History and license of Python{% endtrans %}</a></p>
64
64
<pclass="biglink"><aclass="biglink" href="{{ pathto("copyright") }}">{% trans %}Copyright{% endtrans %}</a></p>
65
65
<pclass="biglink"><aclass="biglink" href="{{ pathto("download") }}">{% trans %}Download the documentation{% endtrans %}</a></p>
0 commit comments