-The goal of the ydefx library is a tool to make parametric computations on
-distributed resources. It can launch the computations on a remote cluster using
-a batch manager.
+# YDEFX
+Ydefx library is a tool to make parametric computations on distributed
+resources. It can launch the computations on a remote cluster using a batch
+manager.
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)