Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: rename a file to sort things out
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 16 Aug 2018 10:50:19 +0000 (12:50 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 16 Aug 2018 10:50:19 +0000 (12:50 +0200)
docs/source/index.rst
docs/source/tuto_s4u.rst [moved from docs/source/usecase_algorithms.rst with 100% similarity]
examples/s4u/app-masterworkers/s4u-app-masterworkers-class.cpp
examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp

index 0be8937..93d9c1a 100644 (file)
@@ -7,7 +7,7 @@ Welcome to SimGrid's documentation!
    :maxdepth: 1
    :caption: Basic Use Cases:
 
-       Simulating Algorithms <usecase_algorithms.rst>
+       Simulating Algorithms <tuto_s4u.rst>
        Simulating MPI Apps <usecase_mpi.rst>
    
 .. toctree::
index 81c84cb..d84f370 100644 (file)
@@ -3,8 +3,9 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-/* This is part of the following tutorial:                                  */
-/*    https://simgrid.frama.io/simgrid/usecase_algorithms.html              */
+/* ************************************************************************* */
+/* Take this tutorial online: https://simgrid.frama.io/simgrid/tuto_s4u.html */
+/* ************************************************************************* */
 
 #include <simgrid/s4u.hpp>
 
index e63565f..1ccb48c 100644 (file)
@@ -3,8 +3,9 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-/* This is part of the following tutorial:                                  */
-/*    https://simgrid.frama.io/simgrid/usecase_algorithms.html              */
+/* ************************************************************************* */
+/* Take this tutorial online: https://simgrid.frama.io/simgrid/tuto_s4u.html */
+/* ************************************************************************* */
 
 #include <simgrid/s4u.hpp>