Skip to content

Commit 288843c

Browse files
fix: Examples
1 parent a8152ac commit 288843c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

examples/README.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Examples
22
========
33

4-
This section shows how to use the Visualization Interface Tool to perform many different
5-
types of operations.
4+
This section shows how to use the local launcher.

examples/local_launcher/example_scripts/cli_configure.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# SOFTWARE.
2222

2323
"""
24+
.. _ref_cli_configure:
25+
2426
Configure the launcher from the command line
2527
--------------------------------------------
2628

examples/local_launcher/example_scripts/py_configure.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# SOFTWARE.
2222

2323
"""
24+
.. _ref_py_configure:
25+
2426
Choose configuration at runtime
2527
-------------------------------
2628
@@ -33,7 +35,7 @@
3335

3436
from example_httpserver_plugin import LauncherConfig
3537

36-
from ansys.tools.local_product_launcher import launch_product
38+
from ansys.tools.common.local_product_launcher import launch_product
3739

3840
# %%
3941
# Default configuration

0 commit comments

Comments
 (0)