Skip to content

Commit f0878fe

Browse files
committed
Update style guide for structure
1 parent a1dd7d3 commit f0878fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

documenting/documenting.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ contributed by various authors. The markup used for the Python documentation is
1111
`reStructuredText`_, developed by the `docutils`_ project, amended by custom
1212
directives and using a toolset named `Sphinx`_ to post-process the HTML output.
1313

14-
This document describes the style guide for our documentation.
15-
1614
The documentation in HTML, PDF or EPUB format is generated from text files
1715
written using the :ref:`reStructuredText format <markup>` and contained in the
1816
:ref:`CPython Git repository <setup>`.

documenting/styleguide.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
.. highlight:: rest
99

10+
This document describes the style guide for our documentation.
11+
12+
1013
Use of whitespace
1114
=================
1215

0 commit comments

Comments
 (0)