From caea13c29c5c31c275ea1d0288bc363745cd540e Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Fri, 21 Jul 2017 11:14:17 +0530 Subject: [PATCH] Apply Pike document structure This change aligns the mistralclient documents folder structure to the one specified for Pike. test-requirements.txt updated with the missing module (tooz) Change-Id: Ie6940ed66b4ff3161e1dc7d4ca623dc1fabea05f --- doc/source/{ => cli}/cli_usage_with_keycloak.rst | 0 doc/source/{ => cli}/cli_usage_with_openstack.rst | 0 doc/source/{ => cli}/cli_usage_without_auth.rst | 0 doc/source/index.rst | 10 +++++----- 4 files changed, 5 insertions(+), 5 deletions(-) rename doc/source/{ => cli}/cli_usage_with_keycloak.rst (100%) rename doc/source/{ => cli}/cli_usage_with_openstack.rst (100%) rename doc/source/{ => cli}/cli_usage_without_auth.rst (100%) diff --git a/doc/source/cli_usage_with_keycloak.rst b/doc/source/cli/cli_usage_with_keycloak.rst similarity index 100% rename from doc/source/cli_usage_with_keycloak.rst rename to doc/source/cli/cli_usage_with_keycloak.rst diff --git a/doc/source/cli_usage_with_openstack.rst b/doc/source/cli/cli_usage_with_openstack.rst similarity index 100% rename from doc/source/cli_usage_with_openstack.rst rename to doc/source/cli/cli_usage_with_openstack.rst diff --git a/doc/source/cli_usage_without_auth.rst b/doc/source/cli/cli_usage_without_auth.rst similarity index 100% rename from doc/source/cli_usage_without_auth.rst rename to doc/source/cli/cli_usage_without_auth.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index c30ee66a..2ddebd01 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -9,11 +9,11 @@ Using mistralclient ------------------- .. toctree:: - :maxdepth: 1 + :maxdepth: 2 - cli_usage_with_openstack - cli_usage_with_keycloak - cli_usage_without_auth + cli/cli_usage_with_openstack + cli/cli_usage_with_keycloak + cli/cli_usage_without_auth class_reference For information about using the mistral command-line client, see @@ -37,4 +37,4 @@ using `Gerrit`_. .. _on GitHub: https://github.com/openstack/python-mistralclient .. _Launchpad: https://launchpad.net/python-mistralclient -.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow