aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Overview.dox
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-07-05 10:59:29 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-07-05 10:59:29 +0100
commit9fa4e9a098630eb6196859ff11fefa9f758070d7 (patch)
tree7b7f9d9828a83f6f019f3dffdd68ae540c2bd989 /doc/Overview.dox
parentefb79600b98b210f09d030f5c307b99c45ef0ad5 (diff)
Improve documentation, mostly by adding links to Quick Start Guide.
Diffstat (limited to 'doc/Overview.dox')
-rw-r--r--doc/Overview.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Overview.dox b/doc/Overview.dox
index 60687fdf9..4cd872e43 100644
--- a/doc/Overview.dox
+++ b/doc/Overview.dox
@@ -12,7 +12,7 @@ This is the API documentation for Eigen3.
Eigen2 users: here is a \ref Eigen2ToEigen3 guide to help porting your application.
-For a first contact with Eigen, the best place is to have a look at the \ref GettingStarted "tutorial". The \ref QuickRefPage "short reference" page gives you a quite complete description of the API in a very condensed format that is specially useful to recall the syntax of a particular features, or to have a quick look at the API. For Matlab users, there is also a <a href="AsciiQuickReference.txt">ASCII quick reference</a> with Matlab translations.
+For a first contact with Eigen, the best place is to have a look at the \ref GettingStarted "tutorial". The \ref QuickRefPage "short reference" page gives you a quite complete description of the API in a very condensed format that is specially useful to recall the syntax of a particular feature, or to have a quick look at the API. For Matlab users, there is also a <a href="AsciiQuickReference.txt">ASCII quick reference</a> with Matlab translations. The \e Modules and \e Classes tabs at the top of this page give you access to the API documentation of individual classes and functions.
\b Table \b of \b contents
- \ref Eigen2ToEigen3