Salome HOME
Documentation: use 'figure' instead of 'image'; improve caption layout; fix warnings.
[modules/shaper.git] / src / CollectionPlugin / doc / groupIntersectionFeature.rst
index dadbd43907d04c99131dfd7a15f0651006d655b1..08ec1f41f392552017488b2b8f4b1c6215d906fe 100644 (file)
@@ -11,10 +11,9 @@ To create a Group Intersection in the active part:
 
 The following property panel appears. 
 
-.. image:: images/group_intersection_property_panel.png
+.. figure:: images/group_intersection_property_panel.png
   :align: center
 
-.. centered::
   Create a group intersection operation
 
 Input fields:
@@ -31,7 +30,7 @@ Note, that operation is valid only for the groups of the same type.
 
     :param part: The current part object
     :param list: A list of selected groups
-    :return: Created object.
+    :return: Created group.
 
 
 **See Also** a sample TUI Script of :ref:`tui_create_group_intersection` operation.