Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: fix "DPF capabilities" in concepts section #1012

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/concepts/waysofusing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ DPF is a framework that provides data computation capabilities. These capabiliti
enabled using the DPF Server application.
These capabilities can be accessed through client APIs, as shown here:

.. image:: ../images/drawings/apis_2.png

.. image:: ../images/drawings/apis_2.png


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.
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.

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

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

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

Expand Down