Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a little rule to check that the several TOCs in the tutorial are still in sync
[simgrid.git] / doc / gtut-main.doc
1 /**
2 @addtogroup GRAS_tut 
3
4 This section constitutes a tutorial to the GRAS programming environment.
5
6  - \ref GRAS_tut_intro :\n
7    This section details what GRAS is, and what are the target application
8    class. It also formalize somehow the communication model used in GRAS.\n
9    If you are new to the system and want to start using the tool as quickly
10    as possible and learn by trying things out instead of reading a lenghty
11    manual, you might want to start from next section directly.
12
13  - \ref GRAS_tut_tour :\n
14    This section aims at turning new-comers into GRAS power user. It briefly
15    explains how to install the framework and setup your own projects. Then,
16    an example distributed application is builded incrementaly to show the
17    several aspects of the framework.
18    - \ref GRAS_tut_tour_install
19    - \ref GRAS_tut_tour_setup
20    - \ref GRAS_tut_tour_simpleexchange
21    - \ref GRAS_tut_tour_args
22    - \ref GRAS_tut_tour_callbacks
23    - \ref GRAS_tut_tour_globals
24    - \ref GRAS_tut_tour_logs
25    - \ref GRAS_tut_tour_timers
26    - \ref GRAS_tut_tour_exceptions
27
28     \htmlonly <!-- 
29       DOXYGEN_NAVBAR_LABEL="Tutorial"
30       DOXYGEN_NAVBAR_CHILD "What is GRAS"=GRAS_tut_intro.html
31       DOXYGEN_NAVBAR_CHILD "Initiatic tour"=GRAS_tut_tour.html
32     --> \endhtmlonly
33
34 */
35