doc/mainpage.dox
changeset 1169 8b06fbd5712c
parent 1003 ac4f15d1191a
child 1170 fb0159aa582d
     1.1 --- a/doc/mainpage.dox	Tue Feb 22 10:23:32 2005 +0000
     1.2 +++ b/doc/mainpage.dox	Tue Feb 22 10:29:21 2005 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  and <b>O</b>ptimization in <b>N</b>etworks.
     1.5  It is a C++ template
     1.6  library aimed at combinatorial optimization tasks which
     1.7 -often involve in working
     1.8 +often involve working
     1.9  with graphs.
    1.10  
    1.11  <b>
    1.12 @@ -21,18 +21,20 @@
    1.13  \ref license "license terms".
    1.14  </b>
    1.15  
    1.16 -\subsection howtoread How to read this document
    1.17 +\subsection howtoread How to read the documentation
    1.18  
    1.19 -\ref graphs "Graph structures"
    1.20 -play central role in LEMON, so if you are new to it,
    1.21 -you probably should start \ref graphs "here".
    1.22 -You can also find this page along with others under
    1.23 -<a class="el" href="pages.html"> Related Pages </a>.
    1.24 +If you want to get a quick start and see the most important features then 
    1.25 +take a look at our \ref quicktour
    1.26 +"Quick Tour to LEMON" which will guide you along.
    1.27  
    1.28 -If you are 
    1.29 -interested about data structures and algorithms in more details, then
    1.30 -you should browse the reference manual part of the documentation.
    1.31 -Section <a class="el" href="modules.html"> Modules </a>
    1.32 - is a good starting point for this.
    1.33 +If you 
    1.34 +want to see how LEMON works, see 
    1.35 +some \ref demoprograms demo programs!
    1.36 +
    1.37 +If you are looking for a specific thing then try to find it in the index or 
    1.38 +in the contents.
    1.39 +If you know what you are looking for then try to find it in the index or 
    1.40 +in the table of contents.
    1.41 +
    1.42  
    1.43  */