aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C00_QuickStartGuide.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/C00_QuickStartGuide.dox')
-rw-r--r--doc/C00_QuickStartGuide.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/C00_QuickStartGuide.dox b/doc/C00_QuickStartGuide.dox
index 8534cb0c3..ba7ff9f46 100644
--- a/doc/C00_QuickStartGuide.dox
+++ b/doc/C00_QuickStartGuide.dox
@@ -3,6 +3,8 @@ namespace Eigen {
/** \page GettingStarted Getting started
\ingroup Tutorial
+\tableofcontents
+
This is a very short guide on how to get started with Eigen. It has a dual purpose. It serves as a minimal introduction to the Eigen library for people who want to start coding as soon as possible. You can also read this page as the first part of the Tutorial, which explains the library in more detail; in this case you will continue with \ref TutorialMatrixClass.
\section GettingStartedInstallation How to "install" Eigen?