Skip to content

Commit 8cb1493

Browse files
committed
feat: adding PyDynamicReporting (#305)
1 parent 361bf9c commit 8cb1493

File tree

9 files changed

+420
-389
lines changed

9 files changed

+420
-389
lines changed

.github/workflows/create-milestone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
"ansys/pydpf-core",
2424
"ansys/pydpf-post",
2525
"ansys/pydpf-composites",
26+
"ansys/pydynamicreporting",
2627
"ansys/pyfluent",
2728
"ansys/pyfluent-parametric",
2829
"ansys/pyfluent-visualization",

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
4141
- `PyDPF - Core <https://dpf.docs.pyansys.com/>`_: Pythonic interface to Ansys DPF (Data Processing Framework) for building more advanced and customized workflows.
4242
- `PyDPF - Post <https://post.docs.pyansys.com/>`_: Pythonic interface to access and post process Ansys solver result files.
4343
- `PyDPF - Composites <https://composites.dpf.docs.pyansys.com/>`_: Pythonic interface for DPF's postprocessing of layered and short-fiber composite models.
44+
- `PyDynamicReporting <https://dynamicreporting.docs.pyansys.com/>`_: Pythonic interface to Ansys Dynamic Reporting for service and control of its database and reports.
4445
- `PyFluent <https://fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent.
4546
- `PyFluent - Parametric <https://parametric.fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent parametric workflows.
4647
- `PyFluent - Visualization <https://visualization.fluent.docs.pyansys.com/>`_: Pythonic interface to visualize Ansys Fluent simulations.
@@ -71,6 +72,7 @@ By default, the PyAnsys metapackage installs these core modules:
7172
- `PyDPF - Core`_
7273
- `PyDPF - Post`_
7374
- `PyDPF - Composites`_
75+
- `PyDynamicReporting`_
7476
- `PyFluent`_
7577
- `PyMAPDL`_
7678
- `PyMechanical`_
98.5 KB
Loading

doc/source/api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ PyAnsys packages API reference
5050
:text-align: center
5151
:class-title: pyansys-card-title
5252

53+
.. grid-item-card:: PyDynamicReporting
54+
:img-top: _static/thumbnails/pydynamicreporting.png
55+
:link: https://dynamicreporting.docs.pyansys.com/version/0.4/class_documentation.html
56+
:text-align: center
57+
:class-title: pyansys-card-title
58+
5359
.. grid-item-card:: PyFluent
5460
:img-top: _static/thumbnails/pyfluent.png
5561
:link: https://fluent.docs.pyansys.com/version/0.14/api/index.html

doc/source/examples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ PyAnsys packages examples
3939
:text-align: center
4040
:class-title: pyansys-card-title
4141

42+
.. grid-item-card:: PyDynamicReporting
43+
:img-top: _static/thumbnails/pydynamicreporting.png
44+
:link: https://dynamicreporting.docs.pyansys.com/version/0.4/examples/index.html
45+
:text-align: center
46+
:class-title: pyansys-card-title
47+
4248
.. grid-item-card:: PyFluent
4349
:img-top: _static/thumbnails/pyfluent.png
4450
:link: https://fluent.docs.pyansys.com/version/0.14/examples/index.html

0 commit comments

Comments
 (0)