From 9469dafd7c02759e5e5c19fedc491d9bb4d06243 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Fri, 14 Feb 2020 00:37:16 +0900 Subject: [PATCH] Deploy website Deploy website version based on e01c07bf643a81692eab9c22cf71c61fc405fcd2 --- docs/diagram.html | 6 +++--- docs/diagram/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/diagram.html b/docs/diagram.html index 0845afea..15728daa 100644 --- a/docs/diagram.html +++ b/docs/diagram.html @@ -86,16 +86,16 @@ with Diagram("Simple Diagram", show=False): EC2("web") -

If you are familiar with Graphviz, you can customize the diagrams with Graphviz attribute config options.

+

It allows custom Graphviz dot attributes options.

-

graph_attr, node_attr and edge_attr are allowed. Here is a reference link.

+

graph_attr, node_attr and edge_attr are supported. Here is a reference link.

from diagrams import Diagram
 from diagrams.aws.compute import EC2
 
 graph_attr = {
     "fontsize": 45,
-  "bgcolor": "transparent"
+    "bgcolor": "transparent"
 }
 
 with Diagram("Simple Diagram", show=False, graph_attr=graph_attr):
diff --git a/docs/diagram/index.html b/docs/diagram/index.html
index 0845afea..15728daa 100644
--- a/docs/diagram/index.html
+++ b/docs/diagram/index.html
@@ -86,16 +86,16 @@
 with Diagram("Simple Diagram", show=False):
     EC2("web")
 
-

If you are familiar with Graphviz, you can customize the diagrams with Graphviz attribute config options.

+

It allows custom Graphviz dot attributes options.

-

graph_attr, node_attr and edge_attr are allowed. Here is a reference link.

+

graph_attr, node_attr and edge_attr are supported. Here is a reference link.

from diagrams import Diagram
 from diagrams.aws.compute import EC2
 
 graph_attr = {
     "fontsize": 45,
-  "bgcolor": "transparent"
+    "bgcolor": "transparent"
 }
 
 with Diagram("Simple Diagram", show=False, graph_attr=graph_attr):