Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Doc] Removed links for 'As' in text..
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 3 Aug 2015 18:20:36 +0000 (20:20 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 8 Sep 2015 14:33:38 +0000 (16:33 +0200)
Test

doc/doxygen/introduction.doc
doc/doxygen/platform.doc
doc/doxygen/tracing.doc

index 3db49d5..397d891 100644 (file)
@@ -435,7 +435,7 @@ void xbt_dynar_shift(xbt_dynar_t const dynar, void *const dst);
 unsigned long xbt_dynar_length(const xbt_dynar_t dynar);
 ~~~~
 
-As you will soon realize, with such simple mechanisms, simple
+%As you will soon realize, with such simple mechanisms, simple
 deadlocks will soon appear. They can easily be removed with a
 simple polling mechanism, hence the need for the following
 [function][fn:7]:
@@ -444,7 +444,7 @@ simple polling mechanism, hence the need for the following
 msg_error_t MSG_process_sleep(double nb_sec);
 ~~~~
 
-As you should quickly realize, on the simple previous example, it
+%As you should quickly realize, on the simple previous example, it
 will double the throughput of the platform but will be quite
 ineffective when input size of the tasks is not negligible anymore.
 
index 4aac7bd..a1ca1fa 100644 (file)
@@ -1,4 +1,4 @@
-/*! \page platform Modelling your platform
+/*! \page platform Step 1: %Model the computation platform
 
 @tableofcontents
 
index 2c4a4d8..b4b203e 100644 (file)
@@ -452,7 +452,7 @@ the beggining and size of the time slice.
 
 \subsubsection tracing_viva_graph Hierarchical Graph View
 
-As stated above (see section \ref tracing_tracing_analyzing), one
+%As stated above (see section \ref tracing_tracing_analyzing), one
 possibility to analyze SimGrid traces is to use Viva's graph view with
 a graph configuration to customize the graph according to the
 traces. A valid graph configuration (we are using the non-XML <a