diff --git a/src/blenderbim/docs/devs/hello_world.rst b/src/blenderbim/docs/devs/hello_world.rst index cba68bf5a9..f2f0dcc48c 100644 --- a/src/blenderbim/docs/devs/hello_world.rst +++ b/src/blenderbim/docs/devs/hello_world.rst @@ -53,8 +53,8 @@ minimise the overlap between modules, so that developers can work on a single portion of the code with relative certainty that their actions will not affects other developers. -- `BlenderBIM Add-on modules `__ -- `IFC modules `__ +- `BlenderBIM Add-on modules `__ +- `IFC modules `__ The BlenderBIM Add-on comes with a secret **demo module** which is basically a hello world coding tutorial which teaches you about all the moving parts. It's @@ -278,9 +278,9 @@ authoring capabilities. The code for IfcOpenShell's various systems can be found here: -- `ifcopenshell (core) `__ -- `ifcopenshell.util `__ -- `ifcopenshell.api `__ +- `ifcopenshell (core) `__ +- `ifcopenshell.util `__ +- `ifcopenshell.api `__ Asking for help ---------------