diff --git a/docs/tutorials/index.rst b/docs/tutorials/index.rst index 82e0cf0f87c53f99d7d430f06958f9f0cc88b841..d58d7cabdb69399130f75aa602af0477afa4d8fe 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: