From bba94ebba0c4a3034af09e75e67a54144cf19df5 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Mon, 3 Aug 2015 20:20:36 +0200 Subject: [PATCH 1/1] [Doc] Removed links for 'As' in text.. Test --- doc/doxygen/introduction.doc | 4 ++-- doc/doxygen/platform.doc | 2 +- doc/doxygen/tracing.doc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/doxygen/introduction.doc b/doc/doxygen/introduction.doc index 3db49d535d..397d8910be 100644 --- a/doc/doxygen/introduction.doc +++ b/doc/doxygen/introduction.doc @@ -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. diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 4aac7bdd3b..a1ca1fa3fb 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -1,4 +1,4 @@ -/*! \page platform Modelling your platform +/*! \page platform Step 1: %Model the computation platform @tableofcontents diff --git a/doc/doxygen/tracing.doc b/doc/doxygen/tracing.doc index 2c4a4d894c..b4b203eeeb 100644 --- a/doc/doxygen/tracing.doc +++ b/doc/doxygen/tracing.doc @@ -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