[ARVADOS] updated: ad2375606991dedb5cd5a574641b9cc57245539d

git at public.curoverse.com git at public.curoverse.com
Mon Jul 13 17:14:16 EDT 2015


Summary of changes:
 doc/images/add-new-repository.png                   | Bin 42533 -> 10026 bytes
 .../add-new-repository.html.textile.liquid          |   8 ++++----
 .../tutorial-submit-job.html.textile.liquid         |   2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

       via  ad2375606991dedb5cd5a574641b9cc57245539d (commit)
      from  7bd12f51c864ec78fc93f0fa95acf796a4999afc (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 ad2375606991dedb5cd5a574641b9cc57245539d
Author: radhika <radhika at curoverse.com>
Date:   Mon Jul 13 17:11:35 2015 -0400

    6014: minor updates

diff --git a/doc/images/add-new-repository.png b/doc/images/add-new-repository.png
index 4ec2c2e..51c8f38 100644
Binary files a/doc/images/add-new-repository.png and b/doc/images/add-new-repository.png differ
diff --git a/doc/user/tutorials/add-new-repository.html.textile.liquid b/doc/user/tutorials/add-new-repository.html.textile.liquid
index a4ccbe1..e42f129 100644
--- a/doc/user/tutorials/add-new-repository.html.textile.liquid
+++ b/doc/user/tutorials/add-new-repository.html.textile.liquid
@@ -1,7 +1,7 @@
 ---
 layout: default
 navsection: userguide
-title: Add new arvados repository
+title: Adding a new arvados repository
 ...
 
 Arvados repositories are managed through the Git revision control system. You can use these repositories to store your crunch scripts and run them in the arvados cluster.
@@ -21,20 +21,20 @@ h2. Add "tutorial" repository
 
 On the Arvados Workbench, click on the dropdown menu icon <span class="fa fa-lg fa-user"></span> <span class="caret"></span> in the upper right corner of the top navigation menu to access the user settings menu, and click on the menu item *Manage account* to go to the account management page.
 
-On the *Manage account* page, you will see *Repositories* panel with a *Add new repository* button.
+In the *Manage account* page, you will see the *Repositories* panel with the *Add new repository* button.
 
 !{{ site.baseurl }}/images/repositories-panel.png!
 
 Click the *Add new Repository* button to open the popup to add a new arvados repository. You will see a text box where you can enter the name of the repository. Enter *tutorial* in this text box and click on *Create*.
 
 {% include 'notebox_begin' %}
-The name you enter here can only be of the format *a letter followed by alphanumeric characters*.
+The name you enter here must begin with a letter and can only contain alphanumeric characters.
 {% include 'notebox_end' %}
 
 !{{ site.baseurl }}/images/add-new-repository.png!
 
 This will create a new repository with the name @$USER/tutorial@ with the URL <notextile><code>git at git.{{ site.arvados_api_host }}:$USER/tutorial.git</code></notextile>
 
-Back in the *Repositories* panel in the *manage account* page, you should see the @$USER/tutorial@ repository listed in the name column with the URL <notextile><code>git at git.{{ site.arvados_api_host }}:$USER/tutorial.git</code></notextile>.
+Back in the *Repositories* panel in the *Manage account* page, you should see the @$USER/tutorial@ repository listed in the name column with the URL <notextile><code>git at git.{{ site.arvados_api_host }}:$USER/tutorial.git</code></notextile>.
 
 You are now ready to use this *tutorial* repository to run your crunch scripts.
diff --git a/doc/user/tutorials/tutorial-submit-job.html.textile.liquid b/doc/user/tutorials/tutorial-submit-job.html.textile.liquid
index eaafe96..de60784 100644
--- a/doc/user/tutorials/tutorial-submit-job.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-submit-job.html.textile.liquid
@@ -11,7 +11,7 @@ This tutorial demonstrates how to create a pipeline to run your crunch script on
 
 This tutorial uses @$USER@ to denote your username.  Replace @$USER@ with your user name in all the following examples.
 
-Also, this tutorial uses the @tutorial@ arvados repository created in "Add new arvados repository":add-new-repository.html as the example repository.
+Also, this tutorial uses the @tutorial@ arvados repository created in "Adding a new arvados repository":add-new-repository.html as the example repository.
 
 h2. Clone arvados repository
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list