Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2022-10-21 16:39:40 +00:00
parent dcb26a0eb5
commit 9c7012febc
6 changed files with 3 additions and 7 deletions

View File

@ -25,5 +25,4 @@ Basic Concepts
.. figure:: /_static/images/en-us_image_0000001254415793.gif
:alt: **Figure 1** Project isolation model
**Figure 1** Project isolation model

View File

@ -98,21 +98,18 @@ Decompress the downloaded package and reference the obtained JAR files as depend
.. figure:: /_static/images/en-us_image_0000001209775802.gif
:alt: **Figure 1** Selecting Existing Projects into Workspace
**Figure 1** Selecting Existing Projects into Workspace
.. figure:: /_static/images/en-us_image_0000001254535753.gif
:alt: **Figure 2** Selecting the demo project
**Figure 2** Selecting the demo project
.. figure:: /_static/images/en-us_image_0000001254215795.gif
:alt: **Figure 3** Structure of the demo project
**Figure 3** Structure of the demo project
#. Sign the request.

View File

@ -64,7 +64,6 @@ Similar to a request, a response also has a header, for example, **Content-type*
.. figure:: /_static/images/en-us_image_0000001254535751.png
: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
Response Body

View File

@ -17,5 +17,4 @@ When you call APIs, certain requests require the username and ID. To obtain a us
.. figure:: /_static/images/en-us_image_0000001298629861.png
:alt: **Figure 1** Viewing the username and ID
**Figure 1** Viewing the username and ID

View File

@ -17,5 +17,4 @@ When you call APIs, certain requests require the account name and ID. To obtain
.. figure:: /_static/images/en-us_image_0000001209615814.png
:alt: **Figure 1** Viewing the account name and ID
**Figure 1** Viewing the account name and ID

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.