~vishvananda/nova/network-refactor

« back to all changes in this revision

Viewing changes to docs/nova.rst

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
..
 
2
      Copyright [2010] [Anso Labs, LLC]
 
3
 
 
4
      Licensed under the Apache License, Version 2.0 (the "License");
 
5
      you may not use this file except in compliance with the License.
 
6
      You may obtain a copy of the License at
 
7
 
 
8
          http://www.apache.org/licenses/LICENSE-2.0
 
9
 
 
10
      Unless required by applicable law or agreed to in writing, software
 
11
      distributed under the License is distributed on an "AS IS" BASIS,
 
12
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
13
      See the License for the specific language governing permissions and
 
14
      limitations under the License.
 
15
 
 
16
NOVA Libraries
 
17
===============
 
18
 
 
19
The :mod:`crypto` Module
 
20
------------------------
 
21
 
 
22
.. automodule:: nova.crypto
 
23
    :members:
 
24
    :undoc-members:
 
25
    :show-inheritance:
 
26
    
 
27
The :mod:`adminclient` Module
 
28
-----------------------------
 
29
 
 
30
.. automodule:: nova.adminclient
 
31
    :members:
 
32
    :undoc-members:
 
33
    :show-inheritance:
 
34
 
 
35
The :mod:`datastore` Module
 
36
---------------------------
 
37
 
 
38
.. automodule:: nova.datastore
 
39
    :members:
 
40
    :undoc-members:
 
41
    :show-inheritance:
 
42
 
 
43
The :mod:`exception` Module
 
44
---------------------------
 
45
 
 
46
.. automodule:: nova.exception
 
47
    :members:
 
48
    :undoc-members:
 
49
    :show-inheritance:
 
50
    
 
51
The :mod:`flags` Module
 
52
---------------------------
 
53
 
 
54
.. automodule:: nova.flags
 
55
    :members:
 
56
    :undoc-members:
 
57
    :show-inheritance:
 
58
 
 
59
The :mod:`rpc` Module
 
60
---------------------------
 
61
 
 
62
.. automodule:: nova.rpc
 
63
    :members:
 
64
    :undoc-members:
 
65
    :show-inheritance:
 
66
    
 
67
The :mod:`server` Module
 
68
---------------------------
 
69
 
 
70
.. automodule:: nova.server
 
71
    :members:
 
72
    :undoc-members:
 
73
    :show-inheritance:
 
74
    
 
75
The :mod:`test` Module
 
76
---------------------------
 
77
 
 
78
.. automodule:: nova.test
 
79
    :members:
 
80
    :undoc-members:
 
81
    :show-inheritance:  
 
82
      
 
83
The :mod:`utils` Module
 
84
---------------------------
 
85
 
 
86
.. automodule:: nova.utils
 
87
    :members:
 
88
    :undoc-members:
 
89
    :show-inheritance: