[Python-checkins] devguide: Rename triage.rst to helptriage.rst
brett.cannon
python-checkins at python.org
Tue Jan 18 23:23:18 CET 2011
brett.cannon pushed 95ce1ec6975f to devguide:
http://hg.python.org/devguide/rev/95ce1ec6975f
changeset: 133:95ce1ec6975f
parent: 124:916b9286ccec
user: Brett Cannon <brett at python.org>
date: Tue Jan 18 14:22:47 2011 -0800
summary:
Rename triage.rst to helptriage.rst
files:
committing.rst
devrole.rst
helptriage.rst
index.rst
triage.rst
diff --git a/committing.rst b/committing.rst
--- a/committing.rst
+++ b/committing.rst
@@ -6,7 +6,8 @@
As a core developer you will occasionally want to commit a patch created by
someone else. When doing so you will want to make sure of some things.
-First, make sure the patch in a good state. Both :ref:`patch` and :ref:`triage`
+First, make sure the patch in a good state. Both :ref:`patch` and
+:ref:`helptriage`
explain what is to be expected of a patch. Typically patches that get passed by
triagers are good to go except maybe lacking ``Misc/ACKS`` and ``Misc/NEWS``
entries.
diff --git a/devrole.rst b/devrole.rst
--- a/devrole.rst
+++ b/devrole.rst
@@ -4,7 +4,7 @@
=================================================
When you have consistently shown the ability to properly
-:ref:`help triage issues <triage>` without guidance, you may request that you
+:ref:`help triage issues <helptriage>` without guidance, you may request that you
be given the "Developer" role on the `issue tracker`_. You can make the request
of any person who already has the Developer role. If they decide you are ready
to gain the extra privileges on the tracker they will then act as a mentor to
diff --git a/triage.rst b/helptriage.rst
rename from triage.rst
rename to helptriage.rst
--- a/triage.rst
+++ b/helptriage.rst
@@ -1,4 +1,4 @@
-.. _triage:
+.. _helptriage:
Helping Triage Issues
=====================
diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -11,7 +11,7 @@
docquality
silencewarnings
fixingissues
- triage
+ helptriage
devrole
languishing
communication
@@ -50,7 +50,7 @@
* :ref:`silencewarnings`
* Fixing issues found by the buildbots_
* :ref:`fixingissues`
- * :ref:`triage`
+ * :ref:`helptriage`
* :ref:`devrole`
* :ref:`languishing`
* :ref:`communication`
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list