diff -r 947d36fb3b49 -r c67e8b928a95 doc/tutorial.dox
--- a/doc/tutorial.dox Thu Jul 27 11:49:15 2006 +0000
+++ b/doc/tutorial.dox Tue Aug 01 10:26:15 2006 +0000
@@ -1,79 +1,67 @@
/**
\page Tutorial LEMON Tutorial
-
Table of Contents
+\section toc Table of Contents
-
- - Introduction
-
- Getting Started
-
-
- Basic concepts
-
-
- Lemon Graph File Format
-
- Algorithms
-
-
- Maps II.
-
-
- Show a graph
-
- Miscellaneous Tool
-
-
+-# \ref intro
+-# \ref get_start
+ - \ref hello_world
+ - \ref compile
+-# \ref basic
+ - \ref list_graph
+ - \ref maps1
+-# \ref file
+-# \ref algos
+ - \ref bfs_dfs
+ - \ref dijkstra
+ - \ref kruskal
+-# \ref maps2
+ - \ref custom_maps
+ - \ref map_adaptors
+ - \ref spec_maps
+-# \ref show
+-# \ref misc
+ - \ref lp
+ - \ref simann
-Introduction
+\section intro Introduction
-Getting Started
+\section get_start Getting Started
- Hello World in LEMON
+ \subsection hello_world Hello World in LEMON
- Compiling Hello World
+ \subsection compile Compiling Hello World
-Basic concepts
+\section basic Basic concepts
- ListGraph - a versatile directed graph
+ \subsection list_graph ListGraph - a versatile directed graph
- Maps I.
+ \subsection maps1 Maps I.
-Lemon Graph File Format
+\section file Lemon Graph File Format
-Algorithms
+\section algos Algorithms
- Bfs/Dfs
+ \subsection bfs_dfs Bfs/Dfs
- Dijkstra
+ \subsection dijkstra Dijkstra
- Kruskal
+ \subsection kruskal Kruskal
-Maps II.
+\section maps2 Maps II.
- Writing Custom ReadMap
+ \subsection custom_maps Writing Custom ReadMap
- Map Adaptors
+ \subsection map_adaptors Map Adaptors
- Special Purpose Maps
+ \subsection spec_maps Special Purpose Maps
-Show a graph
+\section show Show a graph
-Miscellaneous Tool
+\section misc Miscellaneous Tool
- LP solver
+ \subsection lp LP solver
- Simulated Annealing
+ \subsection simann Simulated Annealing
*/