summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2010-11-03 14:30:13 -0400
committerTodd Willey <todd@ansolabs.com>2010-11-03 14:30:13 -0400
commit2cbef8ffd80546f1dcd850322621b04395591d69 (patch)
tree746b6ed7a4de303baf2d6e1d3e8b39c1d9fab1ee /doc/source
parentff967253b28d54ff33176191f6424cb19c444812 (diff)
Doc cleanups.
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/auth.rst21
-rw-r--r--doc/source/compute.rst6
-rw-r--r--doc/source/development.guide.rst10
-rw-r--r--doc/source/network.rst8
-rw-r--r--doc/source/nova.rst16
5 files changed, 23 insertions, 38 deletions
diff --git a/doc/source/auth.rst b/doc/source/auth.rst
index 61db39ec3..77d97f68b 100644
--- a/doc/source/auth.rst
+++ b/doc/source/auth.rst
@@ -20,12 +20,13 @@
Authentication and Authorization Programming Guide
==================================================
-::
-
- TOOD(todd): * Authorizztion
- * RBAC
- * Quotas
+The :mod:`quota` Module
+-----------------------
+.. automodule:: nova.quota
+ :members:
+ :undoc-members:
+ :show-inheritance:
Auth Manager
------------
@@ -68,7 +69,6 @@ The :mod:`signer` Module
:undoc-members:
:show-inheritance:
-
Related Tests
-------------
@@ -81,13 +81,20 @@ The :mod:`auth_unittest` Module
:show-inheritance:
The :mod:`access_unittest` Module
----------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: nova.tests.access_unittest
:members:
:undoc-members:
:show-inheritance:
+The :mod:`quota_unittest` Module
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. automodule:: nova.tests.quota_unittest
+ :members:
+ :undoc-members:
+ :show-inheritance:
legacy docs
-----------
diff --git a/doc/source/compute.rst b/doc/source/compute.rst
index ff6aeab92..e4c6c6ae7 100644
--- a/doc/source/compute.rst
+++ b/doc/source/compute.rst
@@ -21,12 +21,6 @@ Virtualization Programming Guide
This page contains the Compute Package documentation.
-
-::
-
- TODO(todd): * document instance_types and power_states
-
-
Manager
-------
diff --git a/doc/source/development.guide.rst b/doc/source/development.guide.rst
index e4af2da56..704cbe399 100644
--- a/doc/source/development.guide.rst
+++ b/doc/source/development.guide.rst
@@ -20,9 +20,14 @@ Nova Development Guide
Nova is written in python.
-::
+Prerequisites
+-------------
+.. toctree::
+ :maxdepth: 1
- TODO(todd): * Building packages
+ concepts.and.introduction
+ architecture
+ development.environment
Contents
@@ -31,7 +36,6 @@ Contents
.. toctree::
:maxdepth: 1
- architecture
services
database
volume
diff --git a/doc/source/network.rst b/doc/source/network.rst
index cbff22d3f..9426ece82 100644
--- a/doc/source/network.rst
+++ b/doc/source/network.rst
@@ -20,12 +20,8 @@ Networking Programming Guide
::
- TODO(todd):
- * document how managers work
- * document backend (linux-net)
- * document hardware specific commands
- * pep 257
- * document flags
+ TODO(todd): * document hardware specific commands (maybe in admin guide?)
+ * document a map between flags and managers/backends
The :mod:`Manager` module
-------------------------
diff --git a/doc/source/nova.rst b/doc/source/nova.rst
index 3963992ae..58125dc80 100644
--- a/doc/source/nova.rst
+++ b/doc/source/nova.rst
@@ -58,14 +58,6 @@ The :mod:`process` Module
:undoc-members:
:show-inheritance:
-The :mod:`quota` Module
------------------------
-
-.. automodule:: nova.quota
- :members:
- :undoc-members:
- :show-inheritance:
-
The :mod:`rpc` Module
---------------------
@@ -157,14 +149,6 @@ The :mod:`process_unittest` Module
:undoc-members:
:show-inheritance:
-The :mod:`quota_unittest` Module
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-.. automodule:: nova.tests.quota_unittest
- :members:
- :undoc-members:
- :show-inheritance:
-
The :mod:`real_flags` Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~