[Python-checkins] python/nondist/peps README.txt,1.1,1.2
goodger@users.sourceforge.net
goodger@users.sourceforge.net
Thu, 29 Aug 2002 20:13:42 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv31537
Modified Files:
README.txt
Log Message:
Fixed some typos and simplified.
Index: README.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.txt 26 Aug 2002 15:36:55 -0000 1.1
--- README.txt 30 Aug 2002 03:13:40 -0000 1.2
***************
*** 3,10 ****
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
PEP 9 and PEP 12 respectively. The pep2html.py processing and
! installation scripts 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,
--- 3,10 ----
Original PEP source may be written using two standard formats, a
! 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 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,
***************
*** 13,20 ****
Installing Docutils for reStructuredText PEPs
! =============================================
!
! :Author: David Goodger
! :Contact: goodger@users.sourceforge.net
1. Get the latest Docutils software (CVS snapshot):
--- 13,17 ----
Installing Docutils for reStructuredText PEPs
! ---------------------------------------------
1. Get the latest Docutils software (CVS snapshot):
***************
*** 36,38 ****
Please report any problems or questions to
! docutils-develop@lists.sourceforge.net or to the author.
--- 33,36 ----
Please report any problems or questions to
! docutils-develop@lists.sourceforge.net or to David Goodger
! (goodger@python.org).