Skip to content

Commit 8d056c0

Browse files
committed
removing the graphviz
1 parent c1ea905 commit 8d056c0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

doc/source/getting_started/docker.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,6 @@ directly from the command line.
5555
You can then use your host Python environment to connect to that MAPDL
5656
instance.
5757

58-
.. graphviz::
59-
60-
digraph {
61-
node [];
62-
subgraph cluster_frontend {
63-
label="*HOST*";
64-
Python;
65-
subgraph cluster_backend {
66-
MAPDL;
67-
label="*DOCKER*";
68-
}
69-
}
70-
Python -> MAPDL
71-
MAPDL -> Python
72-
}
73-
7458
Because this image does not contain a license server, you must enter your
7559
license server IP address in the ``ANSYSLMD_LICENSE_FILE`` environment variable.
7660

0 commit comments

Comments
 (0)