Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc cosmetics, and cleanup the API
[simgrid.git] / docs / source / app_s4u.rst
index ffe1151..3f3aaec 100644 (file)
@@ -365,7 +365,7 @@ Here is a little example:
   
    } // The mutex gets automatically freed because the only existing reference gets out of scope
 
-API C++ Reference
+C++ API Reference
 *****************
 
 .. _API_s4u_this_actor:
@@ -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