Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some TOC of doc, detected by automatic tests
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 15 Jun 2010 22:15:20 +0000 (22:15 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 15 Jun 2010 22:15:20 +0000 (22:15 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7870 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/gtut-tour-06-logs.doc
doc/gtut-tour-09-simpledata.doc
doc/gtut-tour-10-rpc.doc

index 707d860..d9269e2 100644 (file)
@@ -103,7 +103,7 @@ And the output now looks better:
 
 \section GRAS_tut_tour_logs_config The user side: configuring logs at run time
 
-\section GRAS_tut_tour_logs_config_prio Choosing what gets displayed
+\subsection GRAS_tut_tour_logs_config_prio Choosing what gets displayed
 
 Once we changed our program to use proper logging, it is naturally possible
 to choose at run time what we want to see. For example, if we want more
@@ -115,7 +115,7 @@ Note that a VERBOSE line appears on client side:
 On the contrary, if we want to reduce the amount of logging, we may want to
 do pass <tt>--log=test.thres:error</tt>: 
 
-\section GRAS_tut_tour_logs_config_layout Choosing how things get displayed
+\subsection GRAS_tut_tour_logs_config_layout Choosing how things get displayed
 
 As with SimGrid 3.3, it is also possible to change how each and every
 message get displayed from the command line without even recompiling
index d74f48c..aea9829 100644 (file)
@@ -3,9 +3,9 @@
 
 \section GRAS_tut_tour_simpledata_toc Table of Contents
  - \ref GRAS_tut_tour_simpledata_intro
-    - \ref GRAS_tut_tour_simpledata_intro_conv
-    - \ref GRAS_tut_tour_simpledata_intro_gras
-    - \ref GRAS_tut_tour_simpledata_use
+   - \ref GRAS_tut_tour_simpledata_intro_conv
+   - \ref GRAS_tut_tour_simpledata_intro_gras
+   - \ref GRAS_tut_tour_simpledata_use
  - \ref GRAS_tut_tour_simpledata_example
  - \ref GRAS_tut_tour_simpledata_recap
    
index 00b9274..e06f20e 100644 (file)
@@ -3,11 +3,11 @@
 
 \section GRAS_tut_tour_rpc_toc Table of Contents
  - \ref GRAS_tut_tour_rpc_intro
 - \ref GRAS_tut_tour_rpc_use
-      - \ref GRAS_tut_tour_rpc_use_declare
-      - \ref GRAS_tut_tour_rpc_use_i2a_cb
-      - \ref GRAS_tut_tour_rpc_use_a2i_cb
-      - \ref GRAS_tut_tour_rpc_use_rest
+ - \ref GRAS_tut_tour_rpc_use
+   - \ref GRAS_tut_tour_rpc_use_declare
+   - \ref GRAS_tut_tour_rpc_use_i2a_cb
+   - \ref GRAS_tut_tour_rpc_use_a2i_cb
+   - \ref GRAS_tut_tour_rpc_use_rest
  - \ref GRAS_tut_tour_rpc_recap
    
 <hr>