[api-ref] "Show images" should be changed to "List images"

"List images" had been taken by the v1 API, but now that its
api reference has been removed, that's no longer a problem.
Can also remove the superfluous "an"s that were used in the
v2 titles to prevent sphinx conflicts.

Co-authored-by: Ha Van Tu <tuhv@vn.fujitsu.com>
Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com>

Change-Id: I2c1ce3f5c1279a93a08855c554e156c4fc115f61
Closes-Bug: #1615899
This commit is contained in:
Ha Van Tu 2016-08-23 12:13:25 +07:00 committed by Brian Rosmaita
parent 8a2d154234
commit 71a3ac6235

View File

@ -139,8 +139,8 @@ permissions to specific image properties and the image data payload.
.. _image-create:
Create an image
~~~~~~~~~~~~~~~
Create image
~~~~~~~~~~~~
.. rest_method:: POST /v2/images
@ -225,8 +225,8 @@ Response Example
:language: json
Show image details
~~~~~~~~~~~~~~~~~~
Show image
~~~~~~~~~~
.. rest_method:: GET /v2/images/{image_id}
@ -290,7 +290,7 @@ Response Example
:language: json
Show images
List images
~~~~~~~~~~~
.. rest_method:: GET /v2/images
@ -495,8 +495,8 @@ Response Example
.. _v2-image-update:
Update an image
~~~~~~~~~~~~~~~
Update image
~~~~~~~~~~~~
.. rest_method:: PATCH /v2/images/{image_id}
@ -606,8 +606,8 @@ Response Example
:language: json
Delete an image
~~~~~~~~~~~~~~~
Delete image
~~~~~~~~~~~~
.. rest_method:: DELETE /v2/images/{image_id}