From e63a2fc853ffccec5d1d6503432067548abb6c77 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 22 Sep 2017 07:09:37 +0200 Subject: [PATCH] Move non-install guide docs around These documents are not part of an install guide, move them to contributor docs. Change-Id: Icd420a651b930f8ee8a52f39c88b2dc1961ec12e --- doc/source/{install => contributor}/actions.rst | 0 doc/source/{install => contributor}/api_documents.rst | 0 doc/source/{install => contributor}/api_routes.rst | 0 .../{install => contributor}/client_structure.rst | 0 doc/source/contributor/index.rst | 10 +++++++++- doc/source/{install => contributor}/jobs.rst | 0 doc/source/{install => contributor}/known_issues.rst | 0 .../{install => contributor}/metadata_structure.rst | 0 doc/source/{install => contributor}/sessions.rst | 0 doc/source/install/index.rst | 8 +------- doc/source/install/next-steps.rst | 2 +- 11 files changed, 11 insertions(+), 9 deletions(-) rename doc/source/{install => contributor}/actions.rst (100%) rename doc/source/{install => contributor}/api_documents.rst (100%) rename doc/source/{install => contributor}/api_routes.rst (100%) rename doc/source/{install => contributor}/client_structure.rst (100%) rename doc/source/{install => contributor}/jobs.rst (100%) rename doc/source/{install => contributor}/known_issues.rst (100%) rename doc/source/{install => contributor}/metadata_structure.rst (100%) rename doc/source/{install => contributor}/sessions.rst (100%) diff --git a/doc/source/install/actions.rst b/doc/source/contributor/actions.rst similarity index 100% rename from doc/source/install/actions.rst rename to doc/source/contributor/actions.rst diff --git a/doc/source/install/api_documents.rst b/doc/source/contributor/api_documents.rst similarity index 100% rename from doc/source/install/api_documents.rst rename to doc/source/contributor/api_documents.rst diff --git a/doc/source/install/api_routes.rst b/doc/source/contributor/api_routes.rst similarity index 100% rename from doc/source/install/api_routes.rst rename to doc/source/contributor/api_routes.rst diff --git a/doc/source/install/client_structure.rst b/doc/source/contributor/client_structure.rst similarity index 100% rename from doc/source/install/client_structure.rst rename to doc/source/contributor/client_structure.rst diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 108eae82..7141f025 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -1,4 +1,12 @@ Developer Guide =============== -TBD +.. toctree:: + :maxdepth: 2 + + api_routes + metadata_structure + client_structure + api_documents + known_issues + diff --git a/doc/source/install/jobs.rst b/doc/source/contributor/jobs.rst similarity index 100% rename from doc/source/install/jobs.rst rename to doc/source/contributor/jobs.rst diff --git a/doc/source/install/known_issues.rst b/doc/source/contributor/known_issues.rst similarity index 100% rename from doc/source/install/known_issues.rst rename to doc/source/contributor/known_issues.rst diff --git a/doc/source/install/metadata_structure.rst b/doc/source/contributor/metadata_structure.rst similarity index 100% rename from doc/source/install/metadata_structure.rst rename to doc/source/contributor/metadata_structure.rst diff --git a/doc/source/install/sessions.rst b/doc/source/contributor/sessions.rst similarity index 100% rename from doc/source/install/sessions.rst rename to doc/source/contributor/sessions.rst diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index b1e42eed..0067edd0 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -8,13 +8,7 @@ Backup/Restore and DR service install verify next-steps - api_routes - metadata_structure - client_structure - api_documents - known_issues - This chapter assumes a working setup of OpenStack following the `OpenStack Installation Tutorial -`_. \ No newline at end of file +`_. diff --git a/doc/source/install/next-steps.rst b/doc/source/install/next-steps.rst index df8f3c1d..4de70332 100644 --- a/doc/source/install/next-steps.rst +++ b/doc/source/install/next-steps.rst @@ -4,4 +4,4 @@ Next steps Your OpenStack environment now includes the freezer-api service. To add additional services, see -https://docs.openstack.org/install-guide/. +https://docs.openstack.org/install/