Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahrb committed Feb 4, 2025
1 parent 70b5b81 commit 1ae55fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/getting_started/local/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ either Discovery, SpaceClaim, or the Geometry service.
modeler = launch_modeler_with_geometry_service()
When launching via Geometry Service, if you have a custom local install, you can define the path of this install
in the ANSYS_GEOMETRY_SERVICE_ROOT environment variable. The launcher will use this location by default.

Check warning on line 39 in doc/source/getting_started/local/index.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] doc/source/getting_started/local/index.rst#L39

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "doc/source/getting_started/local/index.rst", "range": {"start": {"line": 39, "column": 71}}}, "severity": "WARNING"}

For more information on the arguments accepted by the launcher methods, see
their API documentation:
Expand Down
1 change: 1 addition & 0 deletions src/ansys/geometry/core/connection/product_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"""

ANSYS_GEOMETRY_SERVICE_ROOT = "ANSYS_GEOMETRY_SERVICE_ROOT"
"""Local Geometry Service install location. This is for GeometryService and CoreGeometryService."""


class ProductInstance:
Expand Down

0 comments on commit 1ae55fe

Please sign in to comment.