Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 1 | ===================== |
| 2 | About these documents |
| 3 | ===================== |
| 4 | |
| 5 | |
| 6 | These documents are generated from `reStructuredText |
| 7 | <http://docutils.sf.net/rst.html>`_ sources by *Sphinx*, a document processor |
| 8 | specifically written for the Python documentation. |
| 9 | |
Georg Brandl | e081eef | 2009-05-26 09:04:23 +0000 | [diff] [blame^] | 10 | .. In the online version of these documents, you can submit comments and suggest |
| 11 | changes directly on the documentation pages. |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 12 | |
| 13 | Development of the documentation and its toolchain takes place on the |
| 14 | docs@python.org mailing list. We're always looking for volunteers wanting |
| 15 | to help with the docs, so feel free to send a mail there! |
| 16 | |
| 17 | Many thanks go to: |
| 18 | |
| 19 | * Fred L. Drake, Jr., the creator of the original Python documentation toolset |
| 20 | and writer of much of the content; |
David Goodger | 67ea002 | 2008-04-21 14:43:33 +0000 | [diff] [blame] | 21 | * the `Docutils <http://docutils.sf.net/>`_ project for creating |
| 22 | reStructuredText and the Docutils suite; |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 23 | * Fredrik Lundh for his `Alternative Python Reference |
| 24 | <http://effbot.org/zone/pyref.htm>`_ project from which Sphinx got many good |
| 25 | ideas. |
| 26 | |
Georg Brandl | e081eef | 2009-05-26 09:04:23 +0000 | [diff] [blame^] | 27 | See :ref:`reporting-bugs` for information how to report bugs in this |
| 28 | documentation, or Python itself. |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 29 | |
| 30 | .. including the ACKS file here so that it can be maintained separately |
| 31 | .. include:: ACKS.txt |
| 32 | |
| 33 | It is only with the input and contributions of the Python community |
| 34 | that Python has such wonderful documentation -- Thank You! |