Skip to content

Commit 8cc0f1e

Browse files
committed
Fix rst note directive
1 parent 89f08c5 commit 8cc0f1e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

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

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

7-
.. note:
8-
This tutorial requires DPF 11.0 or above.
7+
.. note::
8+
9+
This tutorial requires DPF 18.0 or above.
910

1011
This tutorial shows the basics of creating a custom operator in Python and loading it ont a server for use.
1112

12-
.. note:
13+
.. note::
14+
1315
You can create custom operators in CPython using PyDPF-Core for use with DPF in Ansys 2023 R1 and later.
1416

1517
It first presents how to :ref:`create a custom DPF operator<tutorials_custom_operators_and_plugins_custom_operator_create_custom_operator>`
@@ -22,7 +24,8 @@ The next step is to :ref:`load the plugin on the server<tutorials_custom_operato
2224

2325
The final step is to instantiate the custom operator from the client API and :ref:`use it<tutorials_custom_operators_and_plugins_custom_operator_use_the_custom_operator>`.
2426

25-
.. note:
27+
.. note::
28+
2629
In this tutorial the DPF client API used is PyDPF-Core but, once recorded on the server,
2730
you can call the operators of the plugin using any of the DPF client APIs
2831
(C++, CPython, IronPython), as you would any other operator.

doc/source/user_guide/tutorials/custom_operators_and_plugins/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ With support for custom operators, PyDPF-Core becomes a development tool offerin
2323
The only prerequisite for creating custom operators is to be familiar with native operators.
2424
For more information, see :ref:`ref_user_guide_operators`.
2525

26-
.. note:
26+
.. note::
27+
2728
You can create custom operators in CPython using PyDPF-Core for use with DPF in Ansys 2023 R1 and later.
2829

2930
The following tutorials demonstrate how to develop such plugins using PyDPF-Core (CPython based) and how to use them.

0 commit comments

Comments
 (0)