Skip to content

Commit 361bf9c

Browse files
roosreRobPasMue
andcommitted
Update title of the composites plugin of DPF (and align other names) (#303)
* Update title of the composites plugin of DPF * feat: common naming approach for all packages --------- Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent c865d3c commit 361bf9c

File tree

6 files changed

+416
-220
lines changed

6 files changed

+416
-220
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
3838

3939
- `PyAEDT <https://aedt.docs.pyansys.com/>`_: Pythonic interface to AEDT (Ansys Electronics Desktop).
4040
- `PyAnsys Math <https://math.docs.pyansys.com/>`_: Pythonic interface to PyAnsys Math libraries.
41-
- `PyDPF-Core <https://dpf.docs.pyansys.com/>`_: Pythonic interface to Ansys DPF (Data Processing Framework) for building more advanced and customized workflows.
42-
- `PyDPF-Post <https://post.docs.pyansys.com/>`_: Pythonic interface to access and post process Ansys solver result files.
43-
- `PyDPF Composites <https://composites.dpf.docs.pyansys.com/>`_: Pythonic interface for DPF's postprocessing of layered and short-fiber composite models.
41+
- `PyDPF - Core <https://dpf.docs.pyansys.com/>`_: Pythonic interface to Ansys DPF (Data Processing Framework) for building more advanced and customized workflows.
42+
- `PyDPF - Post <https://post.docs.pyansys.com/>`_: Pythonic interface to access and post process Ansys solver result files.
43+
- `PyDPF - Composites <https://composites.dpf.docs.pyansys.com/>`_: Pythonic interface for DPF's postprocessing of layered and short-fiber composite models.
4444
- `PyFluent <https://fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent.
45-
- `PyFluent-Parametric <https://parametric.fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent parametric workflows.
46-
- `PyFluent-Visualization <https://visualization.fluent.docs.pyansys.com/>`_: Pythonic interface to visualize Ansys Fluent simulations.
45+
- `PyFluent - Parametric <https://parametric.fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent parametric workflows.
46+
- `PyFluent - Visualization <https://visualization.fluent.docs.pyansys.com/>`_: Pythonic interface to visualize Ansys Fluent simulations.
4747
- `PyMAPDL <https://mapdl.docs.pyansys.com/>`_: Pythonic interface to Ansys MAPDL (Mechanical APDL).
4848
- `PyMAPDL Reader <https://reader.docs.pyansys.com/>`_: Pythonic interface to read legacy MAPDL result files (MAPDL 14.5 and later).
4949
- `PyMechanical <https://mechanical.docs.pyansys.com/>`_: Pythonic interface to Ansys Mechanical.
@@ -68,9 +68,9 @@ By default, the PyAnsys metapackage installs these core modules:
6868

6969
- `PyAEDT`_
7070
- `PyAnsys Math`_
71-
- `PyDPF-Core`_
72-
- `PyDPF-Post`_
73-
- `PyDPF Composites`_
71+
- `PyDPF - Core`_
72+
- `PyDPF - Post`_
73+
- `PyDPF - Composites`_
7474
- `PyFluent`_
7575
- `PyMAPDL`_
7676
- `PyMechanical`_
@@ -90,7 +90,7 @@ Additionally, the ``pyansys`` metapackage contains certain extra targets that
9090
can be installed upon request:
9191

9292
- **mapdl-all**: This target installs the core packages and `PyMAPDL Reader`_.
93-
- **fluent-all**: This target installs the core packages and `PyFluent-Parametric`_ and `PyFluent-Visualization`_.
93+
- **fluent-all**: This target installs the core packages and `PyFluent - Parametric`_ and `PyFluent - Visualization`_.
9494
- **all**: This target installs all extra ``pyansys`` packages.
9595

9696
Package installation

doc/source/api.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ PyAnsys packages API reference
3232
:text-align: center
3333
:class-title: pyansys-card-title
3434

35-
.. grid-item-card:: PyDPF-Core
35+
.. grid-item-card:: PyDPF - Core
3636
:img-top: _static/thumbnails/pydpf-core.png
3737
:link: https://dpf.docs.pyansys.com/version/0.8/api/index.html
3838
:text-align: center
3939
:class-title: pyansys-card-title
4040

41-
.. grid-item-card:: PyDPF-Post
41+
.. grid-item-card:: PyDPF - Post
4242
:img-top: _static/thumbnails/pydpf-post.png
4343
:link: https://post.docs.pyansys.com/version/0.4/api/index.html
4444
:text-align: center
4545
:class-title: pyansys-card-title
4646

47-
.. grid-item-card:: PyDPF Composites
47+
.. grid-item-card:: PyDPF - Composites
4848
:img-top: _static/thumbnails/pydpf-composites.png
4949
:link: https://composites.dpf.docs.pyansys.com/version/0.2/api/index.html
5050
:text-align: center
@@ -56,13 +56,13 @@ PyAnsys packages API reference
5656
:text-align: center
5757
:class-title: pyansys-card-title
5858

59-
.. grid-item-card:: PyFluent-Parametric
59+
.. grid-item-card:: PyFluent - Parametric
6060
:img-top: _static/thumbnails/pyfluent-parametric.png
6161
:link: https://parametric.fluent.docs.pyansys.com/version/0.7/api/index.html
6262
:text-align: center
6363
:class-title: pyansys-card-title
6464

65-
.. grid-item-card:: PyFluent-Visualization
65+
.. grid-item-card:: PyFluent - Visualization
6666
:img-top: _static/thumbnails/pyfluent-visualization.png
6767
:link: https://visualization.fluent.docs.pyansys.com/version/0.7/api/index.html
6868
:text-align: center

doc/source/examples.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ PyAnsys packages examples
2121
:text-align: center
2222
:class-title: pyansys-card-title
2323

24-
.. grid-item-card:: PyDPF-Core
24+
.. grid-item-card:: PyDPF - Core
2525
:img-top: _static/thumbnails/pydpf-core.png
2626
:link: https://dpf.docs.pyansys.com/version/0.8/examples/index.html
2727
:text-align: center
2828
:class-title: pyansys-card-title
2929

30-
.. grid-item-card:: PyDPF-Post
30+
.. grid-item-card:: PyDPF - Post
3131
:img-top: _static/thumbnails/pydpf-post.png
3232
:link: https://post.docs.pyansys.com/version/0.4/examples/index.html
3333
:text-align: center
3434
:class-title: pyansys-card-title
3535

36-
.. grid-item-card:: PyDPF Composites
36+
.. grid-item-card:: PyDPF - Composites
3737
:img-top: _static/thumbnails/pydpf-composites.png
3838
:link: https://composites.dpf.docs.pyansys.com/version/0.2/examples/index.html
3939
:text-align: center
@@ -45,13 +45,13 @@ PyAnsys packages examples
4545
:text-align: center
4646
:class-title: pyansys-card-title
4747

48-
.. grid-item-card:: PyFluent-Parametric
48+
.. grid-item-card:: PyFluent - Parametric
4949
:img-top: _static/thumbnails/pyfluent-parametric.png
5050
:link: https://parametric.fluent.docs.pyansys.com/version/0.7/examples/index.html
5151
:text-align: center
5252
:class-title: pyansys-card-title
5353

54-
.. grid-item-card:: PyFluent-Visualization
54+
.. grid-item-card:: PyFluent - Visualization
5555
:img-top: _static/thumbnails/pyfluent-visualization.png
5656
:link: https://visualization.fluent.docs.pyansys.com/version/0.7/examples/index.html
5757
:text-align: center

0 commit comments

Comments
 (0)