From ee7e30818c89e0d4ac3d8c2666607e333ead1a31 Mon Sep 17 00:00:00 2001 From: Tobias Klockau Date: Mon, 2 Dec 2024 12:56:54 +0100 Subject: [PATCH] docs: fix code block not displayed --- docs/source/howtos/1 Validating Scenes.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/howtos/1 Validating Scenes.rst b/docs/source/howtos/1 Validating Scenes.rst index ede665d..1326d62 100644 --- a/docs/source/howtos/1 Validating Scenes.rst +++ b/docs/source/howtos/1 Validating Scenes.rst @@ -12,11 +12,9 @@ The validation of the project requirements should ideally be done as close to th Usage ##### -For the validation you need 2 things: the scene and the project specific onthology. - -The onthology should be provided by your project partner. It is a .yaml-file listing all classes and their attributes. .. code-block:: python + import json from pathlib import Path