From 568c47abee66d31f33e3cb861ac6907e99c0c444 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Wed, 21 Aug 2019 10:21:57 +0200 Subject: [PATCH] diagramme externe en vrai format dot --- src/comment-technique.adoc | 6 ++++-- src/{schema-fai.adoc => schema-fai.dot} | 4 ---- 2 files changed, 4 insertions(+), 6 deletions(-) rename src/{schema-fai.adoc => schema-fai.dot} (97%) diff --git a/src/comment-technique.adoc b/src/comment-technique.adoc index 2f2f34e..10f3ebb 100644 --- a/src/comment-technique.adoc +++ b/src/comment-technique.adoc @@ -55,5 +55,7 @@ === Récapitulatif -include::schema-fai.adoc[] - +[graphviz,fai,svg] +---- +include::schema-fai.dot[] +---- diff --git a/src/schema-fai.adoc b/src/schema-fai.dot similarity index 97% rename from src/schema-fai.adoc rename to src/schema-fai.dot index 97eaad5..6abd4d5 100644 --- a/src/schema-fai.adoc +++ b/src/schema-fai.dot @@ -1,5 +1,3 @@ -[graphviz,fai,svg] ----- digraph G { rankdir=LR edge [dir="both"] @@ -36,5 +34,3 @@ digraph G { routeur -> abonné_3 [color=red, label="tunnel", style=dashed] routeur -> abonné_4 [color=red, label="tunnel", style=dashed] } ----- -