Small update to docs
authorGiorgos Verigakis <verigak@gmail.com>
Thu, 19 Apr 2012 15:57:45 +0000 (18:57 +0300)
committerGiorgos Verigakis <verigak@gmail.com>
Thu, 19 Apr 2012 15:57:45 +0000 (18:57 +0300)
docs/cli.rst [moved from docs/client.rst with 56% similarity]
docs/clients.rst [new file with mode: 0644]
docs/conf.py
docs/index.rst

similarity index 56%
rename from docs/client.rst
rename to docs/cli.rst
index 8ed6771..8bd4ce8 100644 (file)
@@ -1,7 +1,7 @@
-client
-======
+cli
+===
 
-.. automodule:: kamaki.client
+.. automodule:: kamaki.cli
     :members:
     :show-inheritance:
     :undoc-members:
diff --git a/docs/clients.rst b/docs/clients.rst
new file mode 100644 (file)
index 0000000..946ba48
--- /dev/null
@@ -0,0 +1,52 @@
+compute
+=======
+
+.. automodule:: kamaki.clients.compute
+    :members:
+    :show-inheritance:
+    :undoc-members:
+
+
+cyclades
+========
+
+.. automodule:: kamaki.clients.cyclades
+    :members:
+    :show-inheritance:
+    :undoc-members:
+
+
+storage
+=======
+
+.. automodule:: kamaki.clients.storage
+    :members:
+    :show-inheritance:
+    :undoc-members:
+
+
+pithos
+======
+
+.. automodule:: kamaki.clients.pithos
+    :members:
+    :show-inheritance:
+    :undoc-members:
+
+
+image
+=====
+
+.. automodule:: kamaki.clients.image
+    :members:
+    :show-inheritance:
+    :undoc-members:
+
+
+astakos
+=======
+
+.. automodule:: kamaki.clients.astakos
+    :members:
+    :show-inheritance:
+    :undoc-members:
index c9ce9fe..3d7f6f0 100644 (file)
 # All configuration values have a default; values that are commented out
 # serve to show the default.
 
-import sys, os
-
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
-sys.path.insert(0, os.path.abspath('..'))
 
 # -- General configuration -----------------------------------------------------
 
index c083d5d..8f4e9e3 100644 (file)
@@ -26,7 +26,8 @@ Contents:
    :maxdepth: 2
    
    overview
-   client
+   cli
+   clients