From f690b6a6f0673847c0b0288e55d9bc7f24467c08 Mon Sep 17 00:00:00 2001 From: Madhuri Kumari Date: Thu, 20 Jul 2017 15:12:08 +0530 Subject: [PATCH] [doc-migration] Move documents to their respective folders Change-Id: I7111e68c6dab46e140f9fea6f6b81e8c99e7c5dc --- doc/source/conf.py | 2 +- doc/source/contributing.rst | 1 - doc/source/contributor/index.rst | 1 + doc/source/index.rst | 5 ++--- doc/source/{installation.rst => install/index.rst} | 5 ++--- doc/source/usage.rst | 7 ------- 6 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 doc/source/contributing.rst create mode 100644 doc/source/contributor/index.rst rename doc/source/{installation.rst => install/index.rst} (82%) delete mode 100644 doc/source/usage.rst diff --git a/doc/source/conf.py b/doc/source/conf.py index d4676191..751c6161 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -63,4 +63,4 @@ pygments_style = 'sphinx' html_theme = 'openstackdocs' # Output file base name for HTML help builder. -htmlhelp_basename = 'zunclientdoc' \ No newline at end of file +htmlhelp_basename = 'zunclientdoc' diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst deleted file mode 100644 index 8cb3146f..00000000 --- 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 00000000..b1cd2f37 --- /dev/null +++ b/doc/source/contributor/index.rst @@ -0,0 +1 @@ +.. include:: ../../../CONTRIBUTING.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 36f8c49f..717c9653 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,9 +7,8 @@ Contents: :maxdepth: 2 readme - installation - usage - contributing + install/index + contributor/index Indices and tables ================== diff --git a/doc/source/installation.rst b/doc/source/install/index.rst similarity index 82% rename from doc/source/installation.rst rename to doc/source/install/index.rst index d6c2142e..73a8dcbd 100644 --- a/doc/source/installation.rst +++ b/doc/source/install/index.rst @@ -1,6 +1,5 @@ -============ -Installation -============ +Installation Guide +================== At the command line:: diff --git a/doc/source/usage.rst b/doc/source/usage.rst deleted file mode 100644 index 558d093c..00000000 --- a/doc/source/usage.rst +++ /dev/null @@ -1,7 +0,0 @@ -======== -Usage -======== - -To use python-zunclient in a project:: - - import zunclient