summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2017-07-08 21:58:58 +0000
committerAkihiro Motoki <amotoki@gmail.com>2017-07-08 22:27:12 +0000
commiteb7ef1567da29969ded383f522b27389ad9be11a (patch)
tree4b09a8f8d09e5a5758f50abc9f276ff27779ea39 /doc
parent8ed910128deffce303e216b804d213df4bcf7b07 (diff)
downloadoslo-rootwrap-eb7ef1567da29969ded383f522b27389ad9be11a.tar.gz
rearrange existing documentation to fit the new standard layout5.8.0
Change-Id: Ieded73a772471f6b2a32b489b4e3fc33a3daf33e
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributor/index.rst (renamed from doc/source/contributing.rst)2
-rw-r--r--doc/source/history.rst1
-rw-r--r--doc/source/index.rst17
-rw-r--r--doc/source/install/index.rst (renamed from doc/source/installation.rst)0
-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
7 files changed, 15 insertions, 15 deletions
diff --git a/doc/source/contributing.rst b/doc/source/contributor/index.rst
index 72b4bb2..1022b5a 100644
--- a/doc/source/contributing.rst
+++ b/doc/source/contributor/index.rst
@@ -2,4 +2,4 @@
Contributing
=============
-.. include:: ../../CONTRIBUTING.rst
+.. 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 4897568..1a6218a 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -8,20 +8,11 @@ as `root` from OpenStack services.
.. toctree::
:maxdepth: 2
- installation
- usage
- contributing
+ install/index
+ user/index
+ contributor/index
-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 574bfcb..574bfcb 100644
--- a/doc/source/installation.rst
+++ b/doc/source/install/index.rst
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..c20e665
--- /dev/null
+++ b/doc/source/user/index.rst
@@ -0,0 +1,9 @@
+===================
+Using oslo.rootwrap
+===================
+
+.. toctree::
+ :maxdepth: 2
+
+ usage
+ history
diff --git a/doc/source/usage.rst b/doc/source/user/usage.rst
index 56f4bcb..56f4bcb 100644
--- a/doc/source/usage.rst
+++ b/doc/source/user/usage.rst