From 30988fd49dc264ab68d8e0651656f82e9ba39869 Mon Sep 17 00:00:00 2001 From: Robert Chisholm Date: Fri, 22 Sep 2023 16:06:23 +0100 Subject: [PATCH] TEMP: default mermaid chart to test with --- src/guide/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/guide/index.rst b/src/guide/index.rst index 8fcd585e1..456ba4411 100644 --- a/src/guide/index.rst +++ b/src/guide/index.rst @@ -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
prevail... + John-->Alice: Great! + John->Bob: How about you? + Bob-->John: Jolly good! .. toctree:: :maxdepth: 1