Clean the manual page titles, links and intro.
diff --git a/doc/C10_TutorialMapClass.dox b/doc/C10_TutorialMapClass.dox
index 0d9dc60..a5c20f1 100644
--- a/doc/C10_TutorialMapClass.dox
+++ b/doc/C10_TutorialMapClass.dox
@@ -1,13 +1,9 @@
 namespace Eigen {
 
-/** \eigenManualPage TutorialMapClass Interfacing with C/C++ arrays and external libraries: the %Map class
+/** \eigenManualPage TutorialMapClass Interfacing with raw buffers: the Map class
 
-\ingroup Tutorial
-
-\li \b Previous: \ref TutorialSparse
-\li \b Next:
-
-This tutorial page explains how to work with "raw" C++ arrays.  This can be useful in a variety of contexts, particularly when "importing" vectors and matrices from other libraries into Eigen.
+This page explains how to work with "raw" C/C++ arrays.
+This can be useful in a variety of contexts, particularly when "importing" vectors and matrices from other libraries into Eigen.
 
 \eigenAutoToc
 
@@ -85,8 +81,6 @@
 }
 \endcode
 
-\li \b Next:
-
 */
 
 }