From: Martin Quinson Date: Tue, 16 Oct 2018 20:40:22 +0000 (+0200) Subject: docs: fix broken links X-Git-Tag: v3_22~877 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e60ec69d61289fcc8ff2f6727b502bd00823a424?ds=sidebyside docs: fix broken links --- diff --git a/docs/source/platform_howtos.rst b/docs/source/platform_howtos.rst index 9612964df7..0c122ceba8 100644 --- a/docs/source/platform_howtos.rst +++ b/docs/source/platform_howtos.rst @@ -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. +.. _howto_churn: + 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. +.. _howto_multicore: Modeling Multicore Machines *************************** diff --git a/docs/source/tuto_s4u.rst b/docs/source/tuto_s4u.rst index 27c809dffa..a4f659a6d4 100644 --- a/docs/source/tuto_s4u.rst +++ b/docs/source/tuto_s4u.rst @@ -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 -:ref:`simgrid::s4u::this_actor ` +:ref:`simgrid::s4u::this_actor ` namespace contains many such helping functions. .. literalinclude:: ../../examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp