Project

General

Profile

Bug #2488

Updated by Tom Clegg about 10 years ago

The following reference pages have overlapping and conflicting material (notably script_version vs. repository, and allow_duplicate vs. no_reuse). 
 * http://doc.arvados.org/user/reference/job-and-pipeline-reference.html 
 * http://doc.arvados.org/api/schema/Job.html 

 The information should be merged/corrected, and should be in the API Reference section of the doc site, not a "reference" subsection of the "user guide" section. 
 * The comprehensive list of Job attributes should be on the Job schema page. 
 * Behavior of Jobs.create should be on the "jobs" API method page. 
 * Pipeline/component data structure should be described on the Pipeline Template schema page. 
 * The "Concepts" subsection in API Reference would be a suitable place for a page discussing (conceptually) how pipeline instances/templates and jobs work together. 

Back