X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/10184eeb601e432f8e81aea00cbc2375f79bcf45..931236cc8c9bea9c796aed23c1636abce3ee4534:/doc/sdk/index.html.textile.liquid diff --git a/doc/sdk/index.html.textile.liquid b/doc/sdk/index.html.textile.liquid index 7a81f1dcbd..db5d6f13b0 100644 --- a/doc/sdk/index.html.textile.liquid +++ b/doc/sdk/index.html.textile.liquid @@ -6,6 +6,14 @@ title: "Arvados SDK Reference" This section documents how to access the Arvados API and Keep using various programming languages. -* "Python SDK":python/sdk-python.html -* "Perl SDK":perl/index.html -* "Command line SDK":cli/index.html ("arv") +* "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html +* "Perl SDK":{{site.baseurl}}/sdk/perl/index.html +* "Ruby SDK":{{site.baseurl}}/sdk/ruby/index.html +* "Java SDK":{{site.baseurl}}/sdk/java/index.html +* "Go SDK":{{site.baseurl}}/sdk/go/index.html +* "Command line SDK":{{site.baseurl}}/sdk/cli/index.html ("arv") + +SDKs not yet implemented: + +* Rails SDK: Workbench uses an ActiveRecord-like interface to Arvados. This hasn't yet been extracted from Workbench and packaged as a gem. +* R: We plan to support this, but it has not been implemented yet.