forked from docs/modelarts
Compare commits
1 Commits
main
...
propose-ma
Author | SHA1 | Date | |
---|---|---|---|
9c7012febc |
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user