]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/doc/horizontalDistFeature.rst
Salome HOME
Correct documentation bugs, adapt for 'Read The Docs' theme (bos #18858)
[modules/shaper.git] / src / SketchPlugin / doc / horizontalDistFeature.rst
index 68bc3b81189991aad16f47c952be4aa1a397dd71..729cb85ea3c4197f8f93a0a5e66101c6a49f721d 100644 (file)
@@ -17,23 +17,19 @@ Property panel:
 .. image:: images/HorizontalDistance_panel.png
    :align: center
 
+.. |location_left| image:: images/location_left.png
+.. |location_auto| image:: images/location_automatic.png
+.. |location_right| image:: images/location_right.png
+
 Input fields:
 
 - **First point** is the first point selected in the view;
 - **Second point** is the second point selected in the view;
 - **Value** is a distance between the objects, can be modified to set the desirable value;
 - **Text location** is a position of the distance value label relating to extension line (in the view):
-   .. image:: images/location_left.png
-      :align: left
-   **Left** inserts text to the left of the distance extension line;
-
-   .. image:: images/location_automatic.png
-      :align: left
-   **Automatic** inserts text in the middle of the distance extension line if it has enough length, otherwise - to the left;
-
-   .. image:: images/location_right.png
-      :align: left
-   **Right** inserts text to the right of the distance extension line.
+   | |location_left| **Left** inserts text to the left of the distance extension line;
+   | |location_auto| **Automatic** inserts text in the middle of the distance extension line if it has enough length, otherwise - to the left;
+   | |location_right| **Right** inserts text to the right of the distance extension line.
 
 When both objects are selected, the horizontal distance value is displayed in the property panel and in the view.
 
@@ -68,4 +64,4 @@ Created Horizontal Distance appears in the view.
 .. centered::
    Horizontal Distance created
 
-**See Also** a sample TUI Script of :ref:`tui_create_hdistance` operation.
\ No newline at end of file
+**See Also** a sample TUI Script of :ref:`tui_create_hdistance` operation.