From: mquinson Date: Sun, 16 Jul 2006 18:47:18 +0000 (+0000) Subject: placeholders for lessons 8 and 9, plus add tocs all over the place to ease the navigation X-Git-Tag: v3.3~2764 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7fdd9d11419684606beb08a8a7bc673955eb08af?hp=9c0ae9ef71784f2d41e8ffe8a4400177227b85fb placeholders for lessons 8 and 9, plus add tocs all over the place to ease the navigation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2595 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 8edce6fb1e..d950258291 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -416,6 +416,8 @@ INPUT = @srcdir@/index.doc \ @srcdir@/gtut-tour-5-globals.doc \ @srcdir@/gtut-tour-6-logs.doc \ @srcdir@/gtut-tour-7-timers.doc \ + @srcdir@/gtut-tour-8-exceptions.doc \ + @srcdir@/gtut-tour-9-rpc.doc \ \ ./logcategories.doc \ \ diff --git a/doc/gtut-main.doc b/doc/gtut-main.doc index cf49a72b89..4801e9ec0e 100644 --- a/doc/gtut-main.doc +++ b/doc/gtut-main.doc @@ -24,6 +24,7 @@ This section constitutes a tutorial to the GRAS programming environment. - \ref GRAS_tut_tour_logs - \ref GRAS_tut_tour_timers - \ref GRAS_tut_tour_exceptions + - \ref GRAS_tut_tour_rpc \htmlonly \endhtmlonly - - \ref GRAS_tut_tour_install - \ref GRAS_tut_tour_setup + - \ref GRAS_tut_tour_setup_C + - \ref GRAS_tut_tour_setup_plat + - \ref GRAS_tut_tour_setup_deploy + - \ref GRAS_tut_tour_setup_glue + - \ref GRAS_tut_tour_setup_make + - \ref GRAS_tut_tour_setup_start + - \ref GRAS_tut_tour_simpleexchange + - \ref GRAS_tut_tour_simpleexchange_msgtype + - \ref GRAS_tut_tour_simpleexchange_socks + - \ref GRAS_tut_tour_simpleexchange_exchange + - \ref GRAS_tut_tour_simpleexchange_recaping + - \ref GRAS_tut_tour_args + - \ref GRAS_tut_tour_args_use + - \ref GRAS_tut_tour_args_sg + - \ref GRAS_tut_tour_args_recap + - \ref GRAS_tut_tour_callbacks + - \ref GRAS_tut_tour_callbacks_declare + - \ref GRAS_tut_tour_callbacks_attach + - \ref GRAS_tut_tour_callbacks_handle + - \ref GRAS_tut_tour_callback_recap + - \ref GRAS_tut_tour_globals + - \ref GRAS_tut_tour_globals_intro + - \ref GRAS_tut_tour_globals_use + - \ref GRAS_tut_tour_callback_pitfall + - \ref GRAS_tut_tour_callback_recap + - \ref GRAS_tut_tour_logs + - \ref GRAS_tut_tour_logs_intro + - \ref GRAS_tut_tour_logs_practice + - \ref GRAS_tut_tour_logs_recap + - \ref GRAS_tut_tour_logs_config + - \ref GRAS_tut_tour_timers + - \ref GRAS_tut_tour_timers_intro + - \ref GRAS_tut_tour_timers_use + - \ref GRAS_tut_tour_timers_recap + + - \ref GRAS_tut_tour_exceptions + - \ref GRAS_tut_tour_exceptions_intro + - \ref GRAS_tut_tour_exceptions_use + - \ref GRAS_tut_tour_exceptions_recap + + - \ref GRAS_tut_tour_rpc + - \ref GRAS_tut_tour_rpc_intro + - \ref GRAS_tut_tour_rpc_use + - \ref GRAS_tut_tour_rpc_recap
@@ -34,19 +79,15 @@ all features available in GRAS. Unfortunately, the tour is not terminated yet, and here are some ideas of missing missi^W lessons: -- Lesson 8: Timers -- Lesson 7: Exceptions +- Lesson 10: Exchanging simple data through ping-pong +- Lesson 11: More complex data description (automatic parsing, manual + description) and example. May need more than one lesson. -- Lesson 8: Exchanging simple data through ping-pong -- Lesson 9: More complex data description (automatic parsing, manual description) and example +- Lesson 12: Splitting in several files -- Lesson 10: Splitting in several files +- Lesson 13: Debuging GRAS programs -- Lesson 11: RPC mecanism and dealing with exceptions - -- Lesson 12: Debuging GRAS programs - -- Lesson : Doing proper modules +- Lesson 14: Doing proper modules */