Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some Noteworthy tests to the Contributor's doc
[simgrid.git] / docs / source / Introduction.rst
index 98be836..27dab2e 100644 (file)
@@ -24,11 +24,11 @@ Any SimGrid study entails the following components:
 
  - The **simulated platform**. This is a description of a given
    distributed system (machines, links, disks, clusters, etc). Most of
-   the platform files are written in XML but a new C++ programmatic 
-   interface has recently been introduced. SimGrid makes it easy to 
-   augment the Simulated Platform with a Dynamic Scenario where for 
-   example the links are slowed down (because of external usage) or the 
-   machines fail. You even have support to specify the applicative 
+   the platform files are written in XML but a new C++ programmatic
+   interface has recently been introduced. SimGrid makes it easy to
+   augment the Simulated Platform with a Dynamic Scenario where for
+   example the links are slowed down (because of external usage) or the
+   machines fail. You even have support to specify the applicative
    workload that you want to feed to your application
    :ref:`(more info) <platform>`.