@@ -11,10 +11,6 @@ contributed by various authors. The markup used for the Python documentation is
11
11
`reStructuredText `_, developed by the `docutils `_ project, amended by custom
12
12
directives and using a toolset named `Sphinx `_ to post-process the HTML output.
13
13
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
-
18
14
The documentation in HTML, PDF or EPUB format is generated from text files
19
15
written using the :ref: `reStructuredText format <markup >` and contained in the
20
16
:ref: `CPython Git repository <setup >`.
@@ -43,7 +39,7 @@ The involvement of the community takes many forms, from authoring to bug reports
43
39
to just plain complaining when the documentation could be more complete or
44
40
easier to use.
45
41
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
47
43
Python. More specifically, it is for people contributing to the standard
48
44
documentation and developing additional documents using the same tools as the
49
45
standard 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
56
52
as well. Any time you feel that you can clarify existing documentation or
57
53
provide documentation that's missing, the existing documentation team will
58
54
gladly 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
60
56
and your desire to help out!
61
57
62
58
0 commit comments