From 2a01bb7b7cdd4414cc8a8213b2ce29e75d46419f Mon Sep 17 00:00:00 2001 From: Nicolas Hansse Date: Wed, 20 Jul 2022 14:55:54 +0200 Subject: [PATCH] acyclic: add French translation (#8194) --- pages.fr/common/acyclic.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages.fr/common/acyclic.md diff --git a/pages.fr/common/acyclic.md b/pages.fr/common/acyclic.md new file mode 100644 index 000000000..0870da78a --- /dev/null +++ b/pages.fr/common/acyclic.md @@ -0,0 +1,17 @@ +# acyclic + +> Construit un graphe orienté acyclique en inversant quelques sommets. +> Filtres Graphviz : `acyclic`, `bcomps`, `comps`, `edgepaint`, `gvcolor`, `gvpack`, `mingle`, `nop`, `sccmap`, `tred`, & `unflatten`. +> Plus d'informations : . + +- Construit un graphe orienté acyclique en inversant quelques sommets : + +`acyclic {{chemin/vers/entrée.gv}} > {{chemin/vers/sortie.gv}}` + +- Affiche si un graphe est acyclique, possède une boucle ou est non-dirigé, ne produit pas de graphe en sortie : + +`acyclic -v -n {{chemin/vers/entrée.gv}}` + +- Affiche l'aide d' `acyclic` : + +`acyclic -?`