Skip to content

Commit f18727c

Browse files
change refs
1 parent ac016a5 commit f18727c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/source/user_guide/tutorials/enriching_dpf_capabilities/custom_operators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ If you ever want to uninstall the ``ansys-dpf-core`` module from the Ansys insta
4848

4949
#. Download the script for your operating system:
5050

51-
- For Windows, download this :download:`PowerShell script </user_guide/tutorials/08-enriching_dpf_capabilities/uninstall_ansys_dpf_core_in_ansys.ps1>`.
52-
- For Linux, download this :download:`Shell script </user_guide/tutorials/08-enriching_dpf_capabilities/uninstall_ansys_dpf_core_in_ansys.sh>`.
51+
- For Windows, download this :download:`PowerShell script </user_guide/tutorials/enriching_dpf_capabilities/uninstall_ansys_dpf_core_in_ansys.ps1>`.
52+
- For Linux, download this :download:`Shell script </user_guide/tutorials/enriching_dpf_capabilities/uninstall_ansys_dpf_core_in_ansys.sh>`.
5353

5454
#. Run the downloaded script for uninstalling with the optional argument:
5555

doc/source/user_guide/tutorials/enriching_dpf_capabilities/custom_plug_in_package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Use the :func:`load_library() <ansys.dpf.core.core.load_library>` method to load
7676
7777
7878
Use the custom operators
79-
--------------------
79+
------------------------
8080

8181
Once the plugin is loaded, you can instantiate the custom operator:
8282

examples/08-python-operators/02-python_operators_with_dependencies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@
123123
# Download the script for your operating system.
124124
#
125125
# - For Windows, download this
126-
# :download:`PowerShell script </user_guide/create_sites_for_python_operators.ps1>`.
126+
# :download:`PowerShell script </user_guide/tutorials/enriching_dpf_capabilities/create_sites_for_python_operators.ps1>`.
127127
# - For Linux, download this
128-
# :download:`Shell script </user_guide/create_sites_for_python_operators.sh>`.
128+
# :download:`Shell script </user_guide/tutorials/enriching_dpf_capabilities/create_sites_for_python_operators.sh>`.
129129
#
130130
# Run the downloaded script with the mandatory arguments:
131131
#

0 commit comments

Comments
 (0)