summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributing.rst1
-rw-r--r--doc/source/contributor/index.rst1
-rw-r--r--doc/source/history.rst1
-rw-r--r--doc/source/index.rst27
-rw-r--r--doc/source/install/index.rst (renamed from doc/source/installation.rst)0
-rw-r--r--doc/source/reference/index.rst9
-rw-r--r--doc/source/user/history.rst1
-rw-r--r--doc/source/user/index.rst9
-rw-r--r--doc/source/user/usage.rst (renamed from doc/source/usage.rst)0
9 files changed, 25 insertions, 24 deletions
diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst
deleted file mode 100644
index 8cb3146..0000000
--- a/doc/source/contributing.rst
+++ /dev/null
@@ -1 +0,0 @@
-.. include:: ../../CONTRIBUTING.rst \ No newline at end of file
diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst
new file mode 100644
index 0000000..b1cd2f3
--- /dev/null
+++ b/doc/source/contributor/index.rst
@@ -0,0 +1 @@
+.. include:: ../../../CONTRIBUTING.rst
diff --git a/doc/source/history.rst b/doc/source/history.rst
deleted file mode 100644
index 69ed4fe..0000000
--- a/doc/source/history.rst
+++ /dev/null
@@ -1 +0,0 @@
-.. include:: ../../ChangeLog
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 41ea896..b5e6d74 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -8,29 +8,12 @@ and APIs.
.. toctree::
:maxdepth: 2
- installation
- usage
- contributing
+ install/index
+ user/index
+ contributor/index
+ reference/index
-Code Documentation
-==================
-
-.. toctree::
- :maxdepth: 1
-
- api/autoindex
-
-Release Notes
-=============
-
-.. toctree::
- :maxdepth: 1
-
- history
-
-
-Indices and tables
-==================
+.. rubric:: Indices and tables
* :ref:`genindex`
* :ref:`modindex`
diff --git a/doc/source/installation.rst b/doc/source/install/index.rst
index e7a6f4d..e7a6f4d 100644
--- a/doc/source/installation.rst
+++ b/doc/source/install/index.rst
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst
new file mode 100644
index 0000000..be6c6b7
--- /dev/null
+++ b/doc/source/reference/index.rst
@@ -0,0 +1,9 @@
+=============
+API Reference
+=============
+
+.. toctree::
+ :maxdepth: 1
+ :glob:
+
+ api/*
diff --git a/doc/source/user/history.rst b/doc/source/user/history.rst
new file mode 100644
index 0000000..f69be70
--- /dev/null
+++ b/doc/source/user/history.rst
@@ -0,0 +1 @@
+.. include:: ../../../ChangeLog
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst
new file mode 100644
index 0000000..b314802
--- /dev/null
+++ b/doc/source/user/index.rst
@@ -0,0 +1,9 @@
+=================
+Using oslo.vmware
+=================
+
+.. toctree::
+ :maxdepth: 1
+
+ usage
+ history
diff --git a/doc/source/usage.rst b/doc/source/user/usage.rst
index 9561ffc..9561ffc 100644
--- a/doc/source/usage.rst
+++ b/doc/source/user/usage.rst