Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Constify pointer and reference local variables in src/kernel/.
[simgrid.git] / examples / README.rst
index bf2135b..7fe1a36 100644 (file)
@@ -4,8 +4,8 @@
 .. documentation, but it should remain readable directly.
 
 
-S4U Examples
-************
+Examples
+********
 
 SimGrid comes with an extensive set of examples, documented on this
 page. Most of them only demonstrate one single feature, with some
@@ -22,12 +22,12 @@ A good way to bootstrap your own project is to copy and combine some
 of the provided examples to constitute the skeleton of what you plan
 to simulate.
 
+.. _s4u_ex_actors:
+
 ===========================
 Actors: the Active Entities
 ===========================
 
-.. _s4u_ex_actors:
-
 Starting and Stoping Actors
 ---------------------------
 
@@ -360,6 +360,8 @@ Executions on the CPU
 
        .. example-tab:: examples/platforms/energy_platform.xml
 
+.. _s4u_ex_disk_io:
+
 I/O on Disks and Files
 ----------------------