8000 Reword `about.rst` to not limit Sphinx by StanFromIreland · Pull Request #128325 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Reword about.rst to not limit Sphinx #128325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 31, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Doc/about.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=====================
About these documents
=====================
========================
About this documentation
========================


These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a
document processor specifically written for the Python documentation.
These documents are generated from `reStructuredText`_ sources using `Sphinx`_,
a documentation processor originally created for Python.

.. _reStructuredText: https://docutils.sourceforge.io/rst.html
.. _Sphinx: https://www.sphinx-doc.org/
Expand All @@ -20,7 +20,7 @@ volunteers are always welcome!
Many thanks go to:

* Fred L. Drake, Jr., the creator of the original Python documentation toolset
and writer of much of the content;
and author of much of the content;
* the `Docutils <https://docutils.sourceforge.io/>`_ project for creating
reStructuredText and the Docutils suite;
* Fredrik Lundh for his Alternative Python Reference project from which Sphinx
Expand Down
Loading
0