Salome HOME
Documentation: use 'figure' instead of 'image'; improve caption layout; fix warnings.
[modules/shaper.git] / src / FeaturesPlugin / doc / intersectionFeature.rst
index 9e21806153e436f34e4ba96bb781d22c8ee6473e..6a3b5a67b40d615f71903761e29da278f7bba8d5 100644 (file)
@@ -12,10 +12,9 @@ To perform a boolean operation Intersection in the active part:
 
 The following property panel will be opened:
 
-.. image:: images/intersection_property_panel.png
-  :align: center
+.. figure:: images/intersection_property_panel.png
+   :align: center
 
-.. centered::
    **Intersection operation**
 
 **Objects** - contains a list of objects selected in the Object Browser or in the Viewer, which will be intersected.
@@ -33,10 +32,9 @@ Result
 
 The Result of the operation will be a shape which is an intersection of selected objects:
 
-.. image:: images/CreatedIntersection.png
-          :align: center
+.. figure:: images/CreatedIntersection.png
+   :align: center
 
-.. centered::
    **Intersection created**
 
 **See Also** a sample TUI Script of :ref:`tui_create_intersection` operation.