Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Doc: link another python example (+ typo)
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 21 Oct 2022 12:51:02 +0000 (14:51 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 21 Oct 2022 12:51:29 +0000 (14:51 +0200)
examples/README.rst

index 9fe8b5f..6095a70 100644 (file)
@@ -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 <usecase_simalgo>`.
 
 .. tabs::
@@ -989,6 +989,8 @@ This example is used in the :ref:`SimGrid tutorial <usecase_simalgo>`.
       .. showfile:: examples/c/app-masterworker/app-masterworker.c
          :language: cpp
 
+   .. example-tab:: examples/python/app-masterworkers/app-masterworkers.py
+
 Data diffusion
 --------------