[ARVADOS] updated: 1.3.0-2131-g36c3c62be

Git user git at public.arvados.org
Wed Feb 5 18:34:04 UTC 2020


Summary of changes:
 doc/install/index.html.textile.liquid | 4 ++++
 doc/sdk/index.html.textile.liquid     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

       via  36c3c62be3b319a76dae1281206779d9dbecc030 (commit)
      from  273e436dbf8736869dde715e9bc04a20c169d63f (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 36c3c62be3b319a76dae1281206779d9dbecc030
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Feb 5 13:33:02 2020 -0500

    Add a note to the install section
    
    Add note that you should look in the SDKs section for client tools.
    
    no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/install/index.html.textile.liquid b/doc/install/index.html.textile.liquid
index 327ac0c45..1a41980e2 100644
--- a/doc/install/index.html.textile.liquid
+++ b/doc/install/index.html.textile.liquid
@@ -9,6 +9,10 @@ Copyright (C) The Arvados Authors. All rights reserved.
 SPDX-License-Identifier: CC-BY-SA-3.0
 {% endcomment %}
 
+{% include 'notebox_begin' %}
+This section is about installing an Arvados cluster.  If you are just looking to install Arvados client tools and libraries, "go to the SDK section.":{{site.baseurl}}/sdk
+{% include 'notebox_end' %}
+
 Arvados components run on GNU/Linux systems, and supports AWS, GCP and Azure cloud platforms as well as on-premises installs.  Arvados supports Debian and derivatives such as Ubuntu, as well as Red Hat and derivatives such as CentOS.  "Arvados is Free Software":{{site.baseurl}}/user/copying/copying.html and self-install installations are not limited in any way.  Commercial support and development are also available from "Curii Corporation.":mailto:info at curii.com
 
 Arvados components can be installed and configured in a number of different ways.
diff --git a/doc/sdk/index.html.textile.liquid b/doc/sdk/index.html.textile.liquid
index 9c964a553..b6ed39ed2 100644
--- a/doc/sdk/index.html.textile.liquid
+++ b/doc/sdk/index.html.textile.liquid
@@ -11,7 +11,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
 This section documents language bindings for the "Arvados API":{{site.baseurl}}/api and Keep that are available for various programming languages.  Not all features are available in every SDK.  The most complete SDK is the Python SDK.  Note that this section only gives a high level overview of each SDK.  Consult the "Arvados API":{{site.baseurl}}/api section for detailed documentation about Arvados API calls available on each resource.
 
-* "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html
+* "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html (also includes essential command line tools such as "arv-put" and "arv-get")
 * "Command line SDK":{{site.baseurl}}/sdk/cli/install.html ("arv")
 * "Go SDK":{{site.baseurl}}/sdk/go/index.html
 * "R SDK":{{site.baseurl}}/sdk/R/index.html

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list