Salome HOME
Documentation: use 'figure' instead of 'image'; improve caption layout; fix warnings.
[modules/shaper.git] / src / BuildPlugin / doc / compoundFeature.rst
index 16cb65d860c7d283812c590607de327a4f17b164..6ba8de92f4562f4a38864893bdf2300da2f1f5ae 100644 (file)
@@ -12,10 +12,9 @@ To create a compound in the active part:
 
 The following property panel will be opened:
 
-.. image:: images/Compound.png
+.. figure:: images/Compound.png
   :align: center
 
-.. centered::
   Create a compound
 
 Select one or several shapes in the viewer. The selected shapes can be of any type (vertex, edge, face, etc.)
@@ -37,10 +36,9 @@ Result
 
 The result of the operation will be a compound created from the selected shapes:
 
-.. image:: images/CreateCompound.png
+.. figure:: images/CreateCompound.png
   :align: center
 
-.. centered::
   Result of the operation.
 
 **See Also** a sample TUI Script of :ref:`tui_create_compound` operation.