From 92a1739d931a7c60e9c90eb501ab46086ec54b35 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 28 Jan 2022 20:41:20 +1100 Subject: [PATCH] Minor fix - sorry, really need a local Sphinx setup --- src/blenderbim/docs/blenderbim/developer_guide.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/blenderbim/docs/blenderbim/developer_guide.rst b/src/blenderbim/docs/blenderbim/developer_guide.rst index c56fceb0a7..fa337a5024 100644 --- a/src/blenderbim/docs/blenderbim/developer_guide.rst +++ b/src/blenderbim/docs/blenderbim/developer_guide.rst @@ -263,10 +263,7 @@ is complex and requires a deep knowledge of IFC to perform correctly and ensure that the IFC graph state is well maintained. Typically, any authoring operation that does not use the API is likely to contain mistakes. -Each module contains a Data class to extract various IFC data related to the IFC -concept that the module relates to. The ``Data`` classes parse the complex IFC -graph and convert it into a cache of primitive Python data. The ``Usecase`` -clases perform a defined user operation. Here's an example of it in action: +Here's an example of it in action: .. code-block:: python