Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
py: document the this_actor submodule
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 2 Jan 2019 15:20:07 +0000 (16:20 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 2 Jan 2019 15:20:07 +0000 (16:20 +0100)
docs/source/app_s4u.rst

index ffe1151..ea65f53 100644 (file)
@@ -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.
 
 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:
    :members:
-   :exclude-members: Actor, Host, Engine, Mailbox
 
 ===========
 Class Actor
 
 ===========
 Class Actor