X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce07073eff21e1ee0470d9bdad1ae4a38fe4b502..5e456059d43336fe91a373969f4a2c983ae844f9:/examples/README.rst diff --git a/examples/README.rst b/examples/README.rst index 45b314f322..9fe8b5f8cc 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -481,12 +481,12 @@ You can start asynchronous executions, just like you would fire background threa .. example-tab:: examples/python/exec-async/exec-async.py See also :py:func:`simgrid.this_actor.exec_init()`, - :py:func:`simgrid.Activity.start()`, - :py:func:`simgrid.Activity.wait()`, + :py:func:`simgrid.Exec.start()`, + :py:func:`simgrid.Exec.wait()`, :py:attr:`simgrid.Exec.remaining`, :py:attr:`simgrid.Exec.remaining_ratio`, :py:func:`simgrid.this_actor.exec_async()` and - :py:func:`simgrid.Activity.cancel()`. + :py:func:`simgrid.Exec.cancel()`. .. example-tab:: examples/c/exec-async/exec-async.c @@ -558,7 +558,7 @@ of a host can then be accessed and changed from the program. .. example-tab:: examples/python/exec-dvfs/exec-dvfs.py - See also :py:attr:`Host.pstate_speed` and :py:func:`Host.set_pstate()`. + See also :py:func:`simgrid.Host.pstate_speed()` and :py:attr:`simgrid.Host.pstate`. .. example-tab:: examples/platforms/energy_platform.xml