From 898ba10ea6748fcd866154a8cbeeb16b3deabc6f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 16 Aug 2018 12:50:19 +0200 Subject: [PATCH] docs: rename a file to sort things out --- docs/source/index.rst | 2 +- docs/source/{usecase_algorithms.rst => tuto_s4u.rst} | 0 .../s4u/app-masterworkers/s4u-app-masterworkers-class.cpp | 5 +++-- examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp | 5 +++-- 4 files changed, 7 insertions(+), 5 deletions(-) rename docs/source/{usecase_algorithms.rst => tuto_s4u.rst} (100%) diff --git a/docs/source/index.rst b/docs/source/index.rst index 0be8937cbc..93d9c1ae9c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -7,7 +7,7 @@ Welcome to SimGrid's documentation! :maxdepth: 1 :caption: Basic Use Cases: - Simulating Algorithms + Simulating Algorithms Simulating MPI Apps .. toctree:: diff --git a/docs/source/usecase_algorithms.rst b/docs/source/tuto_s4u.rst similarity index 100% rename from docs/source/usecase_algorithms.rst rename to docs/source/tuto_s4u.rst diff --git a/examples/s4u/app-masterworkers/s4u-app-masterworkers-class.cpp b/examples/s4u/app-masterworkers/s4u-app-masterworkers-class.cpp index 81c84cb4c1..d84f370a6e 100644 --- a/examples/s4u/app-masterworkers/s4u-app-masterworkers-class.cpp +++ b/examples/s4u/app-masterworkers/s4u-app-masterworkers-class.cpp @@ -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 diff --git a/examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp b/examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp index e63565fb87..1ccb48c963 100644 --- a/examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp +++ b/examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp @@ -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 -- 2.20.1