Update content
This commit is contained in:
parent
b87573c2fd
commit
8f3683673c
@ -76,7 +76,7 @@ Response
|
|||||||
+---------------+--------+----------------------------------------------------------------------------------------------------+
|
+---------------+--------+----------------------------------------------------------------------------------------------------+
|
||||||
| Parameter | Type | Description |
|
| 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::
|
.. note::
|
||||||
|
@ -57,7 +57,7 @@ Response
|
|||||||
+---------------+--------+----------------------------------------------------------------------------------------------------+
|
+---------------+--------+----------------------------------------------------------------------------------------------------+
|
||||||
| Parameter | Type | Description |
|
| 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::
|
.. note::
|
||||||
|
@ -35,6 +35,9 @@ sys.path.insert(0, os.path.abspath('../'))
|
|||||||
sys.path.insert(0, os.path.abspath('./'))
|
sys.path.insert(0, os.path.abspath('./'))
|
||||||
|
|
||||||
# -- General configuration ----------------------------------------------------
|
# -- 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
|
# Add any Sphinx extension module names here, as strings. They can be
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user