Fixed some typos and simplified.

This commit is contained in:
David Goodger 2002-08-30 03:13:40 +00:00
parent eb9661b0f1
commit 4b0602458a
1 changed files with 6 additions and 8 deletions

View File

@ -2,20 +2,17 @@ reStructuredText for PEPs
=========================
Original PEP source may be written using two standard formats, a
mildly idiomatic plain text format and a the reStructuredText format
(also, technically plain text). These two formats are described in
mildly idiomatic plaintext format and the reStructuredText format
(also, technically plaintext). These two formats are described in
PEP 9 and PEP 12 respectively. The pep2html.py processing and
installation scripts knows how to produce the html for either PEP
installation script knows how to produce the HTML for either PEP
format, however in order to process reStructuredText PEPs, you must
install the Docutils package. If this package is not installed,
pep2html.py will simply skip any reStructuredText PEPs.
Installing Docutils for reStructuredText PEPs
=============================================
:Author: David Goodger
:Contact: goodger@users.sourceforge.net
---------------------------------------------
1. Get the latest Docutils software (CVS snapshot):
@ -35,4 +32,5 @@ Installing Docutils for reStructuredText PEPs
pep2html.py ...
Please report any problems or questions to
docutils-develop@lists.sourceforge.net or to the author.
docutils-develop@lists.sourceforge.net or to David Goodger
(goodger@python.org).