From 98f63eb85ee4cbedf1b05d005fe16086520e7788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20Woimb=C3=A9e?= Date: Thu, 9 Nov 2023 15:07:06 +0100 Subject: [PATCH] maint(typos): rename PDF to DPF (#1257) * fix typos: rename PDF to DPF * DPF-Core -> PyDPF-Core Co-authored-by: Paul Profizi <100710998+PProfizi@users.noreply.github.com> --------- Co-authored-by: Paul Profizi <100710998+PProfizi@users.noreply.github.com> --- README.md | 4 ++-- docs/source/index.rst | 2 +- docs/source/user_guide/custom_operators_deps.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cec3ff4a5b..ab1335e008 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/docs/source/index.rst b/docs/source/index.rst index 5d536ffbe2..4b16ccb9d1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 `_ +- `How to write a new solver reader as a DPF plugin `_ Documentation and issues diff --git a/docs/source/user_guide/custom_operators_deps.rst b/docs/source/user_guide/custom_operators_deps.rst index 37a89060fa..754b587947 100644 --- a/docs/source/user_guide/custom_operators_deps.rst +++ b/docs/source/user_guide/custom_operators_deps.rst @@ -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.