From e60ec69d61289fcc8ff2f6727b502bd00823a424 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 16 Oct 2018 22:40:22 +0200 Subject: [PATCH] docs: fix broken links --- docs/source/platform_howtos.rst | 3 +++ docs/source/tuto_s4u.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.20.1