2002-08-26 11:36:55 -04:00
|
|
|
reStructuredText for PEPs
|
|
|
|
=========================
|
|
|
|
|
|
|
|
Original PEP source may be written using two standard formats, a
|
2002-08-29 23:13:40 -04:00
|
|
|
mildly idiomatic plaintext format and the reStructuredText format
|
2003-02-08 17:35:29 -05:00
|
|
|
(also, technically plaintext). These two formats are described in PEP
|
|
|
|
9 and PEP 12 respectively. The pep2html.py processing and
|
2002-08-29 23:13:40 -04:00
|
|
|
installation script knows how to produce the HTML for either PEP
|
2011-03-26 13:11:51 -04:00
|
|
|
format.
|
2002-08-26 11:36:55 -04:00
|
|
|
|
2011-03-26 13:11:51 -04:00
|
|
|
For processing reStructuredText format PEPs, you need the docutils
|
|
|
|
package, which is available from PyPI.
|