No bug: Fix some rst errors in taskcluster documentation; r=me

This commit is contained in:
Tom Prince 2018-12-04 11:35:32 -05:00
parent 0f5d3b36ce
commit b7ef3e02e6
3 changed files with 7 additions and 2 deletions

View File

@ -63,14 +63,19 @@ To create a new callback action you must create a file
The arguments are:
``parameters``
an instance of ``taskgraph.parameters.Parameters``, carrying decision task parameters from the original decision task.
``graph_config``
an instance of ``taskgraph.config.GraphConfig``, carrying configuration for this tree
``input``
the input from the user triggering the action (if any)
``task_group_id``
the target task group on which this action should operate
``task_id``
the target task on which this action should operate (or None if it is operating on the whole group)
``task``
the definition of the target task (or None, as for ``task_id``)

View File

@ -42,7 +42,7 @@ run_on_hg_branches
On a given project, the mercurial branch where this task should be in the target
task set. This is how requirements like "only run this RELBRANCH" get implemented.
These are either the regular expression of a branch (e.g.: "GECKOVIEW_\d+_RELBRANCH")
These are either the regular expression of a branch (e.g.: ``GECKOVIEW_\d+_RELBRANCH``)
or the following alias:
* `all` -- everywhere (the default)

View File

@ -288,7 +288,7 @@ release-notify-promote
Notify when a release has been promoted.
release-notify-started
-------------------
----------------------
Notify when a release has been started.
release-bouncer-sub