|
2 | 2 |
|
3 | 3 | Custom Operators and Plugins |
4 | 4 | ---------------------------- |
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'. |
8 | 6 |
|
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. |
10 | 10 |
|
11 | 11 | .. grid:: 1 1 3 3 |
12 | 12 | :gutter: 2 |
13 | 13 | :padding: 2 |
14 | 14 | :margin: 2 |
15 | 15 |
|
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 |
18 | 18 | :link-type: ref |
19 | 19 | :text-align: center |
20 | 20 |
|
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. |
22 | 22 |
|
23 | | - .. grid-item-card:: Create a plug-in package with multiple operators |
| 23 | + .. grid-item-card:: Create a DPF plugin with multiple operators |
24 | 24 | :link: tutorials_others_custom_plug_ins_packages |
25 | 25 | :link-type: ref |
26 | 26 | :text-align: center |
27 | 27 |
|
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. |
29 | 29 |
|
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 |
31 | 31 | :link: tutorials_others_custom_plug_ins_packages_third_deps |
32 | 32 | :link-type: ref |
33 | 33 | :text-align: center |
34 | 34 |
|
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. |
36 | 36 |
|
37 | 37 | .. toctree:: |
38 | 38 | :maxdepth: 2 |
|
0 commit comments