Skip to content

Commit dfdf5e5

Browse files
committed
Added Sphinx GitHub Pages extension, added small test for graphviz
1 parent a42731a commit dfdf5e5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"sphinx.ext.napoleon",
4444
"sphinx.ext.graphviz",
4545
"sphinx.ext.inheritance_diagram",
46+
"sphinx.ext.githubpages",
4647
]
4748
autosummary_generate = True # Turn on sphinx.ext.autosummary
4849
templates_path = ["_templates"]

docs/getting_started.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@ The first flowchart shows the tranformation of raw, stochastic optimization algo
4444
:alt: Flowchart output generation
4545

4646
The second flowchart shows the adaption of performance curves of various optimization algorithms and search spaces to the desired output.
47+
48+
49+
.. graphviz::
50+
51+
digraph foo {
52+
"bar" -> "baz";
53+
}

0 commit comments

Comments
 (0)