From: Martin Quinson Date: Fri, 21 Oct 2022 12:51:02 +0000 (+0200) Subject: Doc: link another python example (+ typo) X-Git-Tag: v3.34~766 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bde3c0f927aa6d7982d6cd8db7803d37e3a1e972 Doc: link another python example (+ typo) --- 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 --------------