Skip to content

Commit c8656b9

Browse files
authored
Merge branch 'main' into zzqbranch
2 parents cfa5aeb + 4bd643b commit c8656b9

File tree

2 files changed

+42
-6
lines changed

2 files changed

+42
-6
lines changed

README.rst

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
PyDYNA
2+
========
3+
|pyansys| |python| |pypi| |GH-CI| |codecov| |MIT| |black|
4+
5+
.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
6+
:target: https://docs.pyansys.com/
7+
:alt: PyAnsys
8+
9+
.. |python| image:: https://img.shields.io/pypi/pyversions/ansys-dyna-core?logo=pypi
10+
:target: https://pypi.org/project/ansys-dyna-core/
11+
:alt: Python
12+
13+
.. |pypi| image:: https://img.shields.io/pypi/v/ansys-dyna-core.svg?logo=python&logoColor=white
14+
:target: https://pypi.org/project/ansys-dyna-core
15+
:alt: PyPI
16+
17+
.. |codecov| image:: https://codecov.io/gh/ansys/ansys-dyna-core/branch/main/graph/badge.svg
18+
:target: https://codecov.io/gh/ansys/pydyna
19+
:alt: Codecov
20+
21+
.. |GH-CI| image:: https://github.com/ansys/pydyna/actions/workflows/ci_cd.yml/badge.svg
22+
:target: https://github.com/ansys/pydyna/actions/workflows/ci_cd.yml
23+
:alt: GH-CI
24+
25+
.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
26+
:target: https://opensource.org/licenses/MIT
27+
:alt: MIT
28+
29+
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat
30+
:target: https://github.com/psf/black
31+
:alt: Black
32+
133
Overview
234
========
335
PyDYNA is a Pythonic package for providing a more convenient and complete way to
@@ -44,8 +76,10 @@ the PyAnsys support team, email `[email protected] <pyansys.support@ansy
4476
Usage
4577
=====
4678
Here is a basic preprocessing example:
47-
Firstly, get the input file from "pydyna\\src\\ansys\\dyna\\core\\pre\\examples\\explicit\\ball_plate\\ball_plate.k"
48-
The follow example can be obtained from "pydyna\examples\Explicit\ball_plate.py"
79+
80+
Get the input file from "pydyna\\src\\ansys\\dyna\\core\\pre\\examples\\explicit\\ball_plate\\ball_plate.k"
81+
82+
The follow example can be obtained from "pydyna\\examples\\Explicit\\ball_plate.py"
4983

5084
.. code:: python
5185
@@ -129,7 +163,9 @@ The follow example can be obtained from "pydyna\examples\Explicit\ball_plate.py"
129163
solution.download(serveroutfile,downloadfile)
130164
131165
Here is a basic solving example:
166+
132167
The follow example can be obtained from "pydyna\\examples\\solver\\ball_plate_solver.py"
168+
133169
.. code:: python
134170
135171
import ansys.dyna.core.solver as solver
@@ -174,4 +210,4 @@ page on the Ansys website.
174210

175211
.. LINKS AND REFERENCES
176212
.. _pip: https://pypi.org/project/pip/
177-
.. _PyAnsys Developer's Guide: https://dev.docs.pyansys.com/
213+
.. _PyAnsys Developer's Guide: https://dev.docs.pyansys.com/

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
tests = [
3535
"pyvista==0.40.1",
3636
"matplotlib==3.7.2",
37-
"numpy==1.25.1",
37+
"numpy==1.25.2",
3838
"pytest==7.4.0",
3939
"pytest-cov==4.1.0",
4040
"joblib==1.3.1",
@@ -51,15 +51,15 @@ doc = [
5151
"imageio-ffmpeg==0.4.8",
5252
"pyvista==0.40.1",
5353
"numpydoc==1.5.0",
54-
"Sphinx==7.1.0",
54+
"Sphinx==7.1.1",
5555
"sphinx-autobuild==2021.3.14",
5656
"sphinxcontrib-websupport==1.2.4",
5757
"pytest-sphinx==0.5.0",
5858
"sphinx-notfound-page==0.8.3",
5959
"sphinx-copybutton==0.5.2",
6060
"sphinx-gallery==0.13.0",
6161
"sphinx-autodoc-typehints==1.24.0",
62-
"ansys-sphinx-theme==0.9.9",
62+
"ansys-sphinx-theme==0.10.0",
6363
"pypandoc==1.11",
6464
"nbsphinx==0.9.2",
6565
"ipywidgets==8.0.7",

0 commit comments

Comments
 (0)