Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2022-10-24 11:02:43 +00:00
parent 6764e4fc7c
commit 427027d148
5 changed files with 158 additions and 158 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.