Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Just added links to tutorials.
authorlbobelin <lbobelin@mintcar.imag.fr>
Fri, 29 Jun 2012 19:11:31 +0000 (21:11 +0200)
committerlbobelin <lbobelin@mintcar.imag.fr>
Fri, 29 Jun 2012 19:11:31 +0000 (21:11 +0200)
doc/user_guide/doxygen/use.doc

index 59a81b0..a403dac 100644 (file)
@@ -1,8 +1,18 @@
 /*! \page use Using SimGrid
 
-SimGrid comes with many examples provided in the examples/ directory. Those examples are described in section \ref MSG_examples . Those examples are commented and should be easy to understand. for a first step into SimGird we also provide some more detailed examples in the sections below.
+SimGrid comes with many examples provided in the examples/ directory. Those examples are described in section \ref MSG_examples . Those examples are commented and should be easy to understand. for a first step into SimGrid we also provide some more detailed examples in the sections below. 
+
+\htmlonly
+You should also check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a generic tutorial about using SimGrid. 
+\endhtmlonly
+
 
 \section using_msg Using MSG
+\htmlonly
+You should also check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+
 
 Here are some examples on how to use MSG, the most used API.
 
@@ -222,6 +232,10 @@ This initializes MSG, runs a simulation, and free all data-structures created by
 \section using_gras Using GRAS
 
 Here are some examples on how to use GRAS.
+\htmlonly
+You should also check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
 
 
     There is for now rather few examples of GRAS, but it's better than
@@ -589,6 +603,31 @@ Here are some examples on how to use GRAS.
     \skip client
     \until end_of_client
 
+\section using_smpi Using SMPI
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+\section using_MC Using Model Checking
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+\section using_trace Using Trace
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+\section using_simdag Using SimDag
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
+\section using_simix Using SIMIX
+\htmlonly
+You should check our online <a href="http://simgrid.gforge.inria.fr/101/index.php"> tutorial section</a> that contains a dedicated tutorial. 
+\endhtmlonly
+
 
 */