[Python-checkins] devguide: Add a link to "Documenting Python"

antoine.pitrou python-checkins at python.org
Mon Feb 7 22:13:18 CET 2011


antoine.pitrou pushed f5307c79683b to devguide:

http://hg.python.org/devguide/rev/f5307c79683b
changeset:   273:f5307c79683b
parent:      271:a90309bc93fb
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Feb 07 22:12:50 2011 +0100
summary:
  Add a link to "Documenting Python"

files:
  patch.rst

diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -37,7 +37,8 @@
 test seems impacted by your changes, because there might be interferences
 unknown to you between your changes and some other part of the interpreter.
 
-Fifth, proper documentation additions/changes should be included.
+Fifth, proper `documentation <http://docs.python.org/dev/documenting/>`_
+additions/changes should be included.
 
 Sixth, if you are not already in the ``Misc/ACKS`` file then add your name. If
 you have taken the time to diagnose a problem, invent a solution, code it up,

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list