diff --git a/docs/getting-started/examples.html b/docs/getting-started/examples.html index 48361e4b..4a3b5c12 100644 --- a/docs/getting-started/examples.html +++ b/docs/getting-started/examples.html @@ -270,4 +270,4 @@ urlretrieve(rabbitmq_url, rabbitmq_icon) queue >> consumers >> Aurora("Database")

rabbitmq consumers diagram

-
Last updated on 2/23/2020
InstallationDiagrams
\ No newline at end of file +
Last updated on 2020-2-23
InstallationDiagrams
\ No newline at end of file diff --git a/docs/getting-started/examples/index.html b/docs/getting-started/examples/index.html index 48361e4b..4a3b5c12 100644 --- a/docs/getting-started/examples/index.html +++ b/docs/getting-started/examples/index.html @@ -270,4 +270,4 @@ urlretrieve(rabbitmq_url, rabbitmq_icon) queue >> consumers >> Aurora("Database")

rabbitmq consumers diagram

-
Last updated on 2/23/2020
InstallationDiagrams
\ No newline at end of file +
Last updated on 2020-2-23
InstallationDiagrams
\ No newline at end of file diff --git a/docs/getting-started/installation.html b/docs/getting-started/installation.html index be4960a2..dac6a61d 100644 --- a/docs/getting-started/installation.html +++ b/docs/getting-started/installation.html @@ -92,4 +92,4 @@

It will be saved as web_service.png on your working directory.

Next

See more Examples or see Guides page for more details.

-
Last updated on 2/25/2020
Examples
\ No newline at end of file +
Last updated on 2020-2-25
Examples
\ No newline at end of file diff --git a/docs/getting-started/installation/index.html b/docs/getting-started/installation/index.html index be4960a2..dac6a61d 100644 --- a/docs/getting-started/installation/index.html +++ b/docs/getting-started/installation/index.html @@ -92,4 +92,4 @@

It will be saved as web_service.png on your working directory.

Next

See more Examples or see Guides page for more details.

-
Last updated on 2/25/2020
Examples
\ No newline at end of file +
Last updated on 2020-2-25
Examples
\ No newline at end of file diff --git a/docs/guides/cluster.html b/docs/guides/cluster.html index 18191c6d..0d7a50e4 100644 --- a/docs/guides/cluster.html +++ b/docs/guides/cluster.html @@ -118,4 +118,4 @@

There is no depth limit of nesting. Feel free to create nested clusters as deep as you want.

-
Last updated on 2/3/2020
NodesOnPrem
\ No newline at end of file +
Last updated on 2020-2-3
NodesOnPrem
\ No newline at end of file diff --git a/docs/guides/cluster/index.html b/docs/guides/cluster/index.html index 18191c6d..0d7a50e4 100644 --- a/docs/guides/cluster/index.html +++ b/docs/guides/cluster/index.html @@ -118,4 +118,4 @@

There is no depth limit of nesting. Feel free to create nested clusters as deep as you want.

-
Last updated on 2/3/2020
NodesOnPrem
\ No newline at end of file +
Last updated on 2020-2-3
NodesOnPrem
\ No newline at end of file diff --git a/docs/guides/diagram.html b/docs/guides/diagram.html index 434bd7b1..45c9f563 100644 --- a/docs/guides/diagram.html +++ b/docs/guides/diagram.html @@ -76,6 +76,15 @@
$ python diagram.py
 

It will generate an image file with single EC2 node drawn as simple_diagram.png on your working directory, and open that created image file immediately.

+

Jupyter Notebooks

+

Diagrams can be also rendered directly inside the notebook as like this:

+
from diagrams import Diagram
+from diagrams.aws.compute import EC2
+
+with Diagram("Simple Diagram") as diag:
+    EC2("web")
+diag
+

Options

You can specify the output file format with outformat parameter. Default is png.

@@ -116,4 +125,4 @@ graph_attr = { with Diagram("Simple Diagram", show=False, graph_attr=graph_attr): EC2("web") -
Last updated on 2/20/2020
ExamplesNodes
\ No newline at end of file +
Last updated on 2020-2-26
ExamplesNodes
\ No newline at end of file diff --git a/docs/guides/diagram/index.html b/docs/guides/diagram/index.html index 434bd7b1..45c9f563 100644 --- a/docs/guides/diagram/index.html +++ b/docs/guides/diagram/index.html @@ -76,6 +76,15 @@
$ python diagram.py
 

It will generate an image file with single EC2 node drawn as simple_diagram.png on your working directory, and open that created image file immediately.

+

Jupyter Notebooks

+

Diagrams can be also rendered directly inside the notebook as like this:

+
from diagrams import Diagram
+from diagrams.aws.compute import EC2
+
+with Diagram("Simple Diagram") as diag:
+    EC2("web")
+diag
+

Options

You can specify the output file format with outformat parameter. Default is png.

@@ -116,4 +125,4 @@ graph_attr = { with Diagram("Simple Diagram", show=False, graph_attr=graph_attr): EC2("web") -
Last updated on 2/20/2020
\ No newline at end of file +
Last updated on 2020-2-26
\ No newline at end of file diff --git a/docs/guides/node.html b/docs/guides/node.html index 123def34..629527a3 100644 --- a/docs/guides/node.html +++ b/docs/guides/node.html @@ -169,4 +169,4 @@

You can't connect two lists directly because shift/arithmetic operations between lists are not allowed in Python.

-
Last updated on 2/18/2020
\ No newline at end of file +
Last updated on 2020-2-18
\ No newline at end of file diff --git a/docs/guides/node/index.html b/docs/guides/node/index.html index 123def34..629527a3 100644 --- a/docs/guides/node/index.html +++ b/docs/guides/node/index.html @@ -169,4 +169,4 @@

You can't connect two lists directly because shift/arithmetic operations between lists are not allowed in Python.

-
Last updated on 2/18/2020
\ No newline at end of file +
Last updated on 2020-2-18
\ No newline at end of file diff --git a/docs/nodes/alibabacloud.html b/docs/nodes/alibabacloud.html index 7f9cc50d..fe04c289 100644 --- a/docs/nodes/alibabacloud.html +++ b/docs/nodes/alibabacloud.html @@ -187,4 +187,4 @@
  • diagrams.alibabacloud.analytics.ElaticMapReduce
  • diagrams.alibabacloud.analytics.OpenSearch
  • -
    Last updated on 2/16/2020
    \ No newline at end of file +
    Last updated on 2020-2-16
    \ No newline at end of file diff --git a/docs/nodes/alibabacloud/index.html b/docs/nodes/alibabacloud/index.html index 7f9cc50d..fe04c289 100644 --- a/docs/nodes/alibabacloud/index.html +++ b/docs/nodes/alibabacloud/index.html @@ -187,4 +187,4 @@
  • diagrams.alibabacloud.analytics.ElaticMapReduce
  • diagrams.alibabacloud.analytics.OpenSearch
  • -
    Last updated on 2/16/2020
    \ No newline at end of file +
    Last updated on 2020-2-16
    \ No newline at end of file diff --git a/docs/nodes/aws.html b/docs/nodes/aws.html index 7720d732..44810a87 100644 --- a/docs/nodes/aws.html +++ b/docs/nodes/aws.html @@ -262,4 +262,4 @@
  • diagrams.aws.analytics.RedshiftDenseStorageNode
  • diagrams.aws.analytics.Redshift
  • -
    Last updated on 2/14/2020
    \ No newline at end of file +
    Last updated on 2020-2-14
    \ No newline at end of file diff --git a/docs/nodes/aws/index.html b/docs/nodes/aws/index.html index 7720d732..44810a87 100644 --- a/docs/nodes/aws/index.html +++ b/docs/nodes/aws/index.html @@ -262,4 +262,4 @@
  • diagrams.aws.analytics.RedshiftDenseStorageNode
  • diagrams.aws.analytics.Redshift
  • -
    Last updated on 2/14/2020
    \ No newline at end of file +
    Last updated on 2020-2-14
    \ No newline at end of file diff --git a/docs/nodes/azure.html b/docs/nodes/azure.html index 7879a6fc..e9f31082 100644 --- a/docs/nodes/azure.html +++ b/docs/nodes/azure.html @@ -250,4 +250,4 @@
  • diagrams.azure.analytics.LogAnalyticsWorkspaces
  • diagrams.azure.analytics.StreamAnalyticsJobs
  • -
    Last updated on 2/14/2020
    \ No newline at end of file +
    Last updated on 2020-2-14
    \ No newline at end of file diff --git a/docs/nodes/azure/index.html b/docs/nodes/azure/index.html index 7879a6fc..e9f31082 100644 --- a/docs/nodes/azure/index.html +++ b/docs/nodes/azure/index.html @@ -250,4 +250,4 @@
  • diagrams.azure.analytics.LogAnalyticsWorkspaces
  • diagrams.azure.analytics.StreamAnalyticsJobs
  • -
    Last updated on 2/14/2020
    \ No newline at end of file +
    Last updated on 2020-2-14
    \ No newline at end of file diff --git a/docs/nodes/gcp.html b/docs/nodes/gcp.html index 72ea75f6..a72054fd 100644 --- a/docs/nodes/gcp.html +++ b/docs/nodes/gcp.html @@ -180,4 +180,4 @@
  • diagrams.gcp.analytics.Genomics
  • diagrams.gcp.analytics.Pubsub, PubSub (alias)
  • -
    Last updated on 2/14/2020
    \ No newline at end of file +
    Last updated on 2020-2-14
    \ No newline at end of file diff --git a/docs/nodes/gcp/index.html b/docs/nodes/gcp/index.html index 72ea75f6..a72054fd 100644 --- a/docs/nodes/gcp/index.html +++ b/docs/nodes/gcp/index.html @@ -180,4 +180,4 @@
  • diagrams.gcp.analytics.Genomics
  • diagrams.gcp.analytics.Pubsub, PubSub (alias)
  • -
    Last updated on 2/14/2020
    \ No newline at end of file +
    Last updated on 2020-2-14
    \ No newline at end of file diff --git a/docs/nodes/k8s.html b/docs/nodes/k8s.html index 64053119..0b204e8f 100644 --- a/docs/nodes/k8s.html +++ b/docs/nodes/k8s.html @@ -132,4 +132,4 @@
  • diagrams.k8s.compute.RS, ReplicaSet (alias)
  • diagrams.k8s.compute.STS, StatefulSet (alias)
  • -
    Last updated on 2/14/2020
    \ No newline at end of file +
    Last updated on 2020-2-14
    \ No newline at end of file diff --git a/docs/nodes/k8s/index.html b/docs/nodes/k8s/index.html index 64053119..0b204e8f 100644 --- a/docs/nodes/k8s/index.html +++ b/docs/nodes/k8s/index.html @@ -132,4 +132,4 @@
  • diagrams.k8s.compute.RS, ReplicaSet (alias)
  • diagrams.k8s.compute.STS, StatefulSet (alias)
  • -
    Last updated on 2/14/2020
    \ No newline at end of file +
    Last updated on 2020-2-14
    \ No newline at end of file diff --git a/docs/nodes/oci.html b/docs/nodes/oci.html index be9d0eb3..6ff97820 100644 --- a/docs/nodes/oci.html +++ b/docs/nodes/oci.html @@ -140,4 +140,4 @@
  • diagrams.oci.monitoring.Telemetry
  • diagrams.oci.monitoring.Workflow
  • -
    Last updated on 2/23/2020
    \ No newline at end of file +
    Last updated on 2020-2-23
    \ No newline at end of file diff --git a/docs/nodes/oci/index.html b/docs/nodes/oci/index.html index be9d0eb3..6ff97820 100644 --- a/docs/nodes/oci/index.html +++ b/docs/nodes/oci/index.html @@ -140,4 +140,4 @@
  • diagrams.oci.monitoring.Telemetry
  • diagrams.oci.monitoring.Workflow
  • -
    Last updated on 2/23/2020
    \ No newline at end of file +
    Last updated on 2020-2-23
    \ No newline at end of file diff --git a/docs/nodes/onprem.html b/docs/nodes/onprem.html index 8034436b..3601f9db 100644 --- a/docs/nodes/onprem.html +++ b/docs/nodes/onprem.html @@ -159,4 +159,4 @@
  • diagrams.onprem.analytics.Spark
  • diagrams.onprem.analytics.Storm
  • -
    Last updated on 2/23/2020
    \ No newline at end of file +
    Last updated on 2020-2-23
    \ No newline at end of file diff --git a/docs/nodes/onprem/index.html b/docs/nodes/onprem/index.html index 8034436b..3601f9db 100644 --- a/docs/nodes/onprem/index.html +++ b/docs/nodes/onprem/index.html @@ -159,4 +159,4 @@
  • diagrams.onprem.analytics.Spark
  • diagrams.onprem.analytics.Storm
  • -
    Last updated on 2/23/2020
    \ No newline at end of file +
    Last updated on 2020-2-23
    \ No newline at end of file