[2] | 1 | =====================
|
---|
| 2 | About these documents
|
---|
| 3 | =====================
|
---|
| 4 |
|
---|
| 5 |
|
---|
[391] | 6 | These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a
|
---|
| 7 | document processor specifically written for the Python documentation.
|
---|
[2] | 8 |
|
---|
[391] | 9 | .. _reStructuredText: http://docutils.sf.net/rst.html
|
---|
| 10 | .. _Sphinx: http://sphinx.pocoo.org/
|
---|
| 11 |
|
---|
[2] | 12 | .. In the online version of these documents, you can submit comments and suggest
|
---|
| 13 | changes directly on the documentation pages.
|
---|
| 14 |
|
---|
| 15 | Development of the documentation and its toolchain takes place on the
|
---|
| 16 | docs@python.org mailing list. We're always looking for volunteers wanting
|
---|
| 17 | to help with the docs, so feel free to send a mail there!
|
---|
| 18 |
|
---|
| 19 | Many thanks go to:
|
---|
| 20 |
|
---|
| 21 | * Fred L. Drake, Jr., the creator of the original Python documentation toolset
|
---|
| 22 | and writer of much of the content;
|
---|
| 23 | * the `Docutils <http://docutils.sf.net/>`_ project for creating
|
---|
| 24 | reStructuredText and the Docutils suite;
|
---|
| 25 | * Fredrik Lundh for his `Alternative Python Reference
|
---|
| 26 | <http://effbot.org/zone/pyref.htm>`_ project from which Sphinx got many good
|
---|
| 27 | ideas.
|
---|
| 28 |
|
---|
| 29 | See :ref:`reporting-bugs` for information how to report bugs in this
|
---|
| 30 | documentation, or Python itself.
|
---|
| 31 |
|
---|
| 32 |
|
---|
[391] | 33 | Contributors to the Python Documentation
|
---|
| 34 | ----------------------------------------
|
---|
| 35 |
|
---|
| 36 | Many people have contributed to the Python language, the Python standard
|
---|
| 37 | library, and the Python documentation. See :source:`Misc/ACKS` in the Python
|
---|
| 38 | source distribution for a partial list of contributors.
|
---|
| 39 |
|
---|
[2] | 40 | It is only with the input and contributions of the Python community
|
---|
| 41 | that Python has such wonderful documentation -- Thank You!
|
---|