X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b54d7820e899733ce10b8960b1f04d0481f2e11f..3acd32f8a766269e0d7841000eb58e6d8364fcc9:/doc/sdk/index.html.textile.liquid?ds=sidebyside diff --git a/doc/sdk/index.html.textile.liquid b/doc/sdk/index.html.textile.liquid index e15eb1b64b..061e96421a 100644 --- a/doc/sdk/index.html.textile.liquid +++ b/doc/sdk/index.html.textile.liquid @@ -1,12 +1,17 @@ --- layout: default navsection: sdk -title: "SDK Reference" - +title: "Arvados SDK Reference" ... -h1. Arvados SDK Reference - This section documents how to access the Arvados API and Keep using various programming languages. -* "Python SDK":python/sdk-python.html +* "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 +* "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 and Java: We plan to support these, but they have not been implemented yet.