Skip to content

Commit af1d52b

Browse files
authored
Adding PyOptislang (#205)
* FEAT: including PyOptislang * FEAT: missing PyOptislang as a deps * FEAT: add PyOptislang image * FEAT: pointing to image
1 parent 269ba05 commit af1d52b

File tree

7 files changed

+29
-0
lines changed

7 files changed

+29
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
4747
- `PyMAPDL <https://mapdl.docs.pyansys.com/>`_: Pythonic interface to Ansys MAPDL (Mechanical APLD).
4848
- `PyMAPDL Reader <https://reader.docs.pyansys.com/>`_: Pythonic interface to read legacy MAPDL result files (MAPDL 14.5 and later).
4949
- `PyMotorCAD <https://motorcad.docs.pyansys.com/>`_: Pythonic interface to Ansys Motor-CAD.
50+
- `PyOptislang <https://optislang.docs.pyansys.com/>`_: Pythonic interface to Ansys Optislang.
5051
- `PyPIM <https://pypim.docs.pyansys.com/>`_: Pythonic interface to communicate with the Ansys PIM (Product Instance Management) API.
5152
- `PyPrimeMesh <https://prime.docs.pyansys.com>`_: Pythonic interface to Ansys Prime Server, which delivers core Ansys meshing technology.
5253
- `PySeascape <https://seascape.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys RedHawkSC and TotemSC.
@@ -70,6 +71,7 @@ By default, the PyAnsys metapackage installs these core modules:
7071
- `PyFluent`_
7172
- `PyMAPDL`_
7273
- `PyMotorCAD`_
74+
- `PyOptislang`_
7375
- `PyPIM`_
7476
- `PyPrimeMesh`_
7577
- `PySeascape`_
75.9 KB
Loading

doc/source/api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ PyAnsys packages API reference
8686
:text-align: center
8787
:class-title: pyansys-card-title
8888

89+
.. grid-item-card:: PyOptislang
90+
:img-top: _static/thumbnails/pyoptislang.png
91+
:link: https://optislang.docs.pyansys.com/version/stable/api/index.html
92+
:text-align: center
93+
:class-title: pyansys-card-title
94+
8995
.. grid-item-card:: PyPIM
9096
:img-top: _static/thumbnails/intro.png
9197
:link: https://pypim.docs.pyansys.com/api/index.html

doc/source/examples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ PyAnsys packages examples
7575
:text-align: center
7676
:class-title: pyansys-card-title
7777

78+
.. grid-item-card:: PyOptislang
79+
:img-top: _static/thumbnails/pyoptislang.png
80+
:link: https://optislang.docs.pyansys.com/version/stable/examples/index.html
81+
:text-align: center
82+
:class-title: pyansys-card-title
83+
7884
.. grid-item-card:: PyPIM
7985
:img-top: _static/thumbnails/intro.png
8086
:link: https://pypim.docs.pyansys.com/integration.html

doc/source/index.rst

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

105105
Pythonic interface to Ansys Motor-CAD.
106106

107+
.. grid-item-card:: PyOptislang
108+
:img-top: _static/thumbnails/pyoptislang.png
109+
:link: https://optislang.docs.pyansys.com/
110+
:text-align: center
111+
:class-title: pyansys-card-title
112+
113+
Pythonic interface to Ansys Optislang.
114+
107115
.. grid-item-card:: PyPIM
108116
:img-top: _static/thumbnails/intro.png
109117
:link: https://pypim.docs.pyansys.com/

doc/source/user_guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ PyAnsys packages user guides
7878
:text-align: center
7979
:class-title: pyansys-card-title
8080

81+
.. grid-item-card:: PyOptislang
82+
:img-top: _static/thumbnails/pyoptislang.png
83+
:link: https://optislang.docs.pyansys.com/version/stable/user_guide/index.html
84+
:text-align: center
85+
:class-title: pyansys-card-title
86+
8187
.. grid-item-card:: PyPIM
8288
:img-top: _static/thumbnails/intro.png
8389
:link: https://pypim.docs.pyansys.com/index.html#getting-started

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies = [
4343
"ansys-systemcoupling-core==0.1.2",
4444
"ansys-motorcad-core==0.1.3",
4545
"ansys-math-core==0.1.0",
46+
"ansys-optislang-core==0.2.0",
4647
]
4748

4849
[project.optional-dependencies]

0 commit comments

Comments
 (0)