[Python-checkins] devguide: add link to compiling documentation (closes #21395)
benjamin.peterson
python-checkins at python.org
Wed Apr 30 15:58:37 CEST 2014
http://hg.python.org/devguide/rev/678310833d85
changeset: 691:678310833d85
user: Benjamin Peterson <benjamin at python.org>
date: Wed Apr 30 09:58:31 2014 -0400
summary:
add link to compiling documentation (closes #21395)
Patch by Brian Gesiak.
files:
runtests.rst | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/runtests.rst b/runtests.rst
--- a/runtests.rst
+++ b/runtests.rst
@@ -14,7 +14,8 @@
-------
The shortest, simplest way of running the test suite is the following command
-from the root directory of your checkout (after you have built Python)::
+from the root directory of your checkout (after you have
+:ref:`built Python <compiling>`)::
./python -m test
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list