diff --git a/.github/workflows/create-milestone.yml b/.github/workflows/create-milestone.yml index 77c92f6e..8627adda 100644 --- a/.github/workflows/create-milestone.yml +++ b/.github/workflows/create-milestone.yml @@ -32,6 +32,7 @@ jobs: "ansys/grantami-recordlist", "ansys/openapi-common", "ansys/pyseascape", + "ansys/pysherlock", "ansys/pyprimemesh", "ansys/pytwin", "ansys/pysystem-coupling", diff --git a/README.rst b/README.rst index 4629253c..4a8fe9f2 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages - `PyPIM `_: Pythonic interface to communicate with the Ansys PIM (Product Instance Management) API. - `PyPrimeMesh `_: Pythonic interface to Ansys Prime Server, which delivers core Ansys meshing technology. - `PySeascape `_: Pythonic interface to communicate with Ansys RedHawkSC and TotemSC. +- `PySherlock `_: Pythonic interface to communicate with Ansys Sherlock. - `PySystemCoupling `_: Pythonic interface to communicate with Ansys System Coupling. - `PyTwin `_: Pythonic interface to communicate with consumption workflows for Ansys digital twins. - `Granta MI BoM Analytics `_: Pythonic interface to Ansys Granta MI BoM Analytics services. @@ -78,6 +79,7 @@ By default, the PyAnsys metapackage installs these core modules: - `PyPIM`_ - `PyPrimeMesh`_ - `PySeascape`_ +- `PySherlock`_ - `PySystemCoupling`_ - `PyTwin`_ - `Granta MI BoM Analytics`_ diff --git a/doc/source/_static/thumbnails/pysherlock.png b/doc/source/_static/thumbnails/pysherlock.png new file mode 100644 index 00000000..aa75a548 Binary files /dev/null and b/doc/source/_static/thumbnails/pysherlock.png differ diff --git a/doc/source/api.rst b/doc/source/api.rst index e4e6aac7..b6eb75c0 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -116,6 +116,12 @@ PyAnsys packages API reference :text-align: center :class-title: pyansys-card-title + .. grid-item-card:: PySherlock + :img-top: _static/thumbnails/pysherlock.png + :link: https://sherlock.docs.pyansys.com/version/stable/api/index.html + :text-align: center + :class-title: pyansys-card-title + .. grid-item-card:: PySystemCoupling :img-top: _static/thumbnails/pysystem-coupling.png :link: https://systemcoupling.docs.pyansys.com/version/stable/api/index.html diff --git a/doc/source/examples.rst b/doc/source/examples.rst index 259f1cab..e3df88b9 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -105,6 +105,12 @@ PyAnsys packages examples :text-align: center :class-title: pyansys-card-title + .. grid-item-card:: PySherlock + :img-top: _static/thumbnails/pysherlock.png + :link: https://sherlock.docs.pyansys.com/version/stable/getting_started/index.html + :text-align: center + :class-title: pyansys-card-title + .. grid-item-card:: PySystemCoupling :img-top: _static/thumbnails/pysystem-coupling.png :link: https://systemcoupling.docs.pyansys.com/version/stable/examples/index.html diff --git a/doc/source/index.rst b/doc/source/index.rst index 609705a4..4b6501b2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -144,6 +144,14 @@ it is now a collection of many Python packages for using Ansys products through Pythonic interface to communicate with Ansys RedHawkSC and TotemSC + .. grid-item-card:: PySherlock + :img-top: _static/thumbnails/pysherlock.png + :link: https://sherlock.docs.pyansys.com/version/stable + :text-align: center + :class-title: pyansys-card-title + + Pythonic interface to communicate with Ansys Sherlock + .. grid-item-card:: PySystem Coupling :img-top: _static/thumbnails/pysystem-coupling.png :link: https://systemcoupling.docs.pyansys.com/version/stable diff --git a/doc/source/user_guide.rst b/doc/source/user_guide.rst index 9cb77a4d..55b50737 100644 --- a/doc/source/user_guide.rst +++ b/doc/source/user_guide.rst @@ -108,6 +108,12 @@ PyAnsys packages user guides :text-align: center :class-title: pyansys-card-title + .. grid-item-card:: PySherlock + :img-top: _static/thumbnails/pysherlock.png + :link: https://sherlock.docs.pyansys.com/version/stable/user_guide/index.html + :text-align: center + :class-title: pyansys-card-title + .. grid-item-card:: PySystemCoupling :img-top: _static/thumbnails/pysystem-coupling.png :link: https://systemcoupling.docs.pyansys.com/version/stable/users_guide/index.html diff --git a/pyproject.toml b/pyproject.toml index 4b1ebbc3..462df3c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dependencies = [ "ansys-grantami-recordlists==1.0.0.post1", "ansys-openapi-common==1.2.1", "ansys-seascape==0.2.0", + "ansys-sherlock-core==0.2.0", "ansys-meshing-prime==0.3.2", "pytwin==0.3.0", "ansys-systemcoupling-core==0.1.3",