Skip to content

Commit

Permalink
Added Sphinx GitHub Pages extension, added small test for graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen committed May 15, 2024
1 parent a42731a commit dfdf5e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.graphviz",
"sphinx.ext.inheritance_diagram",
"sphinx.ext.githubpages",
]
autosummary_generate = True # Turn on sphinx.ext.autosummary
templates_path = ["_templates"]
Expand Down
7 changes: 7 additions & 0 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ 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";
}

0 comments on commit dfdf5e5

Please sign in to comment.