3232: Reorganized user guide
authorPeter Amstutz <peter.amstutz@curoverse.com>
Sat, 26 Jul 2014 03:42:40 +0000 (23:42 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Sat, 26 Jul 2014 03:42:40 +0000 (23:42 -0400)
commit77f1129ec53edffb5ed5a859106675cf262977e8
tree5d3ba9361d693cd9f489fe4c6353c10c12703369
parentfa3f6860158dda089c0b4b96c346bbc643232421
3232: Reorganized user guide

Major changes:

 * Now separate sections for how to use Arvados and how to develop for Arvados
 * Running a pipeline in workbench tutorial is simpler, involves fewer steps
 * New example pipelines which are biologically relevant
 * Working with data is its own section, and directs user to instructions on
   installing Python SDK in order to upload data remotely
 * Includes docker_image runtime constraint in examples
 * Introduces "run-command" wrapper before writing a script with the Python SDK
 * Added font awesome CSS and glyphs so documentation can use the same icons as Workbench.
28 files changed:
doc/_config.yml
doc/_includes/_tutorial_bwa_sortsam_pipeline.liquid [new file with mode: 0644]
doc/_includes/_tutorial_expectations.liquid
doc/_layouts/default.html.liquid
doc/css/font-awesome.css [new file with mode: 0644]
doc/css/nav-list.css
doc/fonts/FontAwesome.otf [new file with mode: 0644]
doc/fonts/fontawesome-webfont.eot [new file with mode: 0755]
doc/fonts/fontawesome-webfont.svg [new file with mode: 0755]
doc/fonts/fontawesome-webfont.ttf [new file with mode: 0755]
doc/fonts/fontawesome-webfont.woff [new file with mode: 0755]
doc/user/copying/copying.html.textile.liquid
doc/user/examples/crunch-examples.html.textile.liquid
doc/user/getting_started/workbench.html.textile.liquid
doc/user/index.html.textile.liquid
doc/user/reference/sdk-cli.html.textile.liquid
doc/user/topics/keep.html.textile.liquid
doc/user/topics/running-pipeline-command-line.html.textile.liquid
doc/user/topics/tutorial-job-debug.html.textile.liquid
doc/user/topics/tutorial-parallel.html.textile.liquid
doc/user/tutorials/intro-crunch.html.textile.liquid
doc/user/tutorials/running-external-program.html.textile.liquid
doc/user/tutorials/tutorial-firstscript.html.textile.liquid
doc/user/tutorials/tutorial-keep-get.html.textile.liquid [new file with mode: 0644]
doc/user/tutorials/tutorial-keep-mount.html.textile.liquid [new file with mode: 0644]
doc/user/tutorials/tutorial-keep.html.textile.liquid
doc/user/tutorials/tutorial-new-pipeline.html.textile.liquid
doc/user/tutorials/tutorial-pipeline-workbench.html.textile.liquid