Salome HOME
Documentation: use 'figure' instead of 'image'; improve caption layout; fix warnings.
[modules/shaper.git] / src / CollectionPlugin / doc / groupAdditionFeature.rst
index 568ca10be25e04893f8be9286cc51505fe1a3e47..e62bd3614907bd8d238d87a0cecdb1494815a430 100644 (file)
@@ -11,10 +11,9 @@ To create a Group Addition in the active part:
 
 The following property panel appears. 
 
-.. image:: images/group_addition_property_panel.png
+.. figure:: images/group_addition_property_panel.png
   :align: center
 
-.. centered::
   Create a group addition 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_addition` operation.