source: python/trunk/Doc/about.rst

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 1.5 KB
RevLine 
[2]1=====================
2About these documents
3=====================
4
5
[391]6These documents are generated from `reStructuredText`_ sources by `Sphinx`_, a
7document 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
15Development of the documentation and its toolchain takes place on the
16docs@python.org mailing list. We're always looking for volunteers wanting
17to help with the docs, so feel free to send a mail there!
18
19Many 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
29See :ref:`reporting-bugs` for information how to report bugs in this
30documentation, or Python itself.
31
32
[391]33Contributors to the Python Documentation
34----------------------------------------
35
36Many people have contributed to the Python language, the Python standard
37library, and the Python documentation. See :source:`Misc/ACKS` in the Python
38source distribution for a partial list of contributors.
39
[2]40It is only with the input and contributions of the Python community
41that Python has such wonderful documentation -- Thank You!
Note: See TracBrowser for help on using the repository browser.