Fixed more broken links, normalized styles. (refs #1608)
authorTim Pierce <twp@clinicalfuture.com>
Fri, 27 Dec 2013 23:00:16 +0000 (18:00 -0500)
committerTim Pierce <twp@clinicalfuture.com>
Fri, 27 Dec 2013 23:00:16 +0000 (18:00 -0500)
23 files changed:
doc/api/crunch-scripts.textile
doc/api/index.textile
doc/api/schema/ApiClient.textile
doc/api/schema/ApiClientAuthorization.textile
doc/api/schema/AuthorizedKey.textile
doc/api/schema/Collection.textile
doc/api/schema/Commit.textile
doc/api/schema/CommitAncestor.textile
doc/api/schema/Group.textile
doc/api/schema/Human.textile
doc/api/schema/Job.textile
doc/api/schema/JobTask.textile
doc/api/schema/KeepDisk.textile
doc/api/schema/Link.textile
doc/api/schema/Log.textile
doc/api/schema/Node.textile
doc/api/schema/PipelineInstance.textile
doc/api/schema/PipelineTemplate.textile
doc/api/schema/Repository.textile
doc/api/schema/Specimen.textile
doc/api/schema/Trait.textile
doc/api/schema/User.textile
doc/api/schema/VirtualMachine.textile

index 3048fa7791dcd094297a97ca9ff15bb97f3fb904..076a589ce8aead7588e38c641cec7e2d9097aa58 100644 (file)
@@ -20,8 +20,8 @@ A task's context is provided in environment variables.
 
 table(table table-bordered table-condensed).
 |Environment variable|Description|
-|@JOB_UUID@|UUID of the current "Job":schema/Jobs.html|
-|@TASK_UUID@|UUID of the current "JobTask":schema/JobTasks.html|
+|@JOB_UUID@|UUID of the current "Job":schema/Job.html|
+|@TASK_UUID@|UUID of the current "JobTask":schema/JobTask.html|
 |@ARVADOS_API_HOST@|Hostname and port number of API server|
 |@ARVADOS_API_TOKEN@|Authentication token to use with API calls made by the current task|
 
index 271b2daeaca3c59b00d330c40491a09865b1e69e..11cf0ed6820de8a1affcb9dcee4ea43cb10bfbfd 100644 (file)
@@ -13,16 +13,16 @@ h2. Concepts
 * Resources in requests and responses adhere to a "common structure":resources.html.
 * API transactions use common "REST methods":methods.html.
 * API transactions are subject to a "permission model":permission-model.html.
-* "Job tasks":schema/JobTasks.html use some special API features.
+* "Job tasks":schema/JobTask.html use some special API features.
 
 h2. Resources
 
 h3. Generic Resources
 
-* "Collections":schema/Collections.html
-* "Jobs":schema/Jobs.html
-* "JobTasks":schema/JobTasks.html
-* "Links":schema/Links.html
+* "Collection":schema/Collection.html
+* "Job":schema/Job.html
+* "JobTask":schema/JobTask.html
+* "Link":schema/Link.html
 * "Log":schema/Log.html
 * "PipelineTemplate":schema/PipelineTemplate.html
 * "PipelineInstance":schema/PipelineInstance.html
@@ -36,7 +36,7 @@ h3. Authentication
 
 These Arvados resources govern authorization and "authentication":authentication.html:
 
-* "ApiClients":schema/ApiClients.html
+* "ApiClient":schema/ApiClient.html
 * "ApiClientAuthorization":schema/ApiClientAuthorization.html
 * "AuthorizedKey":schema/AuthorizedKey.html
 
index 004ed15f6c524e166c7445bd00996d7098c05d1f..3d835fb5be0feb9e03fb8ec7fa640ba49d67da0d 100644 (file)
@@ -32,7 +32,7 @@ h2. Resources
 Each ApiClient has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |name|string|||
 |url_prefix|string|||
 |is_trusted|boolean|||
index 8e71afec888aa63444af173f879e6084fced21eb..289ff76008cba36f291e41a44b4b6c74d4421c46 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 An ApiClientAuthorization is not a generic Arvados resource.  The full list of properties that belong to an ApiClientAuthorization is:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |api_token|string|||
 |api_client_id|integer|||
 |user_id|integer|||
index d1b57ddbad6d75043a782133c4d03a1a478a1584..aec56ff7c4379b5bca425da1efed54971d794a91 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each AuthorizedKey has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |name|string|||
 |key_type|string|||
 |authorized_user_uuid|string|||
index 0b0e9705ce8b6fcefeeadfb109a3fe75b1b5fb11..485ab3c871b25c4b4db2ef5d65769fa9cdbf747e 100644 (file)
@@ -8,7 +8,7 @@ navorder: 4
 
 h1. Collection
 
-This resource concerns metadata, usage accounting, and integrity checks for data stored on the cloud.  Reading and writing the data _per se_ is achieved by the "Keep":{{ baseurl }}/user/intro-keep.html storage system.
+This resource concerns metadata, usage accounting, and integrity checks for data stored on the cloud.  Reading and writing the data _per se_ is achieved by the "Keep":/user/tutorials/tutorial-keep.html storage system.
 
 
 h2. Methods
@@ -34,7 +34,7 @@ h2. Resource
 Each collection has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |locator|string|||
 |portable_data_hash|string|||
 |name|string|||
index 19c54b8879961e6d6c3db0fcd365fb0ed4f09352..0a02d8ffabacdcc82a9ea206b793b4221d7cf64c 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each Commit has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |repository_name|string|||
 |sha1|string|||
 |message|string|||
index 56fd5c52fe4798edfdf7bc5337b17a25a009661b..aac8698dac1d9babb54ef6fdba4a1e9c3a202631 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each CommitAncestor has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |repository_name|string|||
 |descendant|string|||
 |ancestor|string|||
index 68542418896be41a438d5ee9cd8be811adf0d45b..650cbb7903224ec564570910ddfe8b7dcb15f40e 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each Group has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |name|string|||
 |description|text|||
 |updated_at|datetime|||
index 9fce0ad7ce9dd82ef4b3d7a7a85f28c4f91ca3f7..596cb0d230cb5c0dfad6d26ac59c578d26620002 100644 (file)
@@ -31,6 +31,6 @@ h2. Resources
 Each Human has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |properties|Hash|||
 |updated_at|datetime|||
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",
index 04b8bdc1c8c8f222cf96b927dd9eaa13360fc6ab..4efaa094b8b2076a247695442fe986573dad5b19 100644 (file)
@@ -8,7 +8,7 @@ navorder: 10
 
 h1. JobTask
 
-A Job Task is a well defined independently-computable portion of a "Job":Jobs.html.
+A Job Task is a well defined independently-computable portion of a "Job":Job.html.
 
 Job tasks are created two ways:
 * When a job starts, it is seeded with a job task with @sequence=0@ and an empty @parameters{}@ list.
@@ -31,7 +31,7 @@ h2. Resources
 Each JobTask has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |sequence|integer|Execution sequence.
 A step cannot be run until all steps with lower sequence numbers have completed.
 Job steps with the same sequence number can be run in any order.||
@@ -43,7 +43,7 @@ Job steps with the same sequence number can be run in any order.||
 The following attributes should not be updated by anyone other than the job manager:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Notes*|
+|_. Attribute|_. Type|_. Description|_. Notes|
 |qsequence|integer|Order of arrival|0-based|
 |job_uuid|string|||
 |created_by_job_task_uuid|string|||
index 7ab4cf7dad685ca0e3252f68e093422149074431..152ea8dede8f0bf992fd800c969cee45ae6ebd11 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each KeepDisk has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |ping_secret|string|||
 |node_uuid|string|||
 |filesystem_uuid|string|||
index 0b2cf5ecf91d82a54f365999a5fab4803d65d05c..ed8271dafdaa043db3d96f3f93616b88fe98c356 100644 (file)
@@ -26,7 +26,7 @@ h2. Resource
 Each link has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|
+|_. Attribute|_. Type|_. Description|
 |tail_uuid|string|Object UUID at the tail (start, source, origin) of this link|
 |tail_kind|string|Object kind at the tail (start, source, origin) of this link|
 |link_class|string|Class (see below)|
@@ -40,7 +40,7 @@ h2. Link classes
 Some classes are pre-defined by convention and have standard meanings attached to names.
 
 table(table table-bordered table-condensed).
-|*link_class*|*tail_type&rarr;head_type*|*name&rarr;head_uuid {properties}*|*Notes*|
+|_. link_class|_. tail_type&rarr;head_type|_. name&rarr;head_uuid {properties}|_. Notes|
 |provenance|&rarr;Collection  |provided &rarr; _collection uuid_
 {url&rarr;http://example.com/foo.tgz, retrieved_at&rarr;1352616640.000}||
 |provenance|Job&rarr;Collection     |provided &rarr; _collection uuid_||
index 590da00ea6937c03354c870693b6364e5d1e5db7..b6d1b07b91870a43d1dda93235b06dfafb76c95b 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each Log has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |object_kind|string|||
 |object_uuid|string|||
 |event_at|datetime|||
index c63ebba26cc3faf465ada5f104729efce071b052..7a6e4efb42815c8fceb4154fb2742df65a65845e 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each Node has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |slot_number|integer|||
 |hostname|string|||
 |domain|string|||
index 1b18f8f01a22c360e65289121b56efe050ac1aa4..bdefce2aac9aad9f28a6add3719660d1e23b8f4c 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each PipelineInstance has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |pipeline_template_uuid|string|||
 |name|string|||
 |components|Hash|||
index 3f80fa6590d9156e245a79e4f407e325a8295470..8511a492602f2f10310b33de84f0e91d8808c6e6 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each PipelineTemplate has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |name|string|||
 |components|Hash|||
 |updated_at|datetime|||
index e7c60527ad245f4dc53e59d86d895413147baf01..084e66e915b7a9dec5e8c8ee708b0d4ca49d6b68 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each Repository has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |name|string|||
 |fetch_url|string|||
 |push_url|string|||
index dd75e9ed4b5f57b90b44681f2fb13df8c17187e8..875c0418103d4a011ba275269aa0cdb921959717 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each Specimen has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |material|string|||
 |updated_at|datetime|||
 |properties|Hash|||
index 3af0744184e65c46f59d6d34f210db4c7ca1a65b..45087a54c9a88b6461db2d1728670caedc3cc829 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each Trait has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |name|string|||
 |properties|Hash|||
 |updated_at|datetime|||
index 4df7a344cba87f1d7e47c646343db16115c1aa98..c7fadb34e698f0ad2d3443b1ed18545c1939b0a9 100644 (file)
@@ -31,7 +31,7 @@ h2. Resources
 Each User has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |email|string|||
 |first_name|string|||
 |last_name|string|||
index 04068a2e61e72355ed46abcd4c69f069647d75c5..49a23b03a12ec39aaf8951d4728bf296beabbb6f 100644 (file)
@@ -31,6 +31,6 @@ h2. Resources
 Each VirtualMachine has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
 
 table(table table-bordered table-condensed).
-|*Attribute*|*Type*|*Description*|*Example*|
+|_. Attribute|_. Type|_. Description|_. Example|
 |hostname|string|||
 |updated_at|datetime|||