From 6b5df7a4919a23cec624ba87c71177cb7fc60e9d Mon Sep 17 00:00:00 2001 From: Romain Olivo <rolivo@stag02dvrse.irisa.fr> Date: Thu, 25 Jul 2019 17:26:26 +0200 Subject: [PATCH] doc --- docs/tutorials/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/index.rst b/docs/tutorials/index.rst index 82e0cf0..d58d7ca 100644 --- a/docs/tutorials/index.rst +++ b/docs/tutorials/index.rst @@ -13,7 +13,7 @@ Prerequisites First of all, you have to reserve some nodes on Grid'5000, deploy a system on the nodes and then use the distem bootstrap. -.. code-block: bash +.. code-block:: bash $ oarsub -t deploy -l "slash_22=1+nodes=2, walltime=02:00:00" -I" $ kadeploy3 -f $OAR_NODE_FILE -e debian9-x64-nfs -k @@ -33,7 +33,7 @@ Initialisation To process to any experiments, you need to initialize nodes as the folowing code. -.. literalinclude:: scp_vsync/initialisation.py +.. literalinclude:: tutorials/scp_vsync/initialisation.py :language: python :linenos: @@ -43,7 +43,7 @@ Experiment The experiment can be launched from the coordinator node as root. Below, the python code of the experiment. -.. literalinclude:: scp_vsync/experience.py +.. literalinclude:: tutorials/scp_vsync/experience.py :language: python :lineos: -- GitLab