From: Stavros Sachtouris Date: Thu, 4 Apr 2013 16:27:05 +0000 (+0300) Subject: Adjust docs to recent changes, fix missing config X-Git-Tag: 0.9rc1~76 X-Git-Url: https://code.grnet.gr/git/kamaki/commitdiff_plain/1d1b27249c0327f3e63aa072fd17d09c618c39cb?hp=5b32d978d4dfb007881071a72020b6d522d568ad Adjust docs to recent changes, fix missing config Missing config: at setup, in the first example (Quick Setup) it was kamaki set ... while it should have been kamaki config set --- diff --git a/docs/developers/code.rst b/docs/developers/code.rst index 949099b..51016ea 100644 --- a/docs/developers/code.rst +++ b/docs/developers/code.rst @@ -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: diff --git a/docs/setup.rst b/docs/setup.rst index 858935d..ed2e04c 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -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 -----------------