Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add link to simgrid-fmi doc in sphinx doc
authorAdrien <adrien.gougeon@ens-rennes.fr>
Wed, 18 Jan 2023 13:03:50 +0000 (13:03 +0000)
committerAugustin Degomme <26892-adegomme@users.noreply.framagit.org>
Wed, 18 Jan 2023 13:03:50 +0000 (13:03 +0000)
docs/source/Models.rst

index 22ec419..0b8159d 100644 (file)
@@ -512,11 +512,13 @@ this still has to be done.
 FMI-based models
 ****************
 
-FMI is a standard to exchange models between simulators. If you want to plug such a model into SimGrid, you need the
-`SimGrid-FMI external plugin <https://framagit.org/simgrid/simgrid-FMI>`_. This was used to accurately study a *Smart
-grid* through co-simulation: `PandaPower <http://www.pandapower.org/>`_ was used to simulate the power grid, `ns-3
-<https://nsnam.org/>`_ was used the communication network while SimGrid was simulating the IT infrastructure. Please
-also refer to the `relevant publication <https://hal.archives-ouvertes.fr/hal-01762540/>`_ for more details.
+`FMI <https://fmi-standard.org/>`_ is a standard to exchange models between simulators. If you want to plug such a model 
+into SimGrid, you need the `SimGrid-FMI external plugin <https://framagit.org/simgrid/simgrid-FMI>`_. 
+There is a specific `documentation <https://simgrid.frama.io/simgrid-FMI/index.html>`_ available for the plugin.
+This was used to accurately study a *Smart grid* through co-simulation: `PandaPower <http://www.pandapower.org/>`_ was 
+used to simulate the power grid, `ns-3 <https://nsnam.org/>`_ was used to simulate the communication network while SimGrid was 
+used to simulate the IT infrastructure. Please also refer to the `relevant publication <https://hal.science/hal-03217562>`_ 
+for more details.
 
 .. _models_other: