From 3541ffddf0bdf58092422f64b84d02b442e3ec57 Mon Sep 17 00:00:00 2001 From: Floris-Jan Willemsen Date: Wed, 15 May 2024 11:31:43 +0200 Subject: [PATCH] Removed graphviz test --- docs/getting_started.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index c5f5dcb..6949605 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -44,10 +44,3 @@ The first flowchart shows the tranformation of raw, stochastic optimization algo :alt: Flowchart output generation The second flowchart shows the adaption of performance curves of various optimization algorithms and search spaces to the desired output. - - -.. graphviz:: - - digraph foo { - "bar" -> "baz"; - }