From 508f13840841afc5938f7210a999ff58f002b29d Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 16 Jul 2019 13:54:22 -0400 Subject: [PATCH] 15422: highlight output/log/mount/container_image Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- doc/api/methods/collections.html.textile.liquid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/methods/collections.html.textile.liquid b/doc/api/methods/collections.html.textile.liquid index fdfd90a6c1..9f60e2ff16 100644 --- a/doc/api/methods/collections.html.textile.liquid +++ b/doc/api/methods/collections.html.textile.liquid @@ -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: -- 2.30.2