From f56c62d4adea7e6fa2edcc5344a9d715b2e663cc Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 12 Nov 2019 12:04:21 +0100 Subject: [PATCH] tiny doc improvments --- docs/source/app_s4u.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/app_s4u.rst b/docs/source/app_s4u.rst index 46f3d92c89..ea195247ad 100644 --- a/docs/source/app_s4u.rst +++ b/docs/source/app_s4u.rst @@ -64,16 +64,16 @@ Virtual machines can also be migrated between hosts. The :ref:`simgrid::s4u::this_actor ` namespace provides many helper functions to simplify the code of actors. -- **Global Classes** +- **Simulation Elements** - :ref:`class Actor `: Active entities executing your application. - :ref:`class Engine ` Simulation engine (singleton). - :ref:`class Mailbox ` - Communication rendez-vous. + Communication rendez-vous, with which actors meet each other. -- **Platform Elements** +- **Resources** - :ref:`class Disk ` Resource on which actors can write and read data. @@ -96,7 +96,7 @@ provides many helper functions to simplify the code of actors. - :ref:`class Io ` I/O activity, started on and consumming disks. -- **Synchronization Mechanisms**: Classical IPC that actors can use +- **Synchronization Objects**: Classical IPC that actors can use - :ref:`class Barrier ` - :ref:`class ConditionVariable ` -- 2.20.1