Skip to content

Commit ac016a5

Browse files
change refs
1 parent d9b12eb commit ac016a5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -34,8 +34,8 @@ installer's Python interpreter.
3434

3535
#. Download the script for you operating system:
3636

37-
- For Windows, download this :download:`PowerShell script </user_guide/tutorials/08-enriching_dpf_capabilities/install_ansys_dpf_core_in_ansys.ps1>`.
38-
- For Linux, download this :download:`Shell script </user_guide/tutorials/08-enriching_dpf_capabilities/install_ansys_dpf_core_in_ansys.sh>`
37+
- For Windows, download this :download:`PowerShell script </user_guide/tutorials/enriching_dpf_capabilities/install_ansys_dpf_core_in_ansys.ps1>`.
38+
- For Linux, download this :download:`Shell script </user_guide/tutorials/enriching_dpf_capabilities/install_ansys_dpf_core_in_ansys.sh>`
3939

4040
#. Run the downloaded script for installing with optional arguments:
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ For this approach, do the following:
2323

2424
#. Download the script for your operating system:
2525

26-
- For Windows, download this :download:`PowerShell script </user_guide/tutorials/08-enriching_dpf_capabilities/create_sites_for_python_operators.ps1>`.
27-
- For Linux, download this :download:`Shell script </user_guide/tutorials/08-enriching_dpf_capabilities/create_sites_for_python_operators.sh>`.
26+
- For Windows, download this :download:`PowerShell script </user_guide/tutorials/enriching_dpf_capabilities/create_sites_for_python_operators.ps1>`.
27+
- For Linux, download this :download:`Shell script </user_guide/tutorials/enriching_dpf_capabilities/create_sites_for_python_operators.sh>`.
2828

2929
3. Run the downloaded script with the mandatory arguments:
3030

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"source",
159159
"user_guide",
160160
"tutorials",
161-
"10-enriching_dpf_capabilities",
161+
"enriching_dpf_capabilities",
162162
"create_sites_for_python_operators.ps1",
163163
)
164164
args = [
@@ -192,7 +192,7 @@
192192
"source",
193193
"user_guide",
194194
"tutorials",
195-
"10-enriching_dpf_capabilities",
195+
"enriching_dpf_capabilities",
196196
"create_sites_for_python_operators.sh",
197197
)
198198
run_cmd = f"{cmd_file}"

0 commit comments

Comments
 (0)