From: mquinson Date: Mon, 12 Feb 2007 22:02:52 +0000 (+0000) Subject: add a toc, add the lastly added tour lesson, and link to the HOWTOs X-Git-Tag: v3.3~2224 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/16a912c5ab08403fde93ad11b93ce0f55aff7c7c add a toc, add the lastly added tour lesson, and link to the HOWTOs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3135 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/module-gras.doc b/doc/module-gras.doc index c653142c9e..1d34200716 100644 --- a/doc/module-gras.doc +++ b/doc/module-gras.doc @@ -3,8 +3,20 @@ ##################################################################### /** \addtogroup GRAS_API - - \section GRAS_funct Offered functionnalities + +\htmlonly +
+
Table of content
+
    +
  1. API documentation +
  2. Examples +
  3. Tutorial +
  4. HOWTOs +
+\endhtmlonly + + \section GRAS_funct API documentation + GRAS offers the following functionnalities - \ref GRAS_comm: Exchanging messages between peers - \ref GRAS_dd : any data which may transit on the network must be described beforehand so that GRAS can handle the platform @@ -44,8 +56,12 @@ \section GRAS_tut_presentation Tutorial - We even have a tutorial for the GRAS framework. Here is the table of + We even have a tutorial for the GRAS framework. It details in a + hopefully pedagogic order all the points of the API, along with example + of use for each of them. Unfortunately, it is not finished yet (the main + part missing is the one on how to describe data). Here is the table of content: + - \ref GRAS_tut_intro - \ref GRAS_tut_intro_what - \ref GRAS_tut_intro_model @@ -60,6 +76,19 @@ - \ref GRAS_tut_tour_timers - \ref GRAS_tut_tour_exceptions - \ref GRAS_tut_tour_rpc + - \ref GRAS_tut_tour_explicitwait + - \ref GRAS_tut_tour_message_recaping + + \section GRAS_howto_presentation HOWTOs + + The tutorial and the API documentation present the framework little + piece by little piece and provide a lot of information on each of them. + Quite orthogonally to this, the HOWTOs try to present transversal + aspects of the framework to give you some broader point of view on it. + How infortunate it is that only one such HOWTO exist for now... + + - \ref GRAS_howto + - \ref GRAS_howto_design @{ */ /** @defgroup GRAS_comm Communication facilities */