summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-03-14 21:11:23 +0000
committerGerrit Code Review <review@openstack.org>2016-03-14 21:11:23 +0000
commit71796a0c4bcd9b9980c4937d8fe342ef609386cf (patch)
treefd220e79bbaee9a4935a6d0e26127625ec145960
parent006d34fc8257cb8519a427926d6edc5e965593cc (diff)
parent1f021427defd405afff7508905a45e6ebd6a5098 (diff)
downloadpython-openstackclient-71796a0c4bcd9b9980c4937d8fe342ef609386cf.tar.gz
Merge "Doc: Fix documentation errors for command object"
-rw-r--r--doc/source/command-objects/ip-floating.rst4
-rw-r--r--doc/source/command-objects/subnet-pool.rst4
-rw-r--r--doc/source/configuration.rst4
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/command-objects/ip-floating.rst b/doc/source/command-objects/ip-floating.rst
index 99d06d07..05e4a132 100644
--- a/doc/source/command-objects/ip-floating.rst
+++ b/doc/source/command-objects/ip-floating.rst
@@ -45,7 +45,7 @@ ip floating delete
Delete floating IP
.. program:: ip floating delete
- .. code:: bash
+.. code:: bash
os ip floating delete <floating-ip>
@@ -89,7 +89,7 @@ ip floating show
Display floating IP details
.. program:: ip floating show
- .. code:: bash
+.. code:: bash
os ip floating show <floating-ip>
diff --git a/doc/source/command-objects/subnet-pool.rst b/doc/source/command-objects/subnet-pool.rst
index 722f9299..439c4f50 100644
--- a/doc/source/command-objects/subnet-pool.rst
+++ b/doc/source/command-objects/subnet-pool.rst
@@ -10,7 +10,7 @@ subnet pool create
Create subnet pool
.. program:: subnet pool create
- .. code:: bash
+.. code:: bash
os subnet pool create
[--pool-prefix <pool-prefix> [...]]
@@ -78,7 +78,7 @@ subnet pool set
Set subnet pool properties
.. program:: subnet pool set
- .. code:: bash
+.. code:: bash
os subnet pool set
[--name <name>]
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index c7700140..d80b3b36 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -140,8 +140,8 @@ that appears in :file:`clouds.yaml`
Debugging
~~~~~~~~~
-You may find the :doc:`config show <command-objects/config>`
-helpful to debug configuration issues. It will display your current
+You may find the :doc:`configuration show <command-objects/configuration>`
+command helpful to debug configuration issues. It will display your current
configuration.
Logging Settings