[Python-checkins] devguide: Document the devguide linking introduced in r88882.

ezio.melotti python-checkins at python.org
Mon Aug 15 10:33:58 CEST 2011


http://hg.python.org/devguide/rev/8c69000e8da2
changeset:   442:8c69000e8da2
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Aug 15 11:22:11 2011 +0300
summary:
  Document the devguide linking introduced in r88882.

files:
  triaging.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/triaging.rst b/triaging.rst
--- a/triaging.rst
+++ b/triaging.rst
@@ -263,6 +263,9 @@
   possibly linking to the line number specified after the ``:``.
 * ``PEP <number>`` and ``PEP<number>`` link to the
   :abbr:`PEP (Python Enhancement Proposal)` ``<number>``.
+* ``devguide`` (lowercase), ``devguide/triaging``, and
+  ``devguide/triaging#generating-special-links-in-a-comment`` generate links to
+  the Devguide, this page, and this section respectively.
 
 
 Reporting Issues About the Tracker

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


More information about the Python-checkins mailing list