summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-23 18:30:01 +0000
committerGerrit Code Review <review@openstack.org>2017-02-23 18:30:01 +0000
commit12ab5f08ca9e6a88b8850c3c2347954fb6cd611e (patch)
tree5f2a0b2249477973418ad4ded727bed5d00318e5 /doc/source
parent923e62196c43c1c44c819cf0a79fc31facd53df1 (diff)
parentaef9dacc7f65c4183c6401956ea6c87f16045e96 (diff)
downloadpython-openstackclient-12ab5f08ca9e6a88b8850c3c2347954fb6cd611e.tar.gz
Merge "minor tweaks to mapping table"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/decoder.rst6
-rw-r--r--doc/source/index.rst4
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/source/decoder.rst b/doc/source/decoder.rst
index 3d07bb6f..178ba01c 100644
--- a/doc/source/decoder.rst
+++ b/doc/source/decoder.rst
@@ -1,6 +1,6 @@
-=================
-OSC Mapping Table
-=================
+=============
+Mapping Guide
+=============
The following is an incomplete mapping between legacy OpenStack CLIs and
OpenStackClient. Think of it as a magic decoder ring if you were using the
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 2a87c999..e19b466b 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -23,6 +23,10 @@ User Documentation
interactive
humaninterfaceguide
backwards-incompatible
+
+.. toctree::
+ :maxdepth: 2
+
decoder
Getting Started