Revision 0ea31480 docs/developers/code.rst

b/docs/developers/code.rst
6 6
Command Specifications
7 7
----------------------
8 8

  
9
astakos
10
^^^^^^^
9
user
10
^^^^
11 11

  
12
.. automodule:: kamaki.cli.commands.astakos_cli
12
.. automodule:: kamaki.cli.commands.user
13 13
    :members:
14 14
    :undoc-members:
15 15

  
16 16
cyclades (server, flavor, network)
17 17
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18 18

  
19
.. automodule:: kamaki.cli.commands.cyclades_cli
19
.. automodule:: kamaki.cli.commands.cyclades
20 20
    :members:
21 21
    :undoc-members:
22 22

  
23
pithos (store)
24
^^^^^^^^^^^^^^
23
pithos (file)
24
^^^^^^^^^^^^^
25 25

  
26
.. automodule:: kamaki.cli.commands.pithos_cli
26
.. automodule:: kamaki.cli.commands.pithos
27 27
    :members:
28 28
    :undoc-members:
29 29

  
30 30
image
31 31
^^^^^
32 32

  
33
.. automodule:: kamaki.cli.commands.image_cli
33
.. automodule:: kamaki.cli.commands.image
34 34
    :members:
35 35
    :undoc-members:
36 36

  
......
40 40
config
41 41
""""""
42 42

  
43
.. automodule:: kamaki.cli.commands.config_cli
43
.. automodule:: kamaki.cli.commands.config
44 44
    :members:
45 45
    :undoc-members:
46 46

  
47 47
history
48 48
"""""""
49 49

  
50
.. automodule:: kamaki.cli.commands.history_cli
50
.. automodule:: kamaki.cli.commands.history
51 51
    :members:
52 52
    :undoc-members:
53 53

  

Also available in: Unified diff