[ARVADOS] updated: bf1efb4b1752f0c04c3ab477e0733ffd04005c3c

git at public.curoverse.com git at public.curoverse.com
Tue Feb 18 21:45:48 EST 2014


Summary of changes:
 doc/sdk/python/sdk-python.html.textile.liquid |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

       via  bf1efb4b1752f0c04c3ab477e0733ffd04005c3c (commit)
      from  98bcb5f7cb9b17a3537123736759d45b4cef2ed8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit bf1efb4b1752f0c04c3ab477e0733ffd04005c3c
Author: Ward Vandewege <ward at curoverse.com>
Date:   Tue Feb 18 21:45:31 2014 -0500

    Improve headings in Python SDK installation section.

diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid
index 97d5a39..da36346 100644
--- a/doc/sdk/python/sdk-python.html.textile.liquid
+++ b/doc/sdk/python/sdk-python.html.textile.liquid
@@ -18,7 +18,7 @@ If you are logged in to an Arvados VM, the Python SDK should be installed.
 
 To use the Python SDK elsewhere, you can either install the Python SDK via PyPI or build and install the package using the arvados source tree.
 
-h4. Install with PyPI
+h4. Option 1: install with PyPI
 
 <notextile>
 <pre>
@@ -26,7 +26,7 @@ $ <code class="userinput">pip install arvados-python-client</code>
 </pre>
 </notextile>
 
-h4. Build and install from source
+h4. Option 2: build and install from source
 
 <notextile>
 <pre>
@@ -37,6 +37,8 @@ $ <code class="userinput">sudo python setup.py install</code>
 </pre>
 </notextile>
 
+h4. Test installation
+
 If the SDK is installed and your @ARVADOS_API_HOST@ and @ARVADOS_API_TOKEN@ environment variables are set up correctly (see "api-tokens":{{site.basedoc}}/user/reference/api-tokens.html for details), @import arvados@ should produce no errors:
 
 <notextile>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list