[ARVADOS] updated: b93f097bb9406f5b3378866f9cb9796da9dab063

git at public.curoverse.com git at public.curoverse.com
Thu Nov 20 16:35:26 EST 2014


Summary of changes:
 doc/_config.yml                                                   | 2 +-
 doc/sdk/cli/index.html.textile.liquid                             | 6 +++---
 .../cli/reference.html.textile.liquid}                            | 8 ++++----
 doc/sdk/cli/subcommands.html.textile.liquid                       | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)
 rename doc/{user/reference/sdk-cli.html.textile.liquid => sdk/cli/reference.html.textile.liquid} (84%)

       via  b93f097bb9406f5b3378866f9cb9796da9dab063 (commit)
       via  38243ab150194fbdfc273ef599e77ac86d27e7fc (commit)
      from  9165c95ead28f64f2337a5210cedc2bda393e9e5 (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 b93f097bb9406f5b3378866f9cb9796da9dab063
Author: Ward Vandewege <ward at curoverse.com>
Date:   Thu Nov 20 16:35:04 2014 -0500

    Reorganize the arv documentation a bit more, putting it all in one place.
    
    refs #4595

diff --git a/doc/_config.yml b/doc/_config.yml
index 6d2c895..af5160f 100644
--- a/doc/_config.yml
+++ b/doc/_config.yml
@@ -33,7 +33,6 @@ navbar:
     - Run a pipeline on the command line:
       - user/topics/running-pipeline-command-line.html.textile.liquid
       - user/topics/arv-run.html.textile.liquid
-      - user/reference/sdk-cli.html.textile.liquid
     - Develop a new pipeline:
       - user/tutorials/intro-crunch.html.textile.liquid
       - user/tutorials/running-external-program.html.textile.liquid
@@ -70,6 +69,7 @@ navbar:
     - CLI:
       - sdk/cli/index.html.textile.liquid
       - sdk/cli/install.html.textile.liquid
+      - sdk/cli/reference.html.textile.liquid
       - sdk/cli/subcommands.html.textile.liquid
   api:
     - Concepts:
diff --git a/doc/sdk/cli/index.html.textile.liquid b/doc/sdk/cli/index.html.textile.liquid
index 08880b1..3d44250 100644
--- a/doc/sdk/cli/index.html.textile.liquid
+++ b/doc/sdk/cli/index.html.textile.liquid
@@ -6,11 +6,11 @@ title: "Overview"
 
 ...
 
-The @arv@ CLI tool provides a generic set of wrappers so you can make API calls easily. Additionally, it provides access to a number of subcommands.
+The @arv@ CLI tool provides a set of wrappers to make API calls. Additionally, it provides access to a number of subcommands.
 
-h3. Wrapper for API calls
+h3. Wrappers for API calls
 
-See the "command line interface":{{site.baseurl}}/user/reference/sdk-cli.html page in the user guide.
+See the "arv reference":{{site.baseurl}}/sdk/cli/reference.html page.
 
 h3. Subcommands
 
diff --git a/doc/user/reference/sdk-cli.html.textile.liquid b/doc/sdk/cli/reference.html.textile.liquid
similarity index 84%
rename from doc/user/reference/sdk-cli.html.textile.liquid
rename to doc/sdk/cli/reference.html.textile.liquid
index b4a090a..bc5cf1e 100644
--- a/doc/user/reference/sdk-cli.html.textile.liquid
+++ b/doc/sdk/cli/reference.html.textile.liquid
@@ -1,10 +1,11 @@
 ---
 layout: default
-navsection: userguide
-title: "Command line reference"
+navsection: sdk
+navmenu: CLI
+title: "arv reference"
 ...
 
-*First, you should be logged into an Arvados VM instance ("Unix":{{site.baseurl}}/user/getting_started/ssh-access-unix.html#login or "Windows":{{site.baseurl}}/user/getting_started/ssh-access-windows.html#login), and have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html*
+_In order to use the @arv@ command, make sure that you have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html_
 
 h3. Usage
 
diff --git a/doc/sdk/cli/subcommands.html.textile.liquid b/doc/sdk/cli/subcommands.html.textile.liquid
index 11b79e3..ea74eb7 100644
--- a/doc/sdk/cli/subcommands.html.textile.liquid
+++ b/doc/sdk/cli/subcommands.html.textile.liquid
@@ -6,7 +6,7 @@ title: "arv subcommands"
 
 ...
 
-The @arv@ CLI tool provides access to a number of subcommands which are described on this page.
+_In order to use the @arv@ command, make sure that you have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html_
 
 h3(#arv-create). arv create
 

commit 38243ab150194fbdfc273ef599e77ac86d27e7fc
Author: Ward Vandewege <ward at curoverse.com>
Date:   Thu Nov 20 15:47:45 2014 -0500

    Remove spurious empty line
    
    refs #4595

diff --git a/doc/user/reference/sdk-cli.html.textile.liquid b/doc/user/reference/sdk-cli.html.textile.liquid
index 23c2ebf..b4a090a 100644
--- a/doc/user/reference/sdk-cli.html.textile.liquid
+++ b/doc/user/reference/sdk-cli.html.textile.liquid
@@ -77,4 +77,3 @@ Example:
 @arv collection list --filters '[["name", "=", "PGP VAR inputs"], ["created_at", ">=", "2014-10-01"]]'@
 
 will return a list of all collections visible to the current user which are named "PGP VAR inputs" and were created on or after October 1, 2014.
-

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list