From c8fdce011092f23efd55385b45db8e6f3886beb1 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Thu, 15 Jul 2010 11:07:40 -0500 Subject: remove import of vendor since we have PPA now --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ----------------------------------------------------- -- cgit From c510e7e830961e593f86dbe9dbb5d031dedef5e8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 16 Jul 2010 15:33:24 -0500 Subject: Added a config file to let setup.py drive building the sphinx docs. --- docs/auth.rst | 4 ++-- docs/index.rst | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') 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/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 ================== -- cgit