Merge branch '1932-job-output-persistent'
[arvados.git] / doc / sdk / index.html.textile.liquid
index 7a81f1dcbd48fa060ef298d1b531598b76877385..061e96421a1769f148351fa87cdc48101963bf48 100644 (file)
@@ -6,6 +6,12 @@ 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
+* "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.