Moved Python SDK and crunch utility scripts pages to SDK Reference section.
[arvados.git] / doc / sdk / python / sdk-python.textile
similarity index 95%
rename from doc/user/reference/sdk-python.textile
rename to doc/sdk/python/sdk-python.textile
index 288a9d561271c6dd505cc477b4c88d5ebe970603..81a61f094ff6298972aae703c27e240f40523482 100644 (file)
@@ -1,12 +1,12 @@
 ---
 layout: default
-navsection: userguide
-navmenu: Reference
+navsection: sdk
+navmenu: Python
 title: "Python SDK"
-navorder: 23
+navorder: 10
 ---
 
-h1. Reference: Python SDK
+h1. Python SDK
 
 The Python SDK provides a generic set of wrappers so you can make API calls easily. It performs some validation before connecting to the API server: for example, it refuses to do an API call if a required parameter is missing.
 
@@ -26,7 +26,7 @@ $ <code class="userinput">sudo python setup.py install</code>
 </pre>
 </notextile>
 
-If the SDK is installed and your @ARVADOS_API_HOST@ and @ARVADOS_API_TOKEN@ environment variables are set up correctly (see "api-tokens":api-tokens.html for details), @import arvados@ should produce no errors:
+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>
 <pre>$ <code class="userinput">python</code>