From bd5edb624707a6992224cc4ffc7b0d106386ecc6 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Tue, 1 Aug 2017 21:34:17 +0000 Subject: [PATCH] Add cli/ directory for documentation The specification detailing the great documentation migration requires a doc/source/cli/ directory be added to the project. The directory is intended for cli documentation. This commit add the directory so that we are in compliance with the specification but doesn't move any content into the directory. It is instead treated like a placeholder until we can migrate the right content into the cli guide. Change-Id: Ida5ffc979d3c596547e9664dce8933d2cf9a4486 Closes-Bug: 1694460 --- doc/source/cli/index.rst | 23 +++++++++++++++++++++++ doc/source/index.rst | 10 ++++++++++ 2 files changed, 33 insertions(+) create mode 100644 doc/source/cli/index.rst diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst new file mode 100644 index 0000000000..d23c86337a --- /dev/null +++ b/doc/source/cli/index.rst @@ -0,0 +1,23 @@ +.. + Copyright 2017 OpenStack Foundation + All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. + +================= +CLI Documentation +================= + +This section will eventually consist of documentation migrated from other +guides. This is a placeholder until content best suited for this guide is +migrated. diff --git a/doc/source/index.rst b/doc/source/index.rst index 990246746b..3076a779f0 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -98,6 +98,16 @@ This section contains the documentation for end-users of keystone. user/index.rst +CLI Documentation +~~~~~~~~~~~~~~~~~ + +This section details information related to ``keystone-manage``. + +.. toctree:: + :maxdepth: 2 + + cli/index.rst + Administrator Guides ~~~~~~~~~~~~~~~~~~~~