Adjust docs to recent changes, fix missing config
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Thu, 4 Apr 2013 16:27:05 +0000 (19:27 +0300)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Thu, 4 Apr 2013 16:27:05 +0000 (19:27 +0300)
Missing config: at setup, in the first example (Quick Setup) it was
kamaki set ...
while it should have been
kamaki config set

docs/developers/code.rst
docs/setup.rst

index 949099b..51016ea 100644 (file)
@@ -133,7 +133,7 @@ Modules list
 compute_rest_api
 ^^^^^^^^^^^^^^^^
 
-.. automodule:: kamaki.clients.compute_rest_api
+.. automodule:: kamaki.clients.compute.rest_api
     :members:
     :show-inheritance:
     :undoc-members:
@@ -177,7 +177,7 @@ pithos
 pithos_rest_api
 ^^^^^^^^^^^^^^^
 
-.. automodule:: kamaki.clients.pithos_rest_api
+.. automodule:: kamaki.clients.pithos.rest_api
     :members:
     :show-inheritance:
     :undoc-members:
index 858935d..ed2e04c 100644 (file)
@@ -16,7 +16,7 @@ Kamaki interfaces rely on a list of configuration options. Be default, they are
 
     Example 1.1: Set user token to myt0k3n==
 
-    $ kamaki set token myt0k3n==
+    $ kamaki config set token myt0k3n==
 
 Optional features
 -----------------