Skip to content

Commit 951cfee

Browse files
authored
PyDyna must be PyDYNA (#782)
1 parent 83ee7ab commit 951cfee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
5555
- `PyDPF - Core <https://dpf.docs.pyansys.com/>`_: Pythonic interface to the Data Processing Framework (DPF) for building advanced and customized workflows.
5656
- `PyDPF - Post <https://post.docs.pyansys.com/>`_: Pythonic interface to access and post process Ansys solver result files.
5757
- `PyDPF - Composites <https://composites.dpf.docs.pyansys.com/>`_: Pythonic interface to postprocess layered and short-fiber composite models.
58-
- `PyDyna <https://dyna.docs.pyansys.com/>`_: Pythonic interface to build the Ansys DYNA input deck, submit it to the Ansys LS-DYNA solver, and postprocess its results.
58+
- `PyDYNA <https://dyna.docs.pyansys.com/>`_: Pythonic interface to build the Ansys DYNA input deck, submit it to the Ansys LS-DYNA solver, and postprocess its results.
5959
- `PyDynamicReporting <https://dynamicreporting.docs.pyansys.com/>`_: Pythonic interface to Ansys Dynamic Reporting for service and control of its database and reports.
6060
- `PyEDB <https://edb.docs.pyansys.com/>`_: Pythonic interface to the Ansys Electronics Database (EDB) client library.
6161
- `PyEDB - Core <https://edb.core.docs.pyansys.com/>`_: Pythonic interface to Ansys Electronics Database (EDB).
@@ -113,7 +113,7 @@ By default, the PyAnsys metapackage installs these core modules:
113113
- `PyDPF - Core`_
114114
- `PyDPF - Post`_
115115
- `PyDPF - Composites`_
116-
- `PyDyna`_
116+
- `PyDYNA`_
117117
- `PyDynamicReporting`_
118118
- `PyEDB`_
119119
- `PyEDB - Core`_

projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ projects:
122122
api: https://composites.dpf.docs.pyansys.com/version/stable/api/index.html
123123

124124
pydyna:
125-
name: PyDyna
125+
name: PyDYNA
126126
repository: https://github.com/ansys/pydyna
127127
description: Pythonic interface to build the Ansys DYNA input deck, submit it to the Ansys LS-DYNA solver, and postprocess its results
128128
thumbnail: _static/thumbnails/pydyna.png

0 commit comments

Comments
 (0)