From 12bdba9f2b51e973e468089ebe5d9791ae87cdd0 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Tue, 28 Nov 2023 10:38:12 -0500 Subject: [PATCH] beagleconnect: try to fix graphviz diagram --- projects/beagleconnect/index.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projects/beagleconnect/index.rst b/projects/beagleconnect/index.rst index 3e1f5b2d..802bfa82 100644 --- a/projects/beagleconnect/index.rst +++ b/projects/beagleconnect/index.rst @@ -51,10 +51,15 @@ High-level the MCU and exposes the device generically to users using a Linux kernel driver. Further, the Greybus protocol is spoken over 6LoWPAN on 802.15.4. +.. _beagleconnect-software-architecture: + Software architecture ********************* -.. graphviz:: BeagleConnect Software Architecture +.. _beagleconnect-software-architecture-diagram: + +.. graphviz:: + :caption: BeagleConnect Software Architecture Diagram // Software architecture digraph S { -- GitLab