Skip to content

Commit 1cb0d49

Browse files
committed
Trying to get graphviz to work
1 parent 2cdc139 commit 1cb0d49

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: 3.x
34-
- run: pip install mkdocstrings mkdocs-embed-external-markdown feedparser mkdocs-gen-files markdown-exec[ansi] markdown-include mkdocs-open-in-new-tab markdown-extra python-markdown-comments markdown-footnotes pymdown-extensions graphviz
34+
- run: pip install mkdocstrings mkdocs-embed-external-markdown feedparser mkdocs-gen-files markdown-exec[ansi] markdown-include mkdocs-open-in-new-tab markdown-extra python-markdown-comments markdown-footnotes pymdown-extensions markdown-inline-graphviz graphviz
3535
- run: mkdocs gh-deploy --force

docs/motivation.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ digraph {
5151
---
5252

5353
In the real world, things develop non-linearly:
54-
- A new version can be anything between <!-- .element: class="fragment" data-fragment-index="1" -->
55-
- a complete catastrophe and
56-
- a major breakthrough.
57-
- People do not know what others are doing <!-- .element: class="fragment" data-fragment-index="2" -->
58-
- Sometimes we are simply fixing earlier mistakes... <!-- .element: class="fragment" data-fragment-index="3" -->
54+
55+
- A new version can be anything between
56+
- a complete catastrophe and
57+
- a major breakthrough.
58+
- People do not know what others are doing
59+
- Sometimes we are simply fixing earlier mistakes...
5960

6061
```graphviz
6162
digraph {

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ markdown_extensions:
7676
- pymdownx.details
7777
- pymdownx.superfences
7878
- codehilite
79+
- inline_graphviz
7980
- pymdownx.mark
8081
- pymdownx.caret
8182
- pymdownx.tilde

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ markdown-extra==1.0.1
1010
python-markdown-comments==1.1.0
1111
markdown-footnotes==0.1.1
1212
graphviz=0.20.3
13+
markdown-inline-graphviz
1314
Update github-actions.yml==10.8.1

0 commit comments

Comments
 (0)