Skip to content

Commit

Permalink
Update for structure
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored and ezio-melotti committed Jul 11, 2022
1 parent ce0c44f commit b5757b6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
5 changes: 2 additions & 3 deletions documentation/help-documenting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ This high-level **Helping with Documentation** section provides:
* an overview of Python's documentation
* how to help with documentation issues
* information on proofreading
* guidance on contributing to this Developer's Guide

The next chapter, :ref:`Documenting Python <documenting>`, gives extensive,
detailed information on how to write documentation and submit changes.
You will find extensive and detailed information on how to write documentation
and submit changes on the :ref:`Documenting Python <documenting>` page.


Python Documentation
Expand Down
6 changes: 5 additions & 1 deletion documentation/markup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ reStructuredText Markup

.. highlight:: rest

This document describes the custom reStructuredText markup introduced by Sphinx
to support Python documentation and how it should be used.


.. _rst-primer:

Expand Down Expand Up @@ -190,7 +193,8 @@ A directive is a generic block of explicit markup. Besides roles, it is one of
the extension mechanisms of reST, and Sphinx makes heavy use of it.

Basically, a directive consists of a name, arguments, options and content. (Keep
this terminology in mind, it is used in the next chapter describing custom
this terminology in mind, it is used in `:ref:`the next section
<Additional Markup Constructs>` describing custom
directives.) Looking at this example,

::
Expand Down
8 changes: 2 additions & 6 deletions documentation/start-documenting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ contributed by various authors. The markup used for the Python documentation is
`reStructuredText`_, developed by the `docutils`_ project, amended by custom
directives and using a toolset named `Sphinx`_ to post-process the HTML output.

This document describes the style guide for our documentation as well as the
custom reStructuredText markup introduced by Sphinx to support Python
documentation and how it should be used.

The documentation in HTML, PDF or EPUB format is generated from text files
written using the :ref:`reStructuredText format <markup>` and contained in the
:ref:`CPython Git repository <setup>`.
Expand Down Expand Up @@ -43,7 +39,7 @@ The involvement of the community takes many forms, from authoring to bug reports
to just plain complaining when the documentation could be more complete or
easier to use.

This document is aimed at authors and potential authors of documentation for
This section is aimed at authors and potential authors of documentation for
Python. More specifically, it is for people contributing to the standard
documentation and developing additional documents using the same tools as the
standard documents. This guide will be less useful for authors using the Python
Expand All @@ -56,7 +52,7 @@ documented here, there's a welcoming place for you among the Python contributors
as well. Any time you feel that you can clarify existing documentation or
provide documentation that's missing, the existing documentation team will
gladly work with you to integrate your text, dealing with the markup for you.
Please don't let the material in this document stand between the documentation
Please don't let the material in this section stand between the documentation
and your desire to help out!


Expand Down
3 changes: 3 additions & 0 deletions documentation/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Style Guide

.. highlight:: rest

This document describes the style guide for our documentation.


Use of whitespace
=================

Expand Down
2 changes: 1 addition & 1 deletion testing/new-buildbot-worker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ supported by corporations. Even the corporate sponsored buildbots, however,
tend to exist because some individual championed them, made them a reality, and
is committed to maintaining them.

Anyone can contribute a buildbot to the fleet. This chapter describes how
Anyone can contribute a buildbot to the fleet. This document describes how
to go about setting up a buildbot worker, getting it added, and some hints about
buildbot maintenance.

Expand Down

0 comments on commit b5757b6

Please sign in to comment.