diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2023-04-16 14:36:41 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2023-04-16 14:36:41 +0200 |
commit | 84747bdb2ca8dd209208b6ee897c1ee718e196ae (patch) | |
tree | 642c0c4fed71dc1a731f72407a44098cbf487120 | |
parent | 29d463509f9c17a4b5800e99bcef1408e92d744b (diff) |
Added a readme at the root of the project
-rw-r--r-- | readme.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/readme.rst b/readme.rst new file mode 100644 index 0000000..69b9c3d --- /dev/null +++ b/readme.rst @@ -0,0 +1,19 @@ + +Ce dépot contient les différents scripts ou applications utilisés dans le +blog. + +Script.it +========= + +Cette application permet de dessiner en html comme si l’on utilisait une plume. + +Motus +===== + +Il s’agit du solveur du Sutom, basé sur un arbre de décision. + + +Viz.js +====== + +Couche à graphviz pour permettre la création de graphe de manière rapide. |