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

Fix doc styling errors reported by Vale #1466

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To use PyDPF-Core, you need access to a DPF Server.
and requires accepting the :ref:`DPF Preview License Agreement<target_to_license_terms>`.
Once you have access to an Ansys license, follow the guidelines to :ref:`install a standalone DPF Server <target_installing_server>`.

For more information regarding installing, managing and running DPF servers, see :ref:`ref_dpf_server`.
For more information regarding installing, managing, and running DPF servers, see :ref:`ref_dpf_server`.

Install PyDPF-Core
------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/licensing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ operators) which do not perform any data transformation.

For example, when considering result operators, they perform data transformation if the requested
location is not the native result location. In that case, averaging occurs which is considered
as data transformation (for example, elemental to nodal, nodal to elemental...).
as data transformation (such as elemental to nodal, nodal to elemental, or any other location change).

.. _licensing_server_context:
Server context
Expand Down
Loading