diff --git a/doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc b/doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc
index 9178688a7..bd399115b 100644
--- a/doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc
+++ b/doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc
@@ -2,11 +2,48 @@
\page tui_defining_hypotheses_page Defining Hypotheses and Algorithms
+This page provides example codes of \ref tui_defining_meshing_algos
+"defining algorithms" and hypotheses.
+
+- Wire discretisation ( smesh.REGULAR ) 1D algorithm
+
+ - \ref tui_1d_arithmetic "Arithmetic 1D" hypothesis
+ - \ref tui_deflection_1d "Deflection 1D and Number of Segments" hypotheses
+ - \ref tui_start_and_end_length "Start and End Length" hypotheses
+ - \ref tui_average_length "Local Length"
+ - \ref tui_propagation "Propagation" additional hypothesis
+ - \ref tui_fixed_points "Fixed Points 1D" hypothesis
+
+
+- Triangle (Mefisto) 2D algorithm
+
+ - \ref tui_max_element_area "Max Element Area" hypothesis
+ - \ref tui_length_from_edges "Length from Edges"
+ hypothesis
+
+
+- Tetrahedron (Netgen) 3D algorithm
+
+ - \ref tui_max_element_volume "Max. Element Volume"hypothesis
+ - \ref tui_viscous_layers "Viscous layers"
+
+
+- \ref tui_projection "Projection Algorithms"
+- \ref tui_radial_quadrangle "Radial Quadrangle 1D2D"
+- Quadrangle (Mapping) 2D algorithm
+
+ - \ref tui_quadrangle_parameters "Quadrangle Parameters" hypothesis
+
+
+- \ref tui_import "Use Existing Elements"
+
+
+
Defining 1D Hypotheses
\anchor tui_1d_arithmetic
-1D Arithmetic
+Arithmetic 1D
\code
import geompy