@@ -11,10 +11,6 @@ contributed by various authors. The markup used for the Python documentation is
1111`reStructuredText `_, developed by the `docutils `_ project, amended by custom
1212directives and using a toolset named `Sphinx `_ to post-process the HTML output.
1313
14- This document describes the style guide for our documentation as well as the
15- custom reStructuredText markup introduced by Sphinx to support Python
16- documentation and how it should be used.
17-
1814The documentation in HTML, PDF or EPUB format is generated from text files
1915written using the :ref: `reStructuredText format <markup >` and contained in the
2016:ref: `CPython Git repository <setup >`.
@@ -43,7 +39,7 @@ The involvement of the community takes many forms, from authoring to bug reports
4339to just plain complaining when the documentation could be more complete or
4440easier to use.
4541
46- This document is aimed at authors and potential authors of documentation for
42+ This section is aimed at authors and potential authors of documentation for
4743Python. More specifically, it is for people contributing to the standard
4844documentation and developing additional documents using the same tools as the
4945standard documents. This guide will be less useful for authors using the Python
@@ -56,7 +52,7 @@ documented here, there's a welcoming place for you among the Python contributors
5652as well. Any time you feel that you can clarify existing documentation or
5753provide documentation that's missing, the existing documentation team will
5854gladly work with you to integrate your text, dealing with the markup for you.
59- Please don't let the material in this document stand between the documentation
55+ Please don't let the material in this section stand between the documentation
6056and your desire to help out!
6157
6258
0 commit comments