diff -r 7ceab500e1f6 -r 1aa71600000c doc/quicktour.dox --- a/doc/quicktour.dox Fri Jul 01 10:33:27 2005 +0000 +++ b/doc/quicktour.dox Fri Jul 01 16:10:46 2005 +0000 @@ -22,7 +22,10 @@ example a length or capacity function defined on the edges. You can do this in LEMON using so called \b maps. You can define a map on the nodes or on the edges of the graph and the value of the map (the range of the function) can be practically almost of any type. Read more about maps \ref maps-page "here". -Some examples are the following (you will find links next to the code fragments that help to download full demo programs: save them on your computer and compile them according to the description in the page about \ref getsart How to start using LEMON): +In this quick tour we want to show you some facilities LEMON library can provide through examples (simple demo programs). The examples will only show part of the functionality, but links will always be given to reach complete details. +You will find links next to the code fragments that help to download full demo programs: save them on your computer and compile them according to the description in the page about \ref getstart "How to start using LEMON". + +Have fun!