Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1684f7e

Browse files
[3.12] Update titles and subtitles on landing page template (GH-116914) (#117020)
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 commitc514a97)Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
1 parent0fc8ae4 commit1684f7e

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

‎Doc/tools/templates/indexcontent.html

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,60 +7,60 @@ <h1>{{ docstitle|e }}</h1>
77
<p>
88
{% trans %}Welcome! This is the official documentation for Python {{ release }}.{% endtrans %}
99
</p>
10-
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
10+
<p><strong>{% trans %}Documentation sections:{% endtrans %}</strong></p>
1111
<tableclass="contentstable"align="center"><tr>
1212
<tdwidth="50%">
1313
<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 sincePython2.0</a>{% endtrans %}</span></p>
1515
<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 %}LibraryReference{% 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 %}LanguageReference{% 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 %}PythonSetup andUsage{% endtrans %}</a><br/>
22-
<spanclass="linkdescr">{% trans %}how touse 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 %}Libraryreference{% endtrans %}</a><br/>
18+
<spanclass="linkdescr">{% trans %}Standard library and builtins{% endtrans %}</span></p>
19+
<pclass="biglink"><aclass="biglink"href="{{ pathto("reference/index") }}">{% trans %}Languagereference{% endtrans %}</a><br/>
20+
<spanclass="linkdescr">{% trans %}Syntax and language elements{% endtrans %}</span></p>
21+
<pclass="biglink"><aclass="biglink"href="{{ pathto("using/index") }}">{% trans %}Pythonsetup andusage{% endtrans %}</a><br/>
22+
<spanclass="linkdescr">{% trans %}How toinstall, configure, and use Python{% endtrans %}</span></p>
2323
<pclass="biglink"><aclass="biglink"href="{{ pathto("howto/index") }}">{% trans %}Python HOWTOs{% endtrans %}</a><br/>
24-
<spanclass="linkdescr">{% trans %}in-depthdocuments on specific topics{% endtrans %}</span></p>
24+
<spanclass="linkdescr">{% trans %}In-depthtopic manuals{% endtrans %}</span></p>
2525
</td><tdwidth="50%">
26-
<pclass="biglink"><aclass="biglink"href="{{ pathto("installing/index") }}">{% trans %}Installing PythonModules{% endtrans %}</a><br/>
27-
<spanclass="linkdescr">{% trans %}installing from the Python Package Index &amp; other sources{% endtrans %}</span></p>
28-
<pclass="biglink"><aclass="biglink"href="{{ pathto("distributing/index") }}">{% trans %}Distributing PythonModules{% endtrans %}</a><br/>
29-
<spanclass="linkdescr">{% trans %}publishing modules forinstallation byothers{% endtrans %}</span></p>
30-
<pclass="biglink"><aclass="biglink"href="{{ pathto("extending/index") }}">{% trans %}Extending andEmbedding{% 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 Pythonmodules{% 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 Pythonmodules{% endtrans %}</a><br/>
29+
<spanclass="linkdescr">{% trans %}Publishing modules foruse byother people{% endtrans %}</span></p>
30+
<pclass="biglink"><aclass="biglink"href="{{ pathto("extending/index") }}">{% trans %}Extending andembedding{% 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'sC API{% endtrans %}</a><br/>
33+
<spanclass="linkdescr">{% trans %}C API reference{% endtrans %}</span></p>
3434
<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>
3636
</td></tr>
3737
</table>
3838

39-
<p><strong>{% trans %}Indicesandtables:{% endtrans %}</strong></p>
39+
<p><strong>{% trans %}Indices, glossary,andsearch:{% endtrans %}</strong></p>
4040
<tableclass="contentstable"align="center"><tr>
4141
<tdwidth="50%">
42-
<pclass="biglink"><aclass="biglink"href="{{ pathto("py-modindex") }}">{% trans %}GlobalModule 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 %}GeneralIndex{% endtrans %}</a><br/>
45-
<spanclass="linkdescr">{% trans %}all functions, classes, terms{% endtrans %}</span></p>
42+
<pclass="biglink"><aclass="biglink"href="{{ pathto("py-modindex") }}">{% trans %}Globalmodule index{% endtrans %}</a><br/>
43+
<spanclass="linkdescr">{% trans %}All modules and libraries{% endtrans %}</span></p>
44+
<pclass="biglink"><aclass="biglink"href="{{ pathto("genindex") }}">{% trans %}Generalindex{% endtrans %}</a><br/>
45+
<spanclass="linkdescr">{% trans %}All functions, classes, and terms{% endtrans %}</span></p>
4646
<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>
4848
</td><tdwidth="50%">
4949
<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 %}CompleteTable ofContents{% 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 %}Completetable ofcontents{% endtrans %}</a><br/>
52+
<spanclass="linkdescr">{% trans %}Lists all sections and subsections{% endtrans %}</span></p>
5353
</td></tr>
5454
</table>
5555

56-
<p><strong>{% trans %}Meta information:{% endtrans %}</strong></p>
56+
<p><strong>{% trans %}Project information:{% endtrans %}</strong></p>
5757
<tableclass="contentstable"align="center"><tr>
5858
<tdwidth="50%">
59-
<pclass="biglink"><aclass="biglink"href="{{ pathto("bugs") }}">{% trans %}Reportingbugs{% endtrans %}</a></p>
59+
<pclass="biglink"><aclass="biglink"href="{{ pathto("bugs") }}">{% trans %}Reportingissues{% endtrans %}</a></p>
6060
<pclass="biglink"><aclass="biglink"href="https://devguide.python.org/docquality/#helping-with-documentation">{% trans %}Contributing to Docs{% endtrans %}</a></p>
6161
<pclass="biglink"><aclass="biglink"href="{{ pathto("about") }}">{% trans %}About the documentation{% endtrans %}</a></p>
6262
</td><tdwidth="50%">
63-
<pclass="biglink"><aclass="biglink"href="{{ pathto("license") }}">{% trans %}History andLicense of Python{% endtrans %}</a></p>
63+
<pclass="biglink"><aclass="biglink"href="{{ pathto("license") }}">{% trans %}History andlicense of Python{% endtrans %}</a></p>
6464
<pclass="biglink"><aclass="biglink"href="{{ pathto("copyright") }}">{% trans %}Copyright{% endtrans %}</a></p>
6565
<pclass="biglink"><aclass="biglink"href="{{ pathto("download") }}">{% trans %}Download the documentation{% endtrans %}</a></p>
6666
</td></tr>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp