Skip to content

Commit 6b01996

Browse files
doc: add PyScadeOne to official PyAnsys libraries (#842)
* doc: add PyScadeOne to official PyAnsys libraries * fix: remove PyScadeOne from metapackage until dependency conflict is solved --------- Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent 04e2558 commit 6b01996

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

.github/workflows/create-milestone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
"ansys/pypim",
4747
"ansys/pyprimemesh",
4848
"ansys/pyrocky",
49+
"ansys/pyscadeone",
4950
"ansys/pyseascape",
5051
"ansys/pysherlock",
5152
"ansys/pysimai",

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
7373
- `PyPIM <https://pypim.docs.pyansys.com/>`_: Pythonic interface to communicate with the Ansys PIM (Product Instance Management) API.
7474
- `PyPrimeMesh <https://prime.docs.pyansys.com/>`_: Python library to acquire geometries and prepare surface and volume meshes for multiple solvers.
7575
- `PyRocky <https://rocky.docs.pyansys.com/>`_: Python library to communicate with Ansys Rocky using Rocky PrePost API.
76+
- `PyScadeOne <https://scadeone.docs.pyansys.com/>`_: Pythonic interface for Ansys Scade One.
7677
- `PySeascape <https://seascape.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys RedHawkSC and TotemSC.
7778
- `PySherlock <https://sherlock.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys Sherlock.
7879
- `PySimAI <https://simai.docs.pyansys.com/>`_: Pythonic interface to use SimAI.
5.42 KB
Loading

projects.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,19 @@ projects:
377377
examples: https://rocky.docs.pyansys.com/version/stable/examples/index.html
378378
api: https://rocky.docs.pyansys.com/version/stable/api/index.html
379379

380+
pyscadeone:
381+
name: PyScadeOne
382+
repository: https://github.com/ansys/pyscadeone
383+
description: Pythonic interface to Ansys Scade One
384+
thumbnail: _static/thumbnails/pyscadeone.png
385+
family: Embedded Software
386+
tags: [Software]
387+
documentation:
388+
base: https://scadeone.docs.pyansys.com/version/stable
389+
user_guide: https://scadeone.docs.pyansys.com/version/stable/user_guide/index.html
390+
examples: https://scadeone.docs.pyansys.com/version/stable/examples/index.html
391+
api: https://scadeone.docs.pyansys.com/version/stable/api/index.html
392+
380393
pyseascape:
381394
name: PySeascape
382395
repository: https://github.com/ansys/pyseascape

0 commit comments

Comments
 (0)