Fix doc warnings

When building the docs using `tox -e docs`, several warning messages
would print out. This change fixes the issues causing those warnings.

Change-Id: I57503c75f6c07c020bb3bfa34de6aa8f66983ff7
This commit is contained in:
Kaitlin Farr 2016-05-19 15:22:20 -04:00
parent 11bcb88a2f
commit 3169ac4e18
7 changed files with 27 additions and 27 deletions

View File

@ -1,6 +1,6 @@
===================
===============================================
Cloud Administrator Guide - Key Manager service
===================
===============================================
The Key Manager service, code-named Barbican, is the default secret storage
service for OpenStack. The service provides secure storage, provisioning and

View File

@ -98,22 +98,22 @@ Request:
Response Attributes
*******************
+----------+---------+---------------------------------------------------------------+
+-----------+---------+----------------------------------------------------------------+
| Name | Type | Description |
+==========+=========+============================================================== +
+===========+=========+================================================================+
| consumers | list | Contains a list of dictionaries filled with consumer metadata. |
+----------+---------+---------------------------------------------------------------+
+-----------+---------+----------------------------------------------------------------+
| total | integer | The total number of consumers available to the user. |
+----------+---------+---------------------------------------------------------------+
+-----------+---------+----------------------------------------------------------------+
| next | string | A HATEOAS url to retrieve the next set of consumers based on |
| | | the offset and limit parameters. This attribute is only |
| | | available when the total number of consumers is greater than |
| | | offset and limit parameter combined. |
+----------+---------+---------------------------------------------------------------+
+-----------+---------+----------------------------------------------------------------+
| previous | string | A HATEOAS url to retrieve the previous set of consumers based |
| | | on the offset and limit parameters. This attribute is only |
| | | available when the request offset is greater than 0. |
+----------+---------+---------------------------------------------------------------+
+-----------+---------+----------------------------------------------------------------+
.. _consumer_status_codes:

View File

@ -56,7 +56,7 @@ Request:
Response:
********
*********
.. code-block:: javascript

View File

@ -24,5 +24,5 @@ instead. In case of API, replace ``'X-Auth-Token: $TOKEN'`` with
You can also find detailed explanation to run barbican client with an
unauthenticated context
`here <http://docs.openstack.org/developer/python-barbicanclient/authentication.html#unauthenticated-context>`_ and run barbican CLI in no auth mode
`here <http://docs.openstack.org/developer/python-barbicanclient/authentication.html#no-auth-mode>`_.
`here <http://docs.openstack.org/developer/python-barbicanclient/authentication.html#unauthenticated-context>`__ and run barbican CLI in no auth mode
`here <http://docs.openstack.org/developer/python-barbicanclient/authentication.html#no-auth-mode>`__.

View File

@ -126,7 +126,7 @@ tests should run.
Barbican's tox tests fail with "ImportError: No module named _bsddb"
-------------------------------------------------
--------------------------------------------------------------------
What you might see
^^^^^^^^^^^^^^^^^^