Fixed some typos and simplified.
This commit is contained in:
parent
eb9661b0f1
commit
4b0602458a
14
README.txt
14
README.txt
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue