Clean the manual page titles, links and intro.
diff --git a/doc/C04_TutorialBlockOperations.dox b/doc/C04_TutorialBlockOperations.dox
index 64454a6..a2d8c97 100644
--- a/doc/C04_TutorialBlockOperations.dox
+++ b/doc/C04_TutorialBlockOperations.dox
@@ -2,10 +2,7 @@
/** \eigenManualPage TutorialBlockOperations Block operations
-\li \b Previous: \ref TutorialArrayClass
-\li \b Next: \ref TutorialAdvancedInitialization
-
-This tutorial page explains the essentials of block operations.
+This page explains the essentials of block operations.
A block is a rectangular part of a matrix or array. Blocks expressions can be used both
as rvalues and as lvalues. As usual with Eigen expressions, this abstraction has zero runtime cost
provided that you let your compiler optimize.
@@ -226,8 +223,6 @@
\verbinclude Tutorial_BlockOperations_vector.out
</td></tr></table>
-\li \b Next: \ref TutorialAdvancedInitialization
-
*/
}