Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: fix broken links
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 16 Oct 2018 20:40:22 +0000 (22:40 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 16 Oct 2018 20:40:22 +0000 (22:40 +0200)
docs/source/platform_howtos.rst
docs/source/tuto_s4u.rst

index 9612964..0c122ce 100644 (file)
@@ -52,6 +52,8 @@ Unsupported claims, (6) Toy duck approach, and (7) The tunnel view. As
 you can see, this article is a must read. It's a pitty that it's not
 freely available, though.
 
 you can see, this article is a must read. It's a pitty that it's not
 freely available, though.
 
+.. _howto_churn:
+
 Modeling Churn in P2P
 *********************
 
 Modeling Churn in P2P
 *********************
 
@@ -83,6 +85,7 @@ the form "date value". Example:
 If your trace does not contain a LOOPAFTER line, then your profile is
 only executed once and not repetitively.
 
 If your trace does not contain a LOOPAFTER line, then your profile is
 only executed once and not repetitively.
 
+.. _howto_multicore:
 
 Modeling Multicore Machines
 ***************************
 
 Modeling Multicore Machines
 ***************************
index 27c809d..a4f659a 100644 (file)
@@ -125,7 +125,7 @@ this task and waits for the next one.
 
 The worker retrieves its own host with
 :cpp:func:`simgrid::s4u::this_actor::get_host`. The
 
 The worker retrieves its own host with
 :cpp:func:`simgrid::s4u::this_actor::get_host`. The
-:ref:`simgrid::s4u::this_actor <namespace_simgrid__s4u__this_actor>`
+:ref:`simgrid::s4u::this_actor <API_s4u_this_actor>`
 namespace contains many such helping functions.
 
 .. literalinclude:: ../../examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp
 namespace contains many such helping functions.
 
 .. literalinclude:: ../../examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp