diff options
| author | Steve Martinelli <s.martinelli@gmail.com> | 2017-02-22 14:19:38 -0600 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2017-02-22 14:19:38 -0600 |
| commit | aef9dacc7f65c4183c6401956ea6c87f16045e96 (patch) | |
| tree | 55a84e676804434df6fc4ca135d2226beff93578 | |
| parent | 4b293c57c83fc5214d9e2785261d4667ba3aa93e (diff) | |
| download | python-openstackclient-aef9dacc7f65c4183c6401956ea6c87f16045e96.tar.gz | |
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
| -rw-r--r-- | doc/source/decoder.rst | 6 | ||||
| -rw-r--r-- | 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 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 |
