diff options
author | Sean Dague <sean@dague.net> | 2016-04-14 13:10:59 -0400 |
---|---|---|
committer | Sean Dague <sean@dague.net> | 2016-04-15 07:43:06 -0400 |
commit | 95264623262694ec3c16e39f3c32e32ea48b5663 (patch) | |
tree | 57513028d0d19e1666e7384f58397c53e6a48e59 /api-ref/source/limits.inc | |
parent | ccee8b3c13b014b266aa25daaee4c789a674b3fb (diff) | |
download | nova-95264623262694ec3c16e39f3c32e32ea48b5663.tar.gz |
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
Diffstat (limited to 'api-ref/source/limits.inc')
-rw-r--r-- | api-ref/source/limits.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api-ref/source/limits.inc b/api-ref/source/limits.inc index c0c6cb1165..3df2812367 100644 --- a/api-ref/source/limits.inc +++ b/api-ref/source/limits.inc @@ -19,14 +19,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 Rate And Absolute Limits: JSON request** |