Skip to content

Commit c7f3474

Browse files
committed
Update tutorial section
1 parent c760f4e commit c7f3474

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _user_guide_custom_operators:
1+
.. _tutorials_custom_operators_and_plugins_custom_operator:
22

33
================
44
Custom operators

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22

33
Custom Operators and Plugins
44
----------------------------
5-
The available DPF capabilities loaded in a DPF application can be enhanced
6-
by creating new operator’s libraries. DPF offers multiple development APIs
7-
depending on your environment.
5+
You can enhance and customize your DPF installation by creating new operators and libraries of operators, called 'plugins'.
86

9-
These tutorials demonstrate how to develop those plugins for PyDPF-Core (CPython based)
7+
DPF offers multiple development APIs depending on your environment.
8+
9+
The following tutorials demonstrate how to develop such plugins using PyDPF-Core (CPython based) and how to use them.
1010

1111
.. grid:: 1 1 3 3
1212
:gutter: 2
1313
:padding: 2
1414
:margin: 2
1515

16-
.. grid-item-card:: Create custom operators and plugins
17-
:link: user_guide_custom_operators
16+
.. grid-item-card:: Create a DPF plugin with a single operator
17+
:link: tutorials_custom_operators_and_plugins_custom_operator
1818
:link-type: ref
1919
:text-align: center
2020

21-
This tutorial shows how to create, load and use a basic operator plugin, which is for a single custom operator
21+
This tutorial shows how to create, load, and use a custom plugin containing a single custom operator.
2222

23-
.. grid-item-card:: Create a plug-in package with multiple operators
23+
.. grid-item-card:: Create a DPF plugin with multiple operators
2424
:link: tutorials_others_custom_plug_ins_packages
2525
:link-type: ref
2626
:text-align: center
2727

28-
This tutorial shows how to create, load and use a custom plug-in package with multiple operators or with complex routines
28+
This tutorial shows how to create, load, and use a custom plugin with multiple operators or with complex routines.
2929

30-
.. grid-item-card:: Create a plug-in package that has third-party dependencies
30+
.. grid-item-card:: Create a custom DPF plugin with third-party dependencies using Python
3131
:link: tutorials_others_custom_plug_ins_packages_third_deps
3232
:link-type: ref
3333
:text-align: center
3434

35-
This tutorial shows how to create a Python plug-in package with third-party dependencies
35+
This tutorial shows how to create a Python plug-in package with third-party dependencies.
3636

3737
.. toctree::
3838
:maxdepth: 2

0 commit comments

Comments
 (0)