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,24 +148,24 @@ The configuration file is in JSON format. :ref:`Table 1 <modelarts_23_0092__en-u
.. table:: **Table 7** package array
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Mandatory | Type | Description |
+=================+=================+=================+=========================================================================================================================================================================================+
| 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. |
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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. |
| | | | - **ATLEAST** indicates that the version of the installation package is not earlier than the specified version. |
| | | | - **ATMOST** indicates that the version of the installation package is not later than the specified version. |
| | | | |
| | | | .. note:: |
| | | | |
| | | | - 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. |
+-----------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Mandatory | Type | Description |
+=================+=================+=================+=============================================================================================================================================================================================+
| 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. |
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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. |
| | | | - **ATLEAST** indicates that the version of the installation package is not earlier than the specified version. |
| | | | - **ATMOST** indicates that the version of the installation package is not later than the specified version. |
| | | | |
| | | | .. note:: |
| | | | |
| | | | - 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. |
+-----------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
.. _modelarts_23_0092__en-us_topic_0172466149_table115896191852: