Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix more dead links in the doc
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 May 2019 19:38:47 +0000 (21:38 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 May 2019 19:38:47 +0000 (21:38 +0200)
docs/source/Tutorial_Algorithms.rst
docs/source/app_smpi.rst
docs/source/community.rst

index 7a9e0d0..d5b16cf 100644 (file)
@@ -173,12 +173,12 @@ examples of platforms in the archive under ``examples/platforms``.
 .. |api_s4u_NetZone| image:: /img/extlink.png
    :align: middle
    :width: 12
 .. |api_s4u_NetZone| image:: /img/extlink.png
    :align: middle
    :width: 12
-.. _api_s4u_NetZone: api/classsimgrid_1_1s4u_1_1NetZone.html#class-documentation
+.. _api_s4u_NetZone: app_s4u.html#s4u-netzone
 
 .. |api_s4u_Link| image:: /img/extlink.png
    :align: middle
    :width: 12
 
 .. |api_s4u_Link| image:: /img/extlink.png
    :align: middle
    :width: 12
-.. _api_s4u_Link: api/classsimgrid_1_1s4u_1_1Link.html#class-documentation
+.. _api_s4u_Link: app_s4u.html#s4u-link
 
 .. literalinclude:: ../../examples/platforms/small_platform.xml
    :language: xml
 
 .. literalinclude:: ../../examples/platforms/small_platform.xml
    :language: xml
@@ -481,8 +481,7 @@ initiators' location and then the real communication occures between
 the involved parties.
 
 Please refer to the full `API of Mailboxes
 the involved parties.
 
 Please refer to the full `API of Mailboxes
-<api/classsimgrid_1_1s4u_1_1Mailbox.html#class-documentation>`_ for
-more details.
+<app_s4u.html#s4u-mailbox>`_ for more details.
 
 
 Lab 2: Using the Whole Platform
 
 
 Lab 2: Using the Whole Platform
index 306676f..432569f 100644 (file)
@@ -21,7 +21,7 @@ the SimGrid simulator. This is particularly interesting to study
 existing MPI applications within the comfort of the simulator.
 
 To get started with SMPI, you should head to `the SMPI tutorial
 existing MPI applications within the comfort of the simulator.
 
 To get started with SMPI, you should head to `the SMPI tutorial
-<Tutorial_MPI_Applications>`_. You may also want to read the `SMPI reference
+<usecase_smpi>`_. You may also want to read the `SMPI reference
 article <https://hal.inria.fr/hal-01415484>`_ or these `introductory
 slides <http://simgrid.org/tutorials/simgrid-smpi-101.pdf>`_.  If you
 are new to MPI, you should first take our online `SMPI CourseWare
 article <https://hal.inria.fr/hal-01415484>`_ or these `introductory
 slides <http://simgrid.org/tutorials/simgrid-smpi-101.pdf>`_.  If you
 are new to MPI, you should first take our online `SMPI CourseWare
@@ -169,7 +169,7 @@ means that the selected algorithm will be used
 MPI_Alltoall
 ^^^^^^^^^^^^
 
 MPI_Alltoall
 ^^^^^^^^^^^^
 
-Most of these are best described in `STAR-MPI's white paper <www.cs.fsu.edu/~xyuan/paper/06ics.pdf>`_.
+Most of these are best described in `STAR-MPI's white paper <https://www.cs.fsu.edu/~xyuan/paper/06ics.pdf>`_.
 
  - default: naive one, by default
  - ompi: use openmpi selector for the alltoall operations
 
  - default: naive one, by default
  - ompi: use openmpi selector for the alltoall operations
index 88d5a5f..a62d5ed 100644 (file)
@@ -83,7 +83,7 @@ the relevant part of the documentation on need, and help them becoming
 part of our community too. 
 
 Another easy way to help the project is to add a link to the `SimGrid
 part of our community too. 
 
 Another easy way to help the project is to add a link to the `SimGrid
-homepage <simgrid.org>`_ on your site to improve SimGrid's ranking in
+homepage <https://simgrid.org>`_ on your site to improve SimGrid's ranking in
 search engines.
 
 Finally, if you organize a scientific event where you expect many
 search engines.
 
 Finally, if you organize a scientific event where you expect many