15422: highlight output/log/mount/container_image
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Tue, 16 Jul 2019 17:54:22 +0000 (13:54 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Tue, 16 Jul 2019 17:54:22 +0000 (13:54 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

doc/api/methods/collections.html.textile.liquid

index fdfd90a6c1b7f24c35982668b878d103994f683f..9f60e2ff1699d50415dfbc73397418c855a72daa 100644 (file)
@@ -132,8 +132,8 @@ Returns a list of objects in the database that directly or indirectly contribute
 
 The general algorithm is:
 
-# Visit the container request that produced this collection (via "output_uuid" or "log_uuid" attributes of the container request)
-# Visit the input collections to that container request (via "mounts" and "container_image" of the container request)
+# Visit the container request that produced this collection (via @output_uuid@ or @log_uuid@ attributes of the container request)
+# Visit the input collections to that container request (via @mounts@ and @container_image@ of the container request)
 # Iterate until there are no more objects to visit
 
 Arguments:
@@ -148,8 +148,8 @@ Returns a list of objects in the database this collection directly or indirectly
 
 The general algorithm is:
 
-# Visit containers that take this collection as input (via "mounts" or "container_image" of the container)
-# Visit collections produced by those containers (via "output" or "log" of the container)
+# Visit containers that take this collection as input (via @mounts@ or @container_image@ of the container)
+# Visit collections produced by those containers (via @output@ or @log@ of the container)
 # Iterate until there are no more objects to visit
 
 Arguments: