Skip to content

Commit

Permalink
Merge branch 'main' into re_add_export_lab_model_test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-packer authored Dec 19, 2024
2 parents 01fff98 + aa86f33 commit 9fb1de4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/methods/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Geometry drawing
------------------------------
The ``ansys.motorcad.core.geometry_drawing`` library contains functions for drawing
geometry objects as static visualisations in Python. Geometry drawing is used for plotting
objects such as regions, lines, arcs and coordinates within the x-y plane. Drawing Motor-CAD
objects such as regions, lines, arcs, and coordinates within the x-y plane. Drawing Motor-CAD
geometry objects can make it easier to test and create Adaptive Templates scripts.
For descriptions of the geometry drawing functions, see :ref:`ref_geometry_drawing`.

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ dependencies = [

[project.optional-dependencies]
tests = [
"pytest==8.3.3",
"pytest-cov==5.0.0",
"pytest==8.3.4",
"pytest-cov==6.0.0",
"ansys.platform.instancemanagement>=1.0.2",
"matplotlib>=3.6.3"
]
doc = [
"Sphinx==8.1.3",
"numpydoc==1.8.0",
"ansys-sphinx-theme==1.2.2",
"ansys-sphinx-theme==1.2.3",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.18.0",
"matplotlib",
Expand Down

0 comments on commit 9fb1de4

Please sign in to comment.