Skip to content

Commit 1242089

Browse files
feat(projects): add PySTK (#1032)
* feat(projects): add PySTK * Update projects.yaml --------- Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent f6c8fcb commit 1242089

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

doc/source/_static/icons/dme.svg

Lines changed: 23 additions & 0 deletions
Loading
149 KB
Loading

projects.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,19 @@ projects:
477477
examples: https://speos.docs.pyansys.com/version/stable/examples.html
478478
api: https://speos.docs.pyansys.com/version/stable/api/index.html
479479

480+
pystk:
481+
name: PySTK
482+
repository: https://github.com/ansys/pystk
483+
description: Next generation Python API for STK
484+
thumbnail: _static/thumbnails/pystk.png
485+
families: ["Digital Mission Engineering"]
486+
tags: [Flagship]
487+
icon: _static/icons/dme.svg
488+
documentation:
489+
base: https://stk.docs.pyansys.com/version/stable
490+
user_guide: https://stk.docs.pyansys.com/version/stable/user-guide.html
491+
examples: https://stk.docs.pyansys.com/version/stable/examples.html
492+
api: https://stk.docs.pyansys.com/version/stable/api.html
480493

481494
pysystemcoupling:
482495
name: PySystemCoupling
@@ -723,3 +736,4 @@ projects:
723736
icon: _static/icons/ansys-icon-light.svg
724737
documentation:
725738
base: https://pyconverter-xml2py.docs.pyansys.com/version/stable/index.html
739+

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ dependencies = [
5353
"ansys-simai-core==0.3.3",
5454
"ansys-sound-core==0.2.1",
5555
"ansys-speos-core==0.6.0",
56+
"ansys-stk==0.1.1",
5657
"ansys-systemcoupling-core==0.10.1",
5758
"ansys-turbogrid-core==0.4.6",
5859
"ansys-workbench-core==0.9.0",

0 commit comments

Comments
 (0)