Salome HOME
Documentation: use 'figure' instead of 'image'; improve caption layout; fix warnings.
[modules/shaper.git] / src / BuildPlugin / doc / edgeFeature.rst
index 4bbc4f3f7dbe63605c9964a8769fa69afe5afb28..e94acf0bc18ecc213b08af27d303a5fe658d517d 100644 (file)
@@ -12,13 +12,13 @@ To create edges in the active part:
 
 The options to create edges:
 
-.. image:: images/edge_by_segments_32x32.png
+.. figure:: images/edge_by_segments_32x32.png
    :align: left
    :height: 24px
 
 **By edges** creates edges using already existing edges in other shapes or full sketches.
 
-.. image:: images/edge_by_points_32x32.png
+.. figure:: images/edge_by_points_32x32.png
    :align: left
    :height: 24px
 
@@ -29,10 +29,9 @@ The options to create edges:
 By edges
 --------
 
-.. image:: images/Edge.png
+.. figure:: images/Edge.png
   :align: center
 
-.. centered::
   Create by edges
 
 Select one or several edges in the viewer. Also, the full sketch can be selected. In this case, all edges of the sketch will be processed.
@@ -56,10 +55,9 @@ Result
 
 The result of the operation will be a set of edges created from the selected shapes:
 
-.. image:: images/CreateEdge.png
+.. figure:: images/CreateEdge.png
   :align: center
 
-.. centered::
   Result of the operation.
 
 **See Also** a sample TUI Script of :ref:`tui_create_edge` operation.
@@ -68,10 +66,9 @@ The result of the operation will be a set of edges created from the selected sha
 By two points
 -------------
 
-.. image:: images/EdgeByTwoPoints.png
+.. figure:: images/EdgeByTwoPoints.png
   :align: center
 
-.. centered::
   Create by points
 
 Select two points in the viewer.
@@ -94,10 +91,9 @@ Result
 
 The result of the operation will be a segment bounded by selected points:
 
-.. image:: images/CreateEdgeByPoints.png
+.. figure:: images/CreateEdgeByPoints.png
   :align: center
 
-.. centered::
   Result of the operation.
 
 **See Also** a sample TUI Script of :ref:`tui_create_segment` operation.