From 121fa950bd32ee49134a0743d6812b49122adc3a Mon Sep 17 00:00:00 2001 From: Eric Kerfoot Date: Wed, 11 Oct 2023 15:55:05 +0100 Subject: [PATCH] Fixed rst syntax Signed-off-by: Eric Kerfoot --- docs/source/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index f6baac6ec4..b6c8c22f98 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,7 +20,9 @@ Its ambitions are: - creating state-of-the-art, end-to-end training workflows for healthcare imaging; - providing researchers with an optimized and standardized way to create and evaluate deep learning models. -![MONAI Stack Overview](../images/MONAI_arch.png) +.. image:: ../images/MONAI_arch.png + :alt: MONAI Architecture + :align: center Features --------