diff options
| author | Soren Hansen <soren.hansen@rackspace.com> | 2010-07-18 11:26:50 -0700 |
|---|---|---|
| committer | Soren Hansen <soren.hansen@rackspace.com> | 2010-07-18 11:26:50 -0700 |
| commit | c5c09a83b709e370d023254d3fd08b992784d885 (patch) | |
| tree | 49719f329c74ba89eaa3603f09fce83e876ea389 /docs | |
| parent | 2d5124c3f2c6e4e78dc09eb8f38cb125641b9b1c (diff) | |
| parent | b09e69c5579526fcc1a08c7e3c3a3c880fa09297 (diff) | |
Merge with trunk.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/auth.rst | 4 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/index.rst | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/docs/auth.rst b/docs/auth.rst index 476ca9154..70aca704a 100644 --- a/docs/auth.rst +++ b/docs/auth.rst @@ -172,10 +172,10 @@ Further Challenges -The :mod:`access` Module +The :mod:`rbac` Module -------------------------- -.. automodule:: nova.auth.access +.. automodule:: nova.auth.rbac :members: :undoc-members: :show-inheritance: diff --git a/docs/conf.py b/docs/conf.py index 784d8c096..fb3fd1a30 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ import sys, os # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.append(os.path.abspath('/Users/jmckenty/Projects/cc')) sys.path.append([os.path.abspath('../nova'),os.path.abspath('../'),os.path.abspath('../vendor')]) -from nova import vendor + # -- General configuration ----------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 039bf00ff..ef2e8f63e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,6 +44,8 @@ Contents: fakes binaries todo + modules + packages Indices and tables ================== |
