Skip to content

Commit

Permalink
TEMP: default mermaid chart to test with
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Sep 22, 2023
1 parent 80ab8d8 commit 30988fd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ User Guide

This user guide provides a clear introduction to the core features of FLAME GPU 2, by the end of the user guide you should have the skills necessary to implement a multi-agent simulation using FLAME GPU 2.

.. mermaid::

sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit 30988fd

Please sign in to comment.