Changes to ma_umn from docs/doc-exports#332 (Reduce length of special chars sequ

Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
This commit is contained in:
proposalbot 2022-10-18 07:17:04 +00:00 committed by zuul
parent d0127cf2e3
commit dcb26a0eb5

View File

@ -148,13 +148,13 @@ The configuration file is in JSON format. :ref:`Table 1 <modelarts_23_0092__en-u
.. table:: **Table 7** package array .. table:: **Table 7** package array
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Mandatory | Type | Description | | Parameter | Mandatory | Type | Description |
+=================+=================+=================+=========================================================================================================================================================================================+ +=================+=================+=================+=============================================================================================================================================================================================+
| package_name | Yes | String | Dependency package name. Chinese characters and special characters (&!'"<>=) are not allowed. | | package_name | Yes | String | Dependency package name. Chinese characters and special characters ``(&!'"<>=)`` are not allowed. |
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| package_version | No | String | Dependency package version. If the dependency package does not rely on the version number, leave this field blank. Chinese characters and special characters (&!'"<>=) are not allowed. | | package_version | No | String | Dependency package version. If the dependency package does not rely on the version number, leave this field blank. Chinese characters and special characters ``(&!'"<>=)`` are not allowed. |
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| restraint | No | String | Version restriction. This parameter is mandatory only when **package_version** is configured. Possible values are **EXACT**, **ATLEAST**, and **ATMOST**. | | restraint | No | String | Version restriction. This parameter is mandatory only when **package_version** is configured. Possible values are **EXACT**, **ATLEAST**, and **ATMOST**. |
| | | | | | | | | |
| | | | - **EXACT** indicates that a specified version is installed. | | | | | - **EXACT** indicates that a specified version is installed. |
@ -165,7 +165,7 @@ The configuration file is in JSON format. :ref:`Table 1 <modelarts_23_0092__en-u
| | | | | | | | | |
| | | | - If there are specific requirements on the version, preferentially use **EXACT**. If **EXACT** conflicts with the system installation packages, you can select **ATLEAST**. | | | | | - If there are specific requirements on the version, preferentially use **EXACT**. If **EXACT** conflicts with the system installation packages, you can select **ATLEAST**. |
| | | | - If there is no specific requirement on the version, retain only the **package_name** parameter and leave **restraint** and **package_version** blank. | | | | | - If there is no specific requirement on the version, retain only the **package_name** parameter and leave **restraint** and **package_version** blank. |
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _modelarts_23_0092__en-us_topic_0172466149_table115896191852: .. _modelarts_23_0092__en-us_topic_0172466149_table115896191852: