doc/tutorial.dox
changeset 2216 1e45cdeea3cc
parent 2195 f47faf6913ab
child 2281 55b15666560f
     1.1 --- a/doc/tutorial.dox	Thu Sep 14 19:02:52 2006 +0000
     1.2 +++ b/doc/tutorial.dox	Thu Sep 14 19:11:24 2006 +0000
     1.3 @@ -1,3 +1,4 @@
     1.4 +namespace lemon {
     1.5  /**
     1.6  \page Tutorial LEMON Tutorial
     1.7  
     1.8 @@ -15,24 +16,27 @@
     1.9      <LI>\ref basic_ListGraph
    1.10      <LI>\ref maps1
    1.11    </UL>
    1.12 -  <LI><A href="#file">Lemon Graph File Format</A>
    1.13 +  <LI>\ref lemon_file_format
    1.14 +  <UL>
    1.15 +    <LI>\ref read_write_bg
    1.16 +  </UL>
    1.17    <LI>\ref algorithms
    1.18    <UL>
    1.19 -    <LI><A href="#bfs_dfs">Bfs/Dfs</A>
    1.20 -    <LI><A href="#dijkstra">Dijkstra</A>
    1.21 -    <LI><A href="#kruskal">Kruskal</A>
    1.22 +    <LI>\ref algo_bfs_dfs
    1.23 +    <LI>Dijkstra
    1.24 +    <LI>Kruskal
    1.25    </UL>
    1.26    <LI>\ref maps2
    1.27    <UL>
    1.28      <LI>\ref custom_maps
    1.29 -    <LI><A href="#map_adaptors">Map Adaptors</A>
    1.30 -    <LI><A href="#special_maps">Special Purpose Maps</a>
    1.31 +    <LI>Map Adaptors
    1.32 +    <LI>Special Purpose Maps
    1.33    </UL>
    1.34 -  <LI><A href="#show">Show a graph</A>
    1.35 -  <LI><A href="#misc">Miscellaneous Tool</A>
    1.36 +  <LI>Show a graph
    1.37 +  <LI>Miscellaneous Tool
    1.38    <UL>
    1.39 -    <LI><A href="#lp">LP solver</A>
    1.40 -    <LI><A href="#simann">Simulated Annealing</A>
    1.41 +    <LI>LP solver
    1.42 +    <LI>Simulated Annealing
    1.43    </UL>
    1.44  </OL>
    1.45  
    1.46 @@ -42,3 +46,4 @@
    1.47  are all available in \c demo directory, so feel free to look at them after the
    1.48  sections.
    1.49  */
    1.50 +}