15835: Update metrics docs.
[arvados.git] / doc / sdk / index.html.textile.liquid
index 7a81f1dcbd48fa060ef298d1b531598b76877385..9c964a553bf1c12dc9735126a73b471a12012a74 100644 (file)
@@ -1,11 +1,23 @@
 ---
 layout: default
 navsection: sdk
-title: "Arvados SDK Reference"
+title: "SDK Reference"
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
 
-This section documents how to access the Arvados API and Keep using various programming languages.
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
-* "Python SDK":python/sdk-python.html
-* "Perl SDK":perl/index.html
-* "Command line SDK":cli/index.html ("arv")
+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
+* "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
+* "Ruby SDK":{{site.baseurl}}/sdk/ruby/index.html
+* "Java SDK v2":{{site.baseurl}}/sdk/java-v2/index.html
+* "Java SDK v1":{{site.baseurl}}/sdk/java/index.html
+* "Perl SDK":{{site.baseurl}}/sdk/perl/index.html
+
+Many Arvados Workbench pages, under the *Advanced* tab, provide examples of API and SDK use for accessing the current resource .