Minor fix - sorry, really need a local Sphinx setup

This commit is contained in:
Dion Moult
2022-01-28 20:41:20 +11:00
parent dfba9827a6
commit 92a1739d93
@@ -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