1===================== 2About these documents 3===================== 4 5 6These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a 7document processor specifically written for the Python documentation. 8 9.. _reStructuredText: https://docutils.sourceforge.io/rst.html 10.. _Sphinx: https://www.sphinx-doc.org/ 11 12.. In the online version of these documents, you can submit comments and suggest 13 changes directly on the documentation pages. 14 15Development of the documentation and its toolchain is an entirely volunteer 16effort, just like Python itself. If you want to contribute, please take a 17look at the :ref:`reporting-bugs` page for information on how to do so. New 18volunteers are always welcome! 19 20Many thanks go to: 21 22* Fred L. Drake, Jr., the creator of the original Python documentation toolset 23 and writer of much of the content; 24* the `Docutils <https://docutils.sourceforge.io/>`_ project for creating 25 reStructuredText and the Docutils suite; 26* Fredrik Lundh for his Alternative Python Reference project from which Sphinx 27 got many good ideas. 28 29 30Contributors to the Python Documentation 31---------------------------------------- 32 33Many people have contributed to the Python language, the Python standard 34library, and the Python documentation. See :source:`Misc/ACKS` in the Python 35source distribution for a partial list of contributors. 36 37It is only with the input and contributions of the Python community 38that Python has such wonderful documentation -- Thank You! 39