Skip to content

Commit

Permalink
PyDyna must be PyDYNA (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
PipKat authored Dec 12, 2024
1 parent 83ee7ab commit 951cfee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
- `PyDPF - Core <https://dpf.docs.pyansys.com/>`_: Pythonic interface to the Data Processing Framework (DPF) for building advanced and customized workflows.
- `PyDPF - Post <https://post.docs.pyansys.com/>`_: Pythonic interface to access and post process Ansys solver result files.
- `PyDPF - Composites <https://composites.dpf.docs.pyansys.com/>`_: Pythonic interface to postprocess layered and short-fiber composite models.
- `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.
- `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.
- `PyDynamicReporting <https://dynamicreporting.docs.pyansys.com/>`_: Pythonic interface to Ansys Dynamic Reporting for service and control of its database and reports.
- `PyEDB <https://edb.docs.pyansys.com/>`_: Pythonic interface to the Ansys Electronics Database (EDB) client library.
- `PyEDB - Core <https://edb.core.docs.pyansys.com/>`_: Pythonic interface to Ansys Electronics Database (EDB).
Expand Down Expand Up @@ -113,7 +113,7 @@ By default, the PyAnsys metapackage installs these core modules:
- `PyDPF - Core`_
- `PyDPF - Post`_
- `PyDPF - Composites`_
- `PyDyna`_
- `PyDYNA`_
- `PyDynamicReporting`_
- `PyEDB`_
- `PyEDB - Core`_
Expand Down
2 changes: 1 addition & 1 deletion projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ projects:
api: https://composites.dpf.docs.pyansys.com/version/stable/api/index.html

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

0 comments on commit 951cfee

Please sign in to comment.