From: Ovidiu Mircescu Date: Fri, 6 Jan 2023 15:35:44 +0000 (+0100) Subject: Fix README.md style. X-Git-Tag: V9_11_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=22887418c9a0661b4564a2b32b9b07f3b9c8f529;p=tools%2Fydefx.git Fix README.md style. --- diff --git a/README.md b/README.md index d9b12be..5f4325d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ This library uses the Salome modules KERNEL and YACS. ## Examples [Example of use explained in french.](src/pyexample/exemple_fr.py) + [Minimalistic example.](src/pyexample/tests1.py) + [Example using a different job for each evaluation.](src/pyexample/multijob/launch_multi.py) + [Example using srun instead of YACS for distribution.](src/pyexample/multijob/launch_srun.py)