Skip to content

Commit d93b498

Browse files
committed
feat: adding PySherlock (#287)
* feat: adding PySherlock * fix: solving errors * feat: adding custom image
1 parent 7a6ce62 commit d93b498

File tree

8 files changed

+30
-0
lines changed

8 files changed

+30
-0
lines changed

.github/workflows/create-milestone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
"ansys/grantami-recordlist",
3333
"ansys/openapi-common",
3434
"ansys/pyseascape",
35+
"ansys/pysherlock",
3536
"ansys/pyprimemesh",
3637
"ansys/pytwin",
3738
"ansys/pysystem-coupling",

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
5252
- `PyPIM <https://pypim.docs.pyansys.com/>`_: Pythonic interface to communicate with the Ansys PIM (Product Instance Management) API.
5353
- `PyPrimeMesh <https://prime.docs.pyansys.com>`_: Pythonic interface to Ansys Prime Server, which delivers core Ansys meshing technology.
5454
- `PySeascape <https://seascape.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys RedHawkSC and TotemSC.
55+
- `PySherlock <https://sherlock.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys Sherlock.
5556
- `PySystemCoupling <https://systemcoupling.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys System Coupling.
5657
- `PyTwin <https://twin.docs.pyansys.com/>`_: Pythonic interface to communicate with consumption workflows for Ansys digital twins.
5758
- `Granta MI BoM Analytics <https://bomanalytics.grantami.docs.pyansys.com/>`_: Pythonic interface to Ansys Granta MI BoM Analytics services.
@@ -78,6 +79,7 @@ By default, the PyAnsys metapackage installs these core modules:
7879
- `PyPIM`_
7980
- `PyPrimeMesh`_
8081
- `PySeascape`_
82+
- `PySherlock`_
8183
- `PySystemCoupling`_
8284
- `PyTwin`_
8385
- `Granta MI BoM Analytics`_
197 KB
Loading

doc/source/api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ PyAnsys packages API reference
116116
:text-align: center
117117
:class-title: pyansys-card-title
118118

119+
.. grid-item-card:: PySherlock
120+
:img-top: _static/thumbnails/pysherlock.png
121+
:link: https://sherlock.docs.pyansys.com/version/stable/api/index.html
122+
:text-align: center
123+
:class-title: pyansys-card-title
124+
119125
.. grid-item-card:: PySystemCoupling
120126
:img-top: _static/thumbnails/pysystem-coupling.png
121127
:link: https://systemcoupling.docs.pyansys.com/version/0.1/api/index.html

doc/source/examples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ PyAnsys packages examples
105105
:text-align: center
106106
:class-title: pyansys-card-title
107107

108+
.. grid-item-card:: PySherlock
109+
:img-top: _static/thumbnails/pysherlock.png
110+
:link: https://sherlock.docs.pyansys.com/version/stable/getting_started/index.html
111+
:text-align: center
112+
:class-title: pyansys-card-title
113+
108114
.. grid-item-card:: PySystemCoupling
109115
:img-top: _static/thumbnails/pysystem-coupling.png
110116
:link: https://systemcoupling.docs.pyansys.com/version/0.1/examples/index.html

doc/source/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ it is now a collection of many Python packages for using Ansys products through
144144

145145
Pythonic interface to communicate with Ansys RedHawkSC and TotemSC
146146

147+
.. grid-item-card:: PySherlock
148+
:img-top: _static/thumbnails/pysherlock.png
149+
:link: https://sherlock.docs.pyansys.com/version/stable
150+
:text-align: center
151+
:class-title: pyansys-card-title
152+
153+
Pythonic interface to communicate with Ansys Sherlock
154+
147155
.. grid-item-card:: PySystem Coupling
148156
:img-top: _static/thumbnails/pysystem-coupling.png
149157
:link: https://systemcoupling.docs.pyansys.com/version/0.1

doc/source/user_guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ PyAnsys packages user guides
108108
:text-align: center
109109
:class-title: pyansys-card-title
110110

111+
.. grid-item-card:: PySherlock
112+
:img-top: _static/thumbnails/pysherlock.png
113+
:link: https://sherlock.docs.pyansys.com/version/stable/user_guide/index.html
114+
:text-align: center
115+
:class-title: pyansys-card-title
116+
111117
.. grid-item-card:: PySystemCoupling
112118
:img-top: _static/thumbnails/pysystem-coupling.png
113119
:link: https://systemcoupling.docs.pyansys.com/version/0.1/users_guide/index.html

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies = [
3838
"ansys-grantami-recordlists==1.0.0",
3939
"ansys-openapi-common==1.2.1",
4040
"ansys-seascape==0.2.0",
41+
"ansys-sherlock-core==0.2.0",
4142
"ansys-meshing-prime==0.3.2",
4243
"pytwin==0.3.0",
4344
"ansys-systemcoupling-core==0.1.3",

0 commit comments

Comments
 (0)