Skip to content

Commit 7090325

Browse files
authored
fix image (#1012)
1 parent 8b95c9f commit 7090325

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/concepts/waysofusing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ DPF is a framework that provides data computation capabilities. These capabiliti
2828
enabled using the DPF Server application.
2929
These capabilities can be accessed through client APIs, as shown here:
3030

31-
.. image:: ../images/drawings/apis_2.png
3231

32+
.. image:: ../images/drawings/apis_2.png
3333

3434

35-
1. DPF server application can be accessed using Ansys Inc product, or DPF Server package (see :ref:`ref_getting_started_with_dpf_server`) available on the Customer portal.
35+
1. DPF server application can be accessed using Ansys Inc product, or DPF Server package (see :ref:`ref_getting_started_with_dpf_server`) available on the Customer portal.
3636

37-
2. Several client APIs are available (CPython, IronPython, C++, and so on).
37+
2. Several client APIs are available (CPython, IronPython, C++, and so on).
3838

39-
3. Communication in the same process, or through gRPC, allows you to have the client and the servers on different machines.
39+
3. Communication in the same process, or through gRPC, allows you to have the client and the servers on different machines.
4040

4141
Note that **IronPython and CPython APIs are different**, each has specific syntax.
4242

0 commit comments

Comments
 (0)