From aef9dacc7f65c4183c6401956ea6c87f16045e96 Mon Sep 17 00:00:00 2001
From: Steve Martinelli <s.martinelli@gmail.com>
Date: Wed, 22 Feb 2017 14:19:38 -0600
Subject: [PATCH] minor tweaks to mapping table

- no need to prefix it with OSC
- since it's a page with a lot of content, make
  it show sub headings

Change-Id: I1aab4f71def53f1a11a8a0e0f6b7748233ff02c7
---
 doc/source/decoder.rst | 6 +++---
 doc/source/index.rst   | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/doc/source/decoder.rst b/doc/source/decoder.rst
index 3d07bb6fc6..178ba01c60 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 2a87c9991b..e19b466b93 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