Merge branch '2076-check-config-at-boot'
[arvados.git] / doc / install / client.html.textile.liquid
index cc21938dcd1d412f173b012016ffe38765e84f6d..f8d864af45804ba94fb9372db33d2af70e087f26 100644 (file)
@@ -9,9 +9,9 @@ h1. Install client libraries
 
 h3. Python
 
-{% include 'notebox-begin' %}
+{% include 'notebox_begin' %}
 The Python package includes the Python API client library module and the CLI utilities @arv-get@ and @arv-put@.
-{% include 'notebox-end' %}
+{% include 'notebox_end' %}
 
 Get the arvados source tree.
 
@@ -29,8 +29,8 @@ Alternatively, build the package (without sudo) using @python setup.py bdist_egg
 
 h3. Ruby
 
-{% include 'notebox-begin' %}
+{% include 'notebox_begin' %}
 The arvados package includes the Ruby client library module. The arvados-cli package includes the CLI utilities @arv@, @arv-run-pipeline-instance@, and @crunch-job@.
-{% include 'notebox-end' %}
+{% include 'notebox_end' %}
 
 notextile. <pre><code>$ <span class="userinput">sudo gem install arvados arvados-cli</span></code></pre>