forked from docs/gaussdb-mysql
Update content
This commit is contained in:
parent
6764e4fc7c
commit
427027d148
File diff suppressed because it is too large
Load Diff
@ -63,5 +63,4 @@ Obtain a Project ID from the Console
|
|||||||
.. figure:: /_static/images/en-us_image_0264049266.jpg
|
.. figure:: /_static/images/en-us_image_0264049266.jpg
|
||||||
:alt: **Figure 1** Viewing project IDs
|
:alt: **Figure 1** Viewing project IDs
|
||||||
|
|
||||||
|
|
||||||
**Figure 1** Viewing project IDs
|
**Figure 1** Viewing project IDs
|
||||||
|
@ -31,5 +31,4 @@ Concepts
|
|||||||
.. figure:: /_static/images/en-us_image_0264049268.gif
|
.. figure:: /_static/images/en-us_image_0264049268.gif
|
||||||
:alt: **Figure 1** Project isolating model
|
:alt: **Figure 1** Project isolating model
|
||||||
|
|
||||||
|
|
||||||
**Figure 1** Project isolating model
|
**Figure 1** Project isolating model
|
||||||
|
@ -26,7 +26,6 @@ Similar to a request, a response also has a header, for example, **Content-Type*
|
|||||||
.. figure:: /_static/images/en-us_image_0264049300.png
|
.. figure:: /_static/images/en-us_image_0264049300.png
|
||||||
:alt: **Figure 1** Header fields of the response to the request for obtaining a user token
|
:alt: **Figure 1** Header fields of the response to the request for obtaining a user token
|
||||||
|
|
||||||
|
|
||||||
**Figure 1** Header fields of the response to the request for obtaining a user token
|
**Figure 1** Header fields of the response to the request for obtaining a user token
|
||||||
|
|
||||||
(Optional) Response Body
|
(Optional) Response Body
|
||||||
|
@ -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