From bde3c0f927aa6d7982d6cd8db7803d37e3a1e972 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 21 Oct 2022 14:51:02 +0200 Subject: [PATCH] Doc: link another python example (+ typo) --- examples/README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/README.rst b/examples/README.rst index 9fe8b5f8cc..6095a70cb8 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -965,7 +965,7 @@ Shows how to implement a classical communication pattern, where a token is excha Master Workers ^^^^^^^^^^^^^^ -Another good old example, where one Master acto$ has a bunch of tasks to dispatch to a set of several Worker actors. +Another good old example, where one Master actor has a bunch of tasks to dispatch to a set of several Worker actors. This example is used in the :ref:`SimGrid tutorial `. .. tabs:: @@ -989,6 +989,8 @@ This example is used in the :ref:`SimGrid tutorial `. .. showfile:: examples/c/app-masterworker/app-masterworker.c :language: cpp + .. example-tab:: examples/python/app-masterworkers/app-masterworkers.py + Data diffusion -------------- -- 2.20.1