move sphinx h3 to '-' instead of '^'
In the sphinx document h3 is supposed to be '-' not '^': =, for sections -, for subsections ^, for subsubsections We have to enforce consistency here because we're processing included files which all have to agree, otherwise it's a sphinx error. Part of bp:api-ref-in-rst Change-Id: Ic6eef5cacb07870f161b04b031e332f2b87aeedc
This commit is contained in:
@@ -21,14 +21,14 @@ Error response codes: computeFault(400, 500), serviceUnavailable(503), badReques
|
||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
||||
|
||||
Request
|
||||
^^^^^^^
|
||||
-------
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- tenant_id: tenant_id
|
||||
|
||||
Response
|
||||
^^^^^^^^
|
||||
--------
|
||||
|
||||
**Example List Hypervisors: JSON request**
|
||||
|
||||
@@ -48,14 +48,14 @@ Error response codes: computeFault(400, 500), serviceUnavailable(503), badReques
|
||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
||||
|
||||
Request
|
||||
^^^^^^^
|
||||
-------
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- tenant_id: tenant_id
|
||||
|
||||
Response
|
||||
^^^^^^^^
|
||||
--------
|
||||
|
||||
**Example Show Hypervisor Statistics: JSON request**
|
||||
|
||||
@@ -75,7 +75,7 @@ Error response codes: computeFault(400, 500), serviceUnavailable(503), badReques
|
||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
||||
|
||||
Request
|
||||
^^^^^^^
|
||||
-------
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
@@ -83,7 +83,7 @@ Request
|
||||
- hypervisor_id: hypervisor_id
|
||||
|
||||
Response
|
||||
^^^^^^^^
|
||||
--------
|
||||
|
||||
**Example Show Hypervisor Details: JSON request**
|
||||
|
||||
@@ -103,7 +103,7 @@ Error response codes: computeFault(400, 500), serviceUnavailable(503), badReques
|
||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
||||
|
||||
Request
|
||||
^^^^^^^
|
||||
-------
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
@@ -111,7 +111,7 @@ Request
|
||||
- hypervisor_id: hypervisor_id
|
||||
|
||||
Response
|
||||
^^^^^^^^
|
||||
--------
|
||||
|
||||
**Example Show Hypervisor Uptime: JSON request**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user