https://github.com/python/cpython/commit/197fdd787a117686fa78a4e7ceefedf2f06038d6 commit: 197fdd787a117686fa78a4e7ceefedf2f06038d6 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-08-21T10:41:26+09:00 summary:
[3.14] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156141) gh-128326: Normalize self-references to "documentation" (GH-143138) (cherry picked from commit 9721f8f03510685c9209ce382fdbce3d2c5f8110) Co-authored-by: Aniket <[email protected]> Co-authored-by: Stan Ulbrych <[email protected]> files: M Doc/about.rst M Doc/tools/templates/indexsidebar.html diff --git a/Doc/about.rst b/Doc/about.rst index 8f635d7f743a982..f0dba08130e2c01 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -10,7 +10,7 @@ and now maintained as an independent project. .. _reStructuredText: https://docutils.sourceforge.io/rst.html .. _Sphinx: https://www.sphinx-doc.org/ -.. In the online version of these documents, you can submit comments and suggest +.. In the online version of this documentation, you can submit comments and suggest changes directly on the documentation pages. Development of the documentation and its toolchain is an entirely volunteer diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index 5e7f03cd024ef7f..3fd707babd782bb 100644 --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -1,5 +1,5 @@ <h3>{% trans %}Download{% endtrans %}</h3> -<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p> +<p><a href="{{ pathto('download') }}">{% trans %}Download the documentation{% endtrans %}</a></p> <h3>{% trans %}Docs by version{% endtrans %}</h3> <ul> {# _docs_by_version.html is overwritten by build_docs.py for non-EOL versions #} _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
