Bug 1325429 - fix formatting in transforms.rst; r?dustin draft
authorHammad Akhtar <hammad13060@iiitd.ac.in>
Fri, 23 Dec 2016 00:27:40 +0530
changeset 453045 e8d7f8c63d9ae11a73a4c7e2a4de7a3023d735dd
parent 452146 c36fbe84042debef0a5d58b7fc88185b401762ce
child 540362 79b3f1995a505350bedecf41a1bd4240213d1ed8
push id39552
push userhammad13060@iiitd.ac.in
push dateThu, 22 Dec 2016 18:59:11 +0000
reviewersdustin
bugs1325429
milestone53.0a1
Bug 1325429 - fix formatting in transforms.rst; r?dustin MozReview-Commit-ID: 5C85qk9Asqp
taskcluster/docs/transforms.rst
--- a/taskcluster/docs/transforms.rst
+++ b/taskcluster/docs/transforms.rst
@@ -148,22 +148,22 @@ verbatim, although it is augmented by th
 The run-using implementations are all located in
 ``taskcluster/taskgraph/transforms/job``, along with the schemas for their
 implementations.  Those well-commented source files are the canonical
 documentation for what constitutes a job description, and should be considered
 part of the documentation.
 
 following ``run-using`` are available
 
-  ``hazard``
-  ``mach``
-  ``mozharness``
-  ``run-task``
-  ``spidermonkey`` or ``spidermonkey-package`` or ``spidermonkey-mozjs-crate``
-  ``toolchain-script``
+  * ``hazard``
+  * ``mach``
+  * ``mozharness``
+  * ``run-task``
+  * ``spidermonkey`` or ``spidermonkey-package`` or ``spidermonkey-mozjs-crate``
+  * ``toolchain-script``
 
 
 Task Descriptions
 -----------------
 
 Every kind needs to create tasks, and all of those tasks have some things in
 common.  They all run on one of a small set of worker implementations, each
 with their own idiosyncracies.  And they all report to TreeHerder in a similar