Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/create-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
"ansys/pypim",
"ansys/pyprimemesh",
"ansys/pyrocky",
"ansys/pyscadeone",
"ansys/pyseascape",
"ansys/pysherlock",
"ansys/pysimai",
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
- `PyPIM <https://pypim.docs.pyansys.com/>`_: Pythonic interface to communicate with the Ansys PIM (Product Instance Management) API.
- `PyPrimeMesh <https://prime.docs.pyansys.com/>`_: Python library to acquire geometries and prepare surface and volume meshes for multiple solvers.
- `PyRocky <https://rocky.docs.pyansys.com/>`_: Python library to communicate with Ansys Rocky using Rocky PrePost API.
- `PyScadeOne <https://scadeone.docs.pyansys.com/>`_: Pythonic interface for Ansys Scade One.
- `PySeascape <https://seascape.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys RedHawkSC and TotemSC.
- `PySherlock <https://sherlock.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys Sherlock.
- `PySimAI <https://simai.docs.pyansys.com/>`_: Pythonic interface to use SimAI.
Expand Down
Binary file added doc/source/_static/thumbnails/pyscadeone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,19 @@ projects:
examples: https://rocky.docs.pyansys.com/version/stable/examples/index.html
api: https://rocky.docs.pyansys.com/version/stable/api/index.html

pyscadeone:
name: PyScadeOne
repository: https://github.com/ansys/pyscadeone
description: Pythonic interface to Ansys Scade One
thumbnail: _static/thumbnails/pyscadeone.png
family: Embedded Software
tags: [Software]
documentation:
base: https://scadeone.docs.pyansys.com/version/stable
user_guide: https://scadeone.docs.pyansys.com/version/stable/user_guide/index.html
examples: https://scadeone.docs.pyansys.com/version/stable/examples/index.html
api: https://scadeone.docs.pyansys.com/version/stable/api/index.html

pyseascape:
name: PySeascape
repository: https://github.com/ansys/pyseascape
Expand Down
Loading