Skip to content

Commit e357903

Browse files
committed
Merge branch 'main' into zzqbranch
2 parents 7f43314 + 8dbba32 commit e357903

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

README.rst

Lines changed: 32 additions & 0 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ doc = [
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)