Skip to content

Commit

Permalink
chore: add pyconceptev
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jun 13, 2024
1 parent 70caf4f commit 6ffc30d
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
"ansys/pyaedt",
"ansys/pyansys-geometry",
"ansys/pyansys-math",
"ansys/pyconceptev"
"ansys/pydpf-core",
"ansys/pydpf-post",
"ansys/pydpf-composites",
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
- `PyAEDT <https://aedt.docs.pyansys.com/>`_: Pythonic interface to Ansys Electronics Desktop (AEDT).
- `PyAnsys Geometry <https://geometry.docs.pyansys.com/>`_: Pythonic interface to the Ansys Geometry service.
- `PyAnsys Math <https://math.docs.pyansys.com/>`_: Pythonic interface to PyAnsys Math libraries.
- `PyConceptEV <https://math.docs.pyansys.com/>`_: Pythonic interface to Ansys ConceptEV library.
- `PyDPF - Core <https://dpf.docs.pyansys.com/>`_: Pythonic interface to the Data Processing Framework (DPF) for building advanced and customized workflows.
- `PyDPF - Post <https://post.docs.pyansys.com/>`_: Pythonic interface to access and post process Ansys solver result files.
- `PyDPF - Composites <https://composites.dpf.docs.pyansys.com/>`_: Pythonic interface to postprocess layered and short-fiber composite models.
Expand Down Expand Up @@ -103,6 +104,7 @@ By default, the PyAnsys metapackage installs these core modules:
- `PyAEDT`_
- `PyAnsys Geometry`_
- `PyAnsys Math`_
- `PyConceptEV`_
- `PyDPF - Core`_
- `PyDPF - Post`_
- `PyDPF - Composites`_
Expand Down
6 changes: 6 additions & 0 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ PyAnsys packages API reference
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyConceptEV
:img-top: _static/thumbnails/intro.png
:link: https://conceptev.core.docs.pyansys.com/version/stable/api_ref.html
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyDPF - Core
:img-top: _static/thumbnails/pydpf-core.png
:link: https://dpf.docs.pyansys.com/version/stable/api/index.html
Expand Down
6 changes: 6 additions & 0 deletions doc/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ PyAnsys packages examples
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyConceptEV
:img-top: _static/thumbnails/intro.png
:link: https://conceptev.core.docs.pyansys.com/version/stable/examples/index.html
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyDPF - Core
:img-top: _static/thumbnails/pydpf-core.png
:link: https://dpf.docs.pyansys.com/version/stable/examples/index.html
Expand Down
8 changes: 8 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ it is now a collection of many Python packages for using Ansys products through

Pythonic interface to PyAnsys Math libraries

.. grid-item-card:: PyConceptEV
:img-top: _static/thumbnails/intro.png
:link: https://conceptev.core.docs.pyansys.com/version/stable
:text-align: center
:class-title: pyansys-card-title

Pythonic interface to Ansys ConceptEV library

.. grid-item-card:: PyDPF - Core
:img-top: _static/thumbnails/pydpf-core.png
:link: https://dpf.docs.pyansys.com/version/stable
Expand Down
6 changes: 6 additions & 0 deletions doc/source/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ PyAnsys packages user guides
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyConceptEV
:img-top: _static/thumbnails/intro.png
:link: https://conceptev.core.docs.pyansys.com/version/stable/user_guide.html
:text-align: center
:class-title: pyansys-card-title

.. grid-item-card:: PyDPF - Core
:img-top: _static/thumbnails/pydpf-core.png
:link: https://dpf.docs.pyansys.com/version/stable/user_guide/index.html
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers = [
dependencies = [
"ansys-acp-core==0.1b1",
"ansys-additive-core==0.17.2",
"ansys-conceptev-core==0.1.3",
"ansys-dpf-composites==0.4.1",
"ansys-dpf-core==0.12.2",
"ansys-dpf-post==0.8.0",
Expand Down
1 change: 1 addition & 0 deletions tools/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
LINKS = {
"ansys-acp-core": None, # Once stable release is out "https://acp.docs.pyansys.com/version/stable", # noqa: E501
"ansys-additive-core": "https://additive.docs.pyansys.com/version/stable",
"ansys-conceptev-core": "https://conceptev.core.docs.pyansys.com/version/stable",
"ansys-dpf-composites": "https://composites.dpf.docs.pyansys.com/version/stable", # noqa: E501
"ansys-dpf-core": "https://dpf.docs.pyansys.com/version/stable",
"ansys-dpf-post": "https://post.docs.pyansys.com/version/stable",
Expand Down

0 comments on commit 6ffc30d

Please sign in to comment.