peps: Add instructions for HTM generation.
http://hg.python.org/peps/rev/ee8a6ec1de74 changeset: 5326:ee8a6ec1de74 user: Guido van Rossum <guido@dropbox.com> date: Fri Nov 29 10:34:39 2013 -0800 summary: Add instructions for HTM generation. files: README.txt | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -21,3 +21,14 @@ For processing reStructuredText format PEPs, you need the docutils package, which is available from PyPI (http://pypi.python.org). If you have pip, "pip install docutils" should install it. + + +Generating HTML +=============== + +Do not commit changes with bad formatting. To check the formatting of +a PEP, use the Makefile. In particular, to generate HTML for PEP 999, +your source code should be in pep-0999.txt and the HTML will be +generated to pep-0999.html by the command "make pep-0999.html". The +default Make target generates HTML for all PEPs. If you don't have +Make, use the pep2html.py script. -- Repository URL: http://hg.python.org/peps
participants (1)
-
guido.van.rossum