Skip to content

Commit 1ea13de

Browse files
authored
Documentation: update availability information of Custom Operators section (#1072)
* Fix documentation about Python operators * typo
1 parent 80a3282 commit 1ea13de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/user_guide/custom_operators.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Custom operators
55
================
66

7-
In Ansys 2022 R2 and later, you can create custom operators in CPython. Creating custom operators
7+
In Ansys 2023 R1 and later, you can create custom operators in CPython. Creating custom operators
88
consists of wrapping Python routines in a DPF-compliant way so that you can access them in the same way
99
as you access the native operators in the :class:`ansys.dpf.core.dpf_operator.Operator` class in
1010
PyDPF-Core or in any supported client API.
@@ -39,8 +39,8 @@ installer's Python interpreter.
3939

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

42-
- ``-awp_root``: Path to the Ansys root installation folder. For example, the 2022 R2 installation folder ends
43-
with ``Ansys Inc/v222``, and the default environment variable is ``AWP_ROOT222``.
42+
- ``-awp_root``: Path to the Ansys root installation folder. For example, the 2023 R1 installation folder ends
43+
with ``Ansys Inc/v231``, and the default environment variable is ``AWP_ROOT231``.
4444
- ``-pip_args``: Optional arguments to add to the ``pip`` command. For example, ``--extra-index-url`` or
4545
``--trusted-host``.
4646

@@ -53,8 +53,8 @@ If you ever want to uninstall the ``ansys-dpf-core`` module from the Ansys insta
5353

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

56-
- ``-awp_root``: Path to the Ansys root installation folder. For example, the 2022 R2 installation folder ends
57-
with ``Ansys Inc/v222``, and the default environment variable is ``AWP_ROOT222``.
56+
- ``-awp_root``: Path to the Ansys root installation folder. For example, the 2023 R1 installation folder ends
57+
with ``Ansys Inc/v231``, and the default environment variable is ``AWP_ROOT231``.
5858

5959

6060
Create operators

0 commit comments

Comments
 (0)