Salome HOME
Passage de la documentation en utf-8
[modules/homard.git] / doc / en / tui_create_zone.rst
index 9a068785866c9bf53089648983c9f14f3809cbfe..0746ab7205f29bee69aa26ca9ff71e4d8bc70235 100644 (file)
@@ -1,7 +1,7 @@
 .. _tui_create_zone:
 
 The zone
-========
+########
 
 .. index:: single: zone
 .. index:: single: box
@@ -15,7 +15,7 @@ The zone
 The variables are described in :ref:`gui_create_zone`.
 
 Methods of the class homard
-""""""""""""""""""""""""""""
+***************************
 
 These methods returns an instance of the class zone.
 
@@ -28,9 +28,9 @@ These methods returns an instance of the class zone.
 |     after its creation                                                           |
 |                                                                                  |
 |     - ``zone_name``: the name of the zone based on a box                         |
-|     - ``Xmin``, ``Xmax``: min/max coordinates extrêmes along X                   |
-|     - ``Ymin``, ``Ymax``: min/max coordinates extrêmes along Y                   |
-|     - ``Zmin``, ``Zmax``: min/max coordinates extrêmes along Z                   |
+|     - ``Xmin``, ``Xmax``: min/max coordinates extrêmes along X                   |
+|     - ``Ymin``, ``Ymax``: min/max coordinates extrêmes along Y                   |
+|     - ``Zmin``, ``Zmax``: min/max coordinates extrêmes along Z                   |
 +----------------------------------------------------------------------------------+
 | .. module:: CreateZoneCylinder                                                   |
 |                                                                                  |
@@ -141,7 +141,7 @@ These methods returns an instance of the class zone.
 
 
 Methods of the class zone
-"""""""""""""""""""""""""
+*************************
 
 +---------------------------------------------------------------+
 +---------------------------------------------------------------+
@@ -183,7 +183,7 @@ Methods of the class zone
 
 
 Example
-"""""""
+*******
 The creation of a 3D box is done as follows:
 ::
 
@@ -197,7 +197,7 @@ The creation of a disk in the plane XY is done as follows:
 
 
 Similar graphical input
-"""""""""""""""""""""""
+***********************
 Look at :ref:`gui_create_zone`
 
 .. warning::