Skip to content

Commit

Permalink
Merge branch 'main' into docs/python-support
Browse files Browse the repository at this point in the history
  • Loading branch information
waltersma authored Sep 27, 2024
2 parents 4b4d33d + e591a1b commit 38b6bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/897.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update launch_prime.rst
4 changes: 2 additions & 2 deletions doc/source/user_guide/launch_prime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This example starts the server in parallel mode on four nodes and specifies the

.. code-block:: shell-session
"%AWP_ROOT242%\meshing\Prime\runPrime.bat" server -np 4 --ip 127.0.0.1 --port 50055
"%AWP_ROOT251%\meshing\Prime\runPrime.bat" server -np 4 --ip 127.0.0.1 --port 50055
#. Connect to the server in Python using the :class:`Client <ansys.meshing.prime.Client>` class:
Expand Down Expand Up @@ -76,7 +76,7 @@ Here is a Windows code example for running a Python script directly from the com

.. code-block:: shell-session
"%AWP_ROOT242%\meshing\Prime\runPrime.bat" my_script.py
"%AWP_ROOT251%\meshing\Prime\runPrime.bat" my_script.py
========================================
Expand Down

0 comments on commit 38b6bc1

Please sign in to comment.