Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2022-10-31 14:02:46 +00:00
parent b87573c2fd
commit 8f3683673c
3 changed files with 5 additions and 2 deletions

View File

@ -76,7 +76,7 @@ Response
+---------------+--------+----------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+===============+========+====================================================================================================+
| Content-Range | String | Offset (Start index)Count (Number of records on the current page)/Total (Total number of records) |
| Content-Range | String | Offset (Start index)-Count (Number of records on the current page)/Total (Total number of records) |
+---------------+--------+----------------------------------------------------------------------------------------------------+
.. note::

View File

@ -57,7 +57,7 @@ Response
+---------------+--------+----------------------------------------------------------------------------------------------------+
| Parameter | Type | Description |
+===============+========+====================================================================================================+
| Content-Range | String | Offset (Start index)Count (Number of records on the current page)/Total (Total number of records) |
| Content-Range | String | Offset (Start index)-Count (Number of records on the current page)/Total (Total number of records) |
+---------------+--------+----------------------------------------------------------------------------------------------------+
.. note::

View File

@ -35,6 +35,9 @@ sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('./'))
# -- General configuration ----------------------------------------------------
# https://docutils.sourceforge.io/docs/user/smartquotes.html - it does not
# what it is expected
smartquotes = False
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.