From: Martin Quinson Date: Wed, 2 Jan 2019 15:20:07 +0000 (+0100) Subject: py: document the this_actor submodule X-Git-Tag: v3_22~716 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7e5b2244d61cd85f8676753635293209595d5f06 py: document the this_actor submodule --- diff --git a/docs/source/app_s4u.rst b/docs/source/app_s4u.rst index ffe1151119..ea65f530a2 100644 --- a/docs/source/app_s4u.rst +++ b/docs/source/app_s4u.rst @@ -580,13 +580,12 @@ Python API Reference The Python API is generated with pybind11. It closely mimicks the C++ API, to which you should refer for more information. -========= -Functions -========= +========== +this_actor +========== -.. automodule:: simgrid +.. automodule:: simgrid.this_actor :members: - :exclude-members: Actor, Host, Engine, Mailbox =========== Class Actor