Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: fix a sphinx formatting error
[simgrid.git] / docs / source / Introduction.rst
index b99d1fea8ee8cd64d20eb1462e60dfd90f3a2fbd..27dab2e09108503e44ec47aa741a4dd4d223c74c 100644 (file)
@@ -24,12 +24,12 @@ 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 although a Lua interface is
-   under development.  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
+   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>`.
 
  - The application's **deployment description**. In SimGrid
@@ -84,7 +84,7 @@ To ease such questioning, you really should logically separate these
 parts in your experimental setup. It is seen as a very bad practice to
 merge the application, the platform, and the deployment altogether.
 SimGrid is versatile and your mileage may vary, but you should start
-with your Application specified as a C++ or Java program, using one of
+with your Application specified as a C++ or Python program, using one of
 the provided XML platform files, and with your deployment in a separate
 XML file.
 
@@ -199,7 +199,7 @@ SimGrid Success Stories
 
 SimGrid was cited in over 3,000 scientific papers (according to Google
 Scholar). Among them,
-`over 500 publications <https://simgrid.org/Usages.html>`_
+`over 500 publications <https://simgrid.org/usages.html>`_
 (written by hundreds of individuals) use SimGrid as a scientific
 instrument to conduct their experimental evaluation. These
 numbers do not include the articles contributing to SimGrid.
@@ -215,7 +215,7 @@ This instrument was used in many research communities, such as
 `Network Architecture <http://dx.doi.org/10.1109/TPDS.2016.2613043>`_,
 `Fog Computing <http://ieeexplore.ieee.org/document/7946412/>`_, or
 `Batch Scheduling <https://hal.archives-ouvertes.fr/hal-01333471>`_
-`(more info) <https://simgrid.org/Usages.html>`_.
+`(more info) <https://simgrid.org/usages.html>`_.
 
 If your platform description is accurate enough (see
 `here <http://hal.inria.fr/hal-00907887>`_ or