[ARVADOS] updated: bdeee3f460ce7d8ef35b865eaf8aa1827194a42b

git at public.curoverse.com git at public.curoverse.com
Tue Aug 18 16:44:59 EDT 2015


Summary of changes:
 doc/user/tutorials/git-arvados-guide.html.textile.liquid   | 10 +++++-----
 doc/user/tutorials/tutorial-submit-job.html.textile.liquid |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

       via  bdeee3f460ce7d8ef35b865eaf8aa1827194a42b (commit)
      from  406b3de5426bf0d63564410cf6caf2834ba2b7bb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit bdeee3f460ce7d8ef35b865eaf8aa1827194a42b
Author: Bryan Cosca <bcosc at curoverse.com>
Date:   Tue Aug 18 16:44:53 2015 -0400

    6862: Fixed typos and syntax in git-arvados-guide

diff --git a/doc/user/tutorials/git-arvados-guide.html.textile.liquid b/doc/user/tutorials/git-arvados-guide.html.textile.liquid
index cabe43d..a46a1d9 100644
--- a/doc/user/tutorials/git-arvados-guide.html.textile.liquid
+++ b/doc/user/tutorials/git-arvados-guide.html.textile.liquid
@@ -50,6 +50,8 @@ Ignore any warning that you are cloning an empty repository.
 
 h2. Creating a git branch in an Arvados repository
 
+Create a git branch named *tutorial_branch* in the *tutorial* Arvados git repository.
+
 <notextile>
 <pre><code>~$ <span class="userinput">cd tutorial</span>
 ~$ <span class="userinput">git checkout -b tutorial_branch</span>
@@ -58,7 +60,7 @@ h2. Creating a git branch in an Arvados repository
 
 h2. Adding files or scripts to an Arvados repository
 
-Create a file named *tutorial.txt* in the local repository.
+First, create a file named *tutorial.txt* in the local repository. Although this tutorial shows how to add a text file to Arvados, the same steps can be used to add any of your custom bash, R, or python scripts to an Arvados repository.
 
 <notextile>
 <pre><code>~$ <span class="userinput">echo 'hello world' > tutorial.txt</span>
@@ -72,18 +74,16 @@ Next, add the new file to the git index.
 </code></pre>
 </notextile>
 
-Next, commit all the changes to the local repository, along with a commit message tht describes what this script does.
+Next, commit all the changes to the local repository, along with a commit message that describes what this script does.
 
 <notextile>
 <pre><code>~$ <span class="userinput">git commit -a -m "Added tutorial.txt"</span>
 </code></pre>
 </notextile>
 
-Next, push the changes in the local repository to the remote repository.
+Finally, push the changes in the local repository to the remote repository.
 
 <notextile>
 <pre><code>~$ <span class="userinput">git push origin tutorial_branch</span>
 </code></pre>
 </notextile>
-
-Although this tutorial showed how to add a text file to Arvados, this tutorial should also show the necessary steps for adding your custom bash, R, or python scripts to an Arvados repository.
diff --git a/doc/user/tutorials/tutorial-submit-job.html.textile.liquid b/doc/user/tutorials/tutorial-submit-job.html.textile.liquid
index fb04695..b17f951 100644
--- a/doc/user/tutorials/tutorial-submit-job.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-submit-job.html.textile.liquid
@@ -15,7 +15,7 @@ Also, this tutorial uses the @tutorial@ arvados repository created in "Adding a
 
 h2. Clone Arvados repository
 
-Please clone the tutorial repository using the instructions from "Working with Arvados git repository":git-arvados-guide.html.
+Please clone the *tutorial* repository using the instructions from "Working with Arvados git repository":git-arvados-guide.html, if you have not yet cloned already.
 
 h2. Creating a Crunch script
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list