From: mpv Date: Wed, 29 Dec 2021 14:08:36 +0000 (+0300) Subject: Fixed the problem of sphinx-documentation processing because of Unicode-symbols usage. X-Git-Tag: V9_9_0a1~13^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a36923e4ef2c8bdfe3ff3fdf6692b2cb181dbc72;p=modules%2Fshaper.git Fixed the problem of sphinx-documentation processing because of Unicode-symbols usage. --- diff --git a/src/ExchangePlugin/doc/exportFeature.rst b/src/ExchangePlugin/doc/exportFeature.rst index e4deafb4f..1773c9bf9 100644 --- a/src/ExchangePlugin/doc/exportFeature.rst +++ b/src/ExchangePlugin/doc/exportFeature.rst @@ -136,7 +136,7 @@ In this case, the following property panel will be opened: **Dialog box to export in STL format** -The file name and path can be defined in **Export file** field by direct input or browsing with ‘…’ button, which opens Export file dialog box. +The file name and path can be defined in **Export file** field by direct input or browsing with '...' button, which opens Export file dialog box. **Object** field contains an exported object which can be selected in a viewer or object browser. diff --git a/src/ExchangePlugin/doc/importFeature.rst b/src/ExchangePlugin/doc/importFeature.rst index e76131a42..817c5c1cb 100644 --- a/src/ExchangePlugin/doc/importFeature.rst +++ b/src/ExchangePlugin/doc/importFeature.rst @@ -115,7 +115,7 @@ In this case, the following property panel will be opened: **Dialog box to import file in STEP format** -The file name and path can be defined in **Import file** field by direct input or browsing with ‘…’ button, which opens **Import file** dialog box. +The file name and path can be defined in **Import file** field by direct input or browsing with '...' button, which opens **Import file** dialog box. The **Import to** combobox provides the list of destinations (one of existing Parts or a new Part). **STEP options** provide the possibility to **Scale to International System Units** as well as to create groups from **Materials** and/or **Colors** if defined in assemblies of the file to import.