All git access should happen via git@ urls, not git://
[arvados.git] / doc / api / schema / Job.textile
index 8c1e61b825fcdf89a06c4524ce03d9fd74ba7e67..17e7358640e6902fc16d5b878f88732d1c1a2f95 100644 (file)
@@ -22,7 +22,7 @@ API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/jobs@
 h3. Additional parameters for "Create" method
 
 table(table table-bordered table-condensed).
-|*Parameter name*|*Type*|*Description*|
+|_. Parameter name|_. Type|_. Description|
 |allow_duplicate|boolean|If true, a new job is submitted even if an identical job has already been submitted (and has not failed). If false or not supplied, a new job will _not_ be submitted and the existing job will be returned in the API response.|
 
 h3. Queue
@@ -44,7 +44,7 @@ h2. Resource
 Each job has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Notes*|
+|_. Attribute|_. Type|_. Description|_. Notes|
 |submit_id|string|Unique ID provided by client when job was submitted|Optional. Can be used by client to ensure idempotence|
 |priority|string|||
 |runtime_constraints{}|list|Constraints that must be satisfied by the job/task scheduler in order to run the job.|See below.|
@@ -66,7 +66,7 @@ table(table table-bordered table-condensed).
 h3. Runtime constraints
 
 table(table table-bordered table-condensed).
-|*Key*|*Type*|*Description*|*Implemented*|
+|_. Key|_. Type|_. Description|_. Implemented|
 |dependencies{}|list|[
  {
   "name": "freebayes",