diff --git a/docs/docs/algorithms.xml b/docs/docs/algorithms.xml
index 143ed172b..41dadd61a 100644
--- a/docs/docs/algorithms.xml
+++ b/docs/docs/algorithms.xml
@@ -382,6 +382,7 @@
optimization_ex.cpp.html
+ model_selection_ex.cpp.html
@@ -404,6 +405,10 @@
function.
+
+ optimization_ex.cpp.html
+ model_selection_ex.cpp.html
+
diff --git a/docs/docs/main_menu.xml b/docs/docs/main_menu.xml
index 3e7483b9f..7f208e90e 100644
--- a/docs/docs/main_menu.xml
+++ b/docs/docs/main_menu.xml
@@ -149,6 +149,10 @@
Support_Vector_Machine
svm_ex.cpp.html
+ -
+
Model_Selection
+ model_selection_ex.cpp.html
+
-
Online_SVM
svm_pegasos_ex.cpp.html
diff --git a/docs/docs/ml.xml b/docs/docs/ml.xml
index bfdf35e8e..a62eefd47 100644
--- a/docs/docs/ml.xml
+++ b/docs/docs/ml.xml
@@ -20,6 +20,8 @@
A good tutorial and introduction to the general concepts used by most of the
objects in this part of the library can be found in the svm example program.
+ After reading this example another good one to consult would be the model selection
+ example program.
@@ -505,6 +507,7 @@ Davis E. King.
svm_ex.cpp.html
+ model_selection_ex.cpp.html
@@ -1061,6 +1064,7 @@ Davis E. King.
svm_ex.cpp.html
+ model_selection_ex.cpp.html