[Python-checkins] r85275 - peps/trunk/pep-0101.txt
georg.brandl
python-checkins at python.org
Wed Oct 6 12:26:59 CEST 2010
Author: georg.brandl
Date: Wed Oct 6 12:26:59 2010
New Revision: 85275
Log:
Add a doc markup error fixing step.
Modified:
peps/trunk/pep-0101.txt
Modified: peps/trunk/pep-0101.txt
==============================================================================
--- peps/trunk/pep-0101.txt (original)
+++ peps/trunk/pep-0101.txt Wed Oct 6 12:26:59 2010
@@ -131,6 +131,11 @@
cd to the Doc directory and type ``make pydoc-topics``. Then copy
``build/pydoc-topics/pydoc-topics.py`` to ``../Lib/pydoc_topics.py``.
+
+ ___ Check the docs for markup errors
+
+ In the Doc directory, type ``make suspicious``. If any markup errors
+ are found, fix them.
___ Bump version numbers via the release script.
More information about the Python-checkins
mailing list