Salome HOME
Documentation: use 'figure' instead of 'image'; improve caption layout; fix warnings.
[modules/shaper.git] / src / FeaturesPlugin / doc / splitFeature.rst
index adc64cf85e57ac3859a7131962858696d5daf24f..ec962928e973fbf711a10be03954b2c73553c313 100644 (file)
@@ -13,10 +13,9 @@ To perform Split in the active part:
 
 The following property panel will be opened:
 
-.. image:: images/Split.png
-  :align: center
+.. figure:: images/Split.png
+   :align: center
 
-.. centered::
    **Split operation**
 
 - **Main Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be cut and splitted by tool objects.
@@ -37,10 +36,9 @@ Result
 
 The Result of the operation will be a shape, which is a split of tool objects with main objects:
 
-.. image:: images/CreatedSplit.png
-          :align: center
+.. figure:: images/CreatedSplit.png
+   :align: center
 
-.. centered::
    **Split created**
 
 **See Also** a sample TUI Script of :ref:`tui_create_bool_split` operation.