Example stylesheets for syntax highlight of code snippets.
[docutils/kirr.git] / sandbox / py-rest-doc / converter / newfiles / doc.rst
blob1a3778b092508bf7a47cc69c0943768f46bad0db
1 .. _documenting-index:
3 ######################
4   Documenting Python
5 ######################
8 The Python language has a substantial body of documentation, much of it
9 contributed by various authors. The markup used for the Python documentation is
10 `reStructuredText`_, developed by the `docutils`_ project, amended by custom
11 directives and using a toolset named *Sphinx* to postprocess the HTML output.
13 This document describes the style guide for our documentation, the custom
14 reStructuredText markup introduced to support Python documentation and how it
15 should be used, as well as the Sphinx build system.
17 .. _reStructuredText: http://docutils.sf.net/rst.html
18 .. _docutils: http://docutils.sf.net/
20 If you're interested in contributing to Python's documentation, there's no need
21 to write reStructuredText if you're not so inclined; plain text contributions
22 are more than welcome as well.
24 .. toctree::
26    intro.rst
27    style.rst
28    rest.rst
29    markup.rst
30    sphinx.rst
32 .. XXX add credits, thanks etc.