diff options
author | Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> | 2024-12-31 21:22:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-31 21:22:33 (GMT) |
commit | c5438fdf4706a70bdd19338edc000dacffff6837 (patch) | |
tree | 79ba44fb3c8e4356c2e0fdf32203267cb8e72e9a /Doc/about.rst | |
parent | e389d6c650ddacb55b08b657f1e4e9b1330f3455 (diff) | |
download | cpython-c5438fdf4706a70bdd19338edc000dacffff6837.zip cpython-c5438fdf4706a70bdd19338edc000dacffff6837.tar.gz cpython-c5438fdf4706a70bdd19338edc000dacffff6837.tar.bz2 |
Reword `about.rst` to not limit Sphinx (#128325)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Doc/about.rst')
-rw-r--r-- | Doc/about.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Doc/about.rst b/Doc/about.rst index 5e6160f..8f635d7 100644 --- a/Doc/about.rst +++ b/Doc/about.rst @@ -1,10 +1,11 @@ -===================== -About these documents -===================== +======================== +About this documentation +======================== -These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a -document processor specifically written for the Python documentation. +Python's documentation is generated from `reStructuredText`_ sources +using `Sphinx`_, a documentation generator originally created for Python +and now maintained as an independent project. .. _reStructuredText: https://docutils.sourceforge.io/rst.html .. _Sphinx: https://www.sphinx-doc.org/ @@ -20,14 +21,14 @@ 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 got many good ideas. -Contributors to the Python Documentation +Contributors to the Python documentation ---------------------------------------- Many people have contributed to the Python language, the Python standard |