@@ -179,10 +179,10 @@ Installing PyGeometry in developer mode allows
179179you to modify the source and enhance it.
180180
181181.. note ::
182-
182+
183183 Before contributing to the project, ensure that you are thoroughly familiar
184184 with the `PyAnsys Developer's Guide `_.
185-
185+
186186To install PyGeometry in developer mode, perform these steps:
187187
188188#. Clone the ``pygeometry `` repository:
@@ -222,7 +222,7 @@ To install PyGeometry in developer mode, perform these steps:
222222 #. Install the project in editable mode:
223223
224224 .. code :: bash
225-
225+
226226 # Install the minimum requirements
227227 python -m pip install -e .
228228
@@ -263,7 +263,7 @@ Testing
263263
264264This project takes advantage of `tox `_. This tool automate common
265265development tasks (similar to Makefile), but it is oriented towards Python
266- development.
266+ development.
267267
268268Using ``tox ``
269269^^^^^^^^^^^^^
@@ -279,7 +279,7 @@ The following environments commands are provided:
279279- **tox -e py-coverage **: Checks for unit testing and code coverage.
280280- **tox -e doc **: Checks for documentation building process.
281281
282- .. admonition :: pyvista-pytest plugin
282+ .. admonition :: pyvista-pytest plugin
283283
284284 This plugin facilitates the comparison of the images produced in PyGeometry for testing the plots.
285285 If you are changing the images, use flag ``--reset_image_cache `` which is not recommended except
@@ -331,7 +331,7 @@ the building requirements and then executing the build module:
331331
332332.. code :: bash
333333
334- python -m pip install -U pip
334+ python -m pip install -U pip
335335 python -m build
336336 python -m twine check dist/*
337337
0 commit comments