Skip to content

Commit

Permalink
maint(typos): rename PDF to DPF (#1257)
Browse files Browse the repository at this point in the history
* fix typos: rename PDF to DPF

* DPF-Core -> PyDPF-Core

Co-authored-by: Paul Profizi <[email protected]>

---------

Co-authored-by: Paul Profizi <[email protected]>
  • Loading branch information
awoimbee and PProfizi authored Nov 9, 2023
1 parent 4436030 commit 98f63eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The latest version of DPF supports Ansys solver results files for:
- CFX (`.cad/dat.cff`, `.flprj`)

For more information on file support, see the [main page](https://dpf.docs.pyansys.com/version/stable/index.html)
in the PDF-Core documentation.
in the PyDPF-Core documentation.

Using the many DPF operators that are available, you can manipulate and
transform this data. You can also chain operators together to create simple
Expand All @@ -47,7 +47,7 @@ without ever leaving the Python environment.

## Documentation and issues

Documentation for the latest stable release of PyPDF-Core is hosted at
Documentation for the latest stable release of PyDPF-Core is hosted at
[PyDPF-Core documentation](https://dpf.docs.pyansys.com/version/stable/).

In the upper right corner of the documentation's title bar, there is an option for switching from
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ the **Ansys installer** and **DPF Server**.

- :ref:`user_guide_custom_operators` in the PyDPF-Core documentation

- `How to write a new solver reader as a PDF plugin <https://astonishing-hyacinth-e64.notion.site/How-to-write-a-new-solver-reader-as-a-DPF-s-plugin-bd2d2a3cf51f47ef9e70df45d64f89cb>`_
- `How to write a new solver reader as a DPF plugin <https://astonishing-hyacinth-e64.notion.site/How-to-write-a-new-solver-reader-as-a-DPF-s-plugin-bd2d2a3cf51f47ef9e70df45d64f89cb>`_


Documentation and issues
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide/custom_operators_deps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ and reference a folder or ZIP file with the sites of the dependencies in an XML
located next to the folder for the plug-in package. The XML file must have the same
name as the plug-in package plus an ``.xml`` extension.

When the :py:func:`ansys.dpf.core.core.load_library` method is called, PDF-Core uses the
When the :py:func:`ansys.dpf.core.core.load_library` method is called, PyDPF-Core uses the
``site`` Python module to add custom sites to the path for the Python interpreter.


Expand Down

0 comments on commit 98f63eb

Please sign in to comment.