Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc cosmetics, and cleanup the API
[simgrid.git] / docs / source / app_s4u.rst
index f170e38..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
 
 ===========
 Class Actor
@@ -608,3 +607,10 @@ Class Host
 
 .. autoclass:: simgrid.Host
    :members:
+
+=============
+Class Mailbox
+=============
+
+.. autoclass:: simgrid.Mailbox
+   :members: