diff --git a/doc/salome/gui/GEOM/input/creating_sketcher.doc b/doc/salome/gui/GEOM/input/creating_sketcher.doc
index a150db92c..7aa11153a 100644
--- a/doc/salome/gui/GEOM/input/creating_sketcher.doc
+++ b/doc/salome/gui/GEOM/input/creating_sketcher.doc
@@ -159,4 +159,8 @@ points in the current LCS.
Our TUI Scripts provide you with useful examples of the use of
\ref tui_sketcher_page "Sketcher".
+A wrapper also exists to help in the construction of a sketcher using simple commands.
+The description of this wrapper can be found in the
+dedicated page of the salome.geom python package.
+
*/
diff --git a/doc/salome/gui/GEOM/input/geompy.doc b/doc/salome/gui/GEOM/input/geompy.doc
index 90b1ee759..1ab9a5b9d 100644
--- a/doc/salome/gui/GEOM/input/geompy.doc
+++ b/doc/salome/gui/GEOM/input/geompy.doc
@@ -14,7 +14,6 @@ provided by Geometry module.
- \subpage tui_import_export_page
- - \subpage tui_viewing_geom_objs_page
- \subpage tui_creating_geom_objs_page
- \ref tui_basic_geom_objs_page
@@ -25,6 +24,7 @@ provided by Geometry module.
- \ref tui_sketcher_page
- \ref tui_advanced_geom_objs_page
+ - \subpage tui_viewing_geom_objs_page
- \subpage tui_transformation_page
- \ref tui_basic_operations_page
diff --git a/doc/salome/gui/GEOM/input/using_notebook_geom_page.doc b/doc/salome/gui/GEOM/input/using_notebook_geom_page.doc
index 685c9bdcb..e22507f62 100644
--- a/doc/salome/gui/GEOM/input/using_notebook_geom_page.doc
+++ b/doc/salome/gui/GEOM/input/using_notebook_geom_page.doc
@@ -4,6 +4,8 @@
SALOME NoteBook allows defining variables to be used for creation and modification of objects.
+A detailed description of the SALOME NoteBook can be found the the GUI documentation.
+
\image html using_notebook_geom.png "Definition of variables in SALOME NoteBook"
\image html box3.png "Use of variables for creation of a box in Geometry module"