diff --git a/doc/salome/gui/GEOM/input/arranging_study_objects_page.doc b/doc/salome/gui/GEOM/input/arranging_study_objects_page.doc
index fcf4b26cd..88aea81d4 100644
--- a/doc/salome/gui/GEOM/input/arranging_study_objects_page.doc
+++ b/doc/salome/gui/GEOM/input/arranging_study_objects_page.doc
@@ -20,6 +20,7 @@ parent object is highlighted with bold font.
and then displays only the children of the selected object(s).
+\anchor publish_hidden_objects
Unpublish - hides the selected geometric object from the Object Browser
and erases it from all viewers. To publish unpublished geometric objects select in the
context menu of the Geometry root object Publish... item.
@@ -35,8 +36,11 @@ and then displays only the children of the selected object(s).
to change the order (ascending / descending) by clicking the corresponding title bar of the objects list.
-\subpage dependency_tree_page "Show dependency tree" - shows dependency tree of selected objects
+\ref dependency_tree_page "Show dependency tree" - shows dependency tree of selected objects
in new 2D View Window.
+
+\ref reduce_study_page "Reduce study" - allows to reduce study
+by automatic removing objects according to user's options.
Folders
diff --git a/doc/salome/gui/GEOM/input/dependency_tree.doc b/doc/salome/gui/GEOM/input/dependency_tree.doc
index 12d0387e2..e44dba400 100644
--- a/doc/salome/gui/GEOM/input/dependency_tree.doc
+++ b/doc/salome/gui/GEOM/input/dependency_tree.doc
@@ -2,7 +2,18 @@
\page dependency_tree_page Dependency Tree
-\n In order to better understand the relations between the %GEOM
+
+- \ref dependency_tree_general_description_anchor "General description"
+- \ref dependency_tree_nodes_anchor "Nodes"
+- \ref dependency_tree_links_anchor "Links"
+- \ref dependency_tree_operations_anchor "Operations"
+- \ref dependency_tree_navigation_anchor "Navigation"
+- \ref dependency_tree_popup_menu_anchor "Context menu"
+
+
+\anchor dependency_tree_general_description_anchor General description
+
+In order to better understand the relations between the %GEOM
objects in a study the user has a possibility to display the
ascendants and descendant of the object(s) in a family tree.
@@ -21,7 +32,7 @@ User can change all necessary parameters of Dependency Tree Viewer
in \ref pref_dependency_tree "Preferences".
-\anchor dependency_tree_nodes Nodes
+\anchor dependency_tree_nodes_anchor Nodes
Tree nodes in the Dependency Viewer are named according to the study
names of the corresponding objects.
@@ -57,7 +68,7 @@ clicks the left mouse button on node.
\image html tree_selected_node.png
-\anchor dependency_tree_links Links
+\anchor dependency_tree_links_anchor Links
Dependency Tree Viewer shows oriented links between nodes to
represent dependency direction. Viewer supports the following states
@@ -81,7 +92,7 @@ some nodes.
\image html tree_cycldep_link.png
-\anchor dependency_tree_operations Operations
+\anchor dependency_tree_operations_anchor Operations
The dependency tree of a chosen %GEOM object is displayed in
the dedicated 2D view window.
@@ -149,7 +160,7 @@ of descendants.
\image html tree_button_update.png
-\anchor dependency_tree_navigation Navigation
+\anchor dependency_tree_navigation_anchor Navigation
Dependency Tree 2D Viewer supports the following navigation mode:
@@ -168,7 +179,7 @@ the following view transformations:
-\anchor dependency_tree_popup_menu Popup Menu
+\anchor dependency_tree_popup_menu_anchor Popup Menu
After the object has appeared in the Dependency Tree 2D Viewer,
user can select it with left mouse click to change its presentation
diff --git a/doc/salome/gui/GEOM/input/reduce_study.doc b/doc/salome/gui/GEOM/input/reduce_study.doc
index 8a4f03943..8a3c7e766 100644
--- a/doc/salome/gui/GEOM/input/reduce_study.doc
+++ b/doc/salome/gui/GEOM/input/reduce_study.doc
@@ -18,39 +18,41 @@ Browser or OCC Viewer and calling "Reduce study" popup item.
-- Objects to be kept - objects will be kept in the study after
+
- Objects to be kept - objects that will be kept in the study after
applying operation of reduce study. The list of objects being selected by
-the user are highlighted in bold font.
-\n Moreover user can show and hide object(s) in current OCC Viewer using
-"eye" icons near each item of tree. It's possible to click on "eye" icon
-in the head of tree in order to show/hide all objects.
+the user are highlighted in bold font.
-- Objects to be removed - objects will be deleted by the
-function if it is applied.
+- Objects to be removed - objects that will be deleted.
-- Intermediate objects - allows to choose future action with
-the objects, being in the operations chains to produce final objects:
+\note Mentioned views provide possibility to show/hide object(s) in
+current Viewer using "eye" icon near each item of tree. Also user can
+show/hide ALL objects in tree by clicking "eye" icon in the head of tree view.
+
+
- Intermediate objects group box allows to choose an action
+that will be performed with the objects that took part in the operations
+chain to produce the selected object(s):
- Keep - object(s) will be kept in the study;
-- Unpublish - object(s) will be automatically unpublished (hidden)
-from the study;
-- Remove - object(s) will be removed from the study. Since using of
-this option can lead to the broken Dump Python, the warning message
-will be shown to the user.
+- Unpublish - object(s) will be unpublished (hidden) from the study;
+- Remove - object(s) will be removed from the study. \note Since use of
+this option can lead to the broken Dump Python script, the warning message
+will be shown at the operation commiting to confirm/reject removing
+intermediate objects.
-- Sub-objects - allows to choose the same operations for
+
- Sub-objects group box allows to choose the same operations for
sub-objects of selected item(s): keep, unpublish or remove.
-- Remove empty folders - if this option is checked, all folders,
-which will become empty after removal of the unused objects from the
-study, will be also removed; otherwise, empty folders will be kept.
+- Remove empty folders - if this option is checked, then all folders,
+which will become empty after removing unused objects from the study,
+will be also removed; otherwise, empty folders will be kept.
- Soft removal - if this option is checked, operation will just
-unpublish the redundant objects from the study instead of their hard removal.
-\n Soft removal would keep all the data in the study to give the user
-chance to rollback this operation using "Publish Objects" dialog box.
+unpublish the redundant objects from the study instead of their hard delete.
+\n Soft removal would keep all the data in the study to give the user a
+chance to revert this operation using \ref publish_hidden_objects
+"Publish Objects" dialog box.
*/
diff --git a/doc/salome/gui/GEOM/input/viewing_geom_obj.doc b/doc/salome/gui/GEOM/input/viewing_geom_obj.doc
index d5bd74fea..29a43cfbf 100644
--- a/doc/salome/gui/GEOM/input/viewing_geom_obj.doc
+++ b/doc/salome/gui/GEOM/input/viewing_geom_obj.doc
@@ -66,7 +66,8 @@ geometrical object. TUI Command: sg.DisplayOnly(ID)
Hide all dimensions - hides all of the persistent dimensions created for the selected geometrical object.
\subpage dependency_tree_page "Show dependency tree" - shows dependency tree of selected objects
in new 2D View Window.
-\subpage reduce_study_page "Reduce study" - allows to reduce study.
+\subpage reduce_study_page "Reduce study" - allows to reduce study
+by automatic removing objects according to user's options.
Dump view - exports an object from the viewer in bmp, png,
jpg or jpeg image format.
Change background - allows to redefine the background