Revision fad090ad

/dev/null
1
cli
2
===
3

  
4
.. automodule:: kamaki.cli
5
    :members:
6
    :show-inheritance:
7
    :undoc-members:
b/docs/clients.rst
1
Clients lib
2
===========
3

  
1 4
compute
2
=======
5
-------
3 6

  
4 7
.. automodule:: kamaki.clients.compute
5 8
    :members:
......
8 11

  
9 12

  
10 13
cyclades
11
========
14
--------
12 15

  
13 16
.. automodule:: kamaki.clients.cyclades
14 17
    :members:
......
17 20

  
18 21

  
19 22
storage
20
=======
23
-------
21 24

  
22 25
.. automodule:: kamaki.clients.storage
23 26
    :members:
......
26 29

  
27 30

  
28 31
pithos
29
======
32
------
30 33

  
31 34
.. automodule:: kamaki.clients.pithos
32 35
    :members:
......
35 38

  
36 39

  
37 40
image
38
=====
41
-----
39 42

  
40 43
.. automodule:: kamaki.clients.image
41 44
    :members:
......
44 47

  
45 48

  
46 49
astakos
47
=======
50
-------
48 51

  
49 52
.. automodule:: kamaki.clients.astakos
50 53
    :members:
51 54
    :show-inheritance:
52 55
    :undoc-members:
56

  
57

  
b/docs/conf.py
15 15
# add these directories to sys.path here. If the directory is relative to the
16 16
# documentation root, use os.path.abspath to make it absolute, like shown here.
17 17

  
18
import sys, os
19
sys.path.append("../")
20

  
18 21
# -- General configuration -----------------------------------------------------
19 22

  
20 23
# If your documentation needs a minimal Sphinx version, state it here.
b/docs/index.rst
26 26
   :maxdepth: 2
27 27
   
28 28
   overview
29
   cli
30 29
   clients
31 30

  
32 31

  

Also available in: Unified diff