From 692ecbf5b376381275b19bcb3984e74dd72e9b22 Mon Sep 17 00:00:00 2001 From: Radhika Chippada Date: Mon, 19 Jan 2015 16:42:45 -0500 Subject: [PATCH] 4926: add description with section links --- .../tutorial-keep-get.html.textile.liquid | 12 ++++++++--- .../tutorial-keep.html.textile.liquid | 21 +++++++++++-------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/doc/user/tutorials/tutorial-keep-get.html.textile.liquid b/doc/user/tutorials/tutorial-keep-get.html.textile.liquid index 80011d1d0a..b47b63cbfd 100644 --- a/doc/user/tutorials/tutorial-keep-get.html.textile.liquid +++ b/doc/user/tutorials/tutorial-keep-get.html.textile.liquid @@ -6,7 +6,13 @@ title: "Downloading data" {% include 'tutorial_expectations' %} -h2. Downloading using arv commands +Arvados Data collections can be downloaded using either the arv commands or using Workbench. + +# "*Downloading using arv commands*":#download-using-arv +# "*Downloading using Workbench*":#download-using-workbench +# "*Downloading a shared collection using Workbench*":#download-shared-collection + +h2(#download-using-arv). Downloading using arv commands You can download Arvados data collections using the command line tools @arv-ls@ and @arv-get@. @@ -48,7 +54,7 @@ You can also download individual files: -h2. Downloading using Workbench +h2(#download-using-workbench). Downloading using Workbench You can also download Arvados data collections using the Workbench. @@ -58,7 +64,7 @@ You can access the contents of a collection by clicking on the * button(s). -h2. Downloading a shared collection using Workbench +h2(#download-shared-collection). Downloading a shared collection using Workbench Collections can be shared to allow downloads by anonymous users. diff --git a/doc/user/tutorials/tutorial-keep.html.textile.liquid b/doc/user/tutorials/tutorial-keep.html.textile.liquid index 7146808c0d..0f5e65cc0e 100644 --- a/doc/user/tutorials/tutorial-keep.html.textile.liquid +++ b/doc/user/tutorials/tutorial-keep.html.textile.liquid @@ -4,13 +4,16 @@ navsection: userguide title: "Uploading data" ... -This tutorial describes how to to upload new Arvados data collections using the command line tool @arv keep put@. +{% include 'tutorial_expectations' %} -notextile.
+Arvados Data collections can be uploaded using either the @*arv keep put*@ command line tool or using Workbench. -{% include 'tutorial_expectations' %} +# "*Upload using the arv keep put command line tool*":#upload-using-command +# "*Upload using Workbench*":#upload-using-workbench + +notextile.
-h2. Upload using command prompt +h2(#upload-using-command). Upload using command prompt To upload a file to Keep using @arv keep put@: @@ -55,11 +58,11 @@ Click on the * Show* button next to the colle notextile.
-h2. Upload using Workbench +h2(#upload-using-workbench). Upload using Workbench To upload using Workbench, visit the Workbench *Dashboard*. Click on *Projects* dropdown menu in the top navigation menu and select your *Home* project or any other project of your choosing. You will see the *Data collections* tab for this project, which lists the collections in this project. -To upload a file, click on *Add data* dropdown menu and select *Upload files from my computer*. +To upload files into a new collection, click on *Add data* dropdown menu and select *Upload files from my computer*. !{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/upload-using-workbench.png! @@ -67,10 +70,10 @@ To upload a file, click on *Add data* dropdown menu a !{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/upload-tab-in-new-collection.png! -Click on the *Browse...* button and select the files you would like to upload. You can select multiple files. You will be able to click on the "Browse..." button multiple times and select files. After you are done selecting files to upload, click on the * Start* button to start upload. This will start uploading files to Arvados and Workbench will show you the progress bar. When upload is completed, you will see an indication to that effect. +Click on the *Browse...* button and select the files you would like to upload. Selected files will be added to a list of files to be uploaded. After you are done selecting files to upload, click on the * Start* button to start upload. This will start uploading files to Arvados and Workbench will show you the progress bar. When upload is completed, you will see an indication to that effect. !{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/files-uploaded.png! -*Note:* If you were to leave the collection page during the upload, the upload action will be aborted and you would need to upload again. +*Note:* If you leave the collection page during the upload, the upload process will be aborted and you will need to upload the files again. -*Note:* You will be able to use the *Add data* dropdown menu to add additional files to a previously collection as well. +*Note:* You can also use the Upload tab to add files to an existing collection. -- 2.30.2