@@ -18,12 +18,12 @@ PyConceptEV
18
18
.. :target: https://pypi.org/project/ansys-conceptev-core/
19
19
.. :alt: PyPI Downloads
20
20
21
- .. .. |codecov| image:: https://codecov.io/gh/ansys/pyconceptev-core /graph/badge.svg?token=UZIC7XT5WE
22
- .. :target: https://codecov.io/gh/ansys/pyconceptev-core
21
+ .. .. |codecov| image:: https://codecov.io/gh/ansys/pyconceptev/graph/badge.svg?token=UZIC7XT5WE
22
+ .. :target: https://codecov.io/gh/ansys/pyconceptev
23
23
.. :alt: Codecov
24
24
25
- .. .. |GH-CI| image:: https://github.com/ansys/pyconceptev-core /actions/workflows/ci_cd.yml/badge.svg
26
- .. :target: https://github.com/ansys/pyconceptev-core /actions/workflows/ci_cd.yml
25
+ .. .. |GH-CI| image:: https://github.com/ansys/pyconceptev/actions/workflows/ci_cd.yml/badge.svg
26
+ .. :target: https://github.com/ansys/pyconceptev/actions/workflows/ci_cd.yml
27
27
.. :alt: GH-CI
28
28
29
29
.. |MIT | image :: https://img.shields.io/badge/License-MIT-yellow.svg
@@ -34,8 +34,8 @@ PyConceptEV
34
34
.. :target: https://github.com/psf/black
35
35
.. :alt: Black
36
36
37
- .. .. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/pyconceptev-core /main.svg
38
- .. :target: https://results.pre-commit.ci/latest/github/ansys/pyconceptev-core /main
37
+ .. .. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/pyconceptev/main.svg
38
+ .. :target: https://results.pre-commit.ci/latest/github/ansys/pyconceptev/main
39
39
.. :alt: pre-commit.ci
40
40
41
41
@@ -50,7 +50,7 @@ Documentation and issues
50
50
------------------------
51
51
52
52
Documentation for the latest stable release of PyConceptEV is hosted
53
- at `PyConceptEV documentation <https://pyconceptev- core.docs.pyansys.com/version/stable/index.html >`_.
53
+ at `PyConceptEV documentation <https://conceptev. core.docs.pyansys.com/ >`_.
54
54
55
55
The documentation has these sections:
56
56
@@ -59,17 +59,19 @@ The documentation has these sections:
59
59
- `User guide <https://conceptev.core.docs.pyansys.com/version/stable/user_guide/index.html >`_: Learn how to
60
60
configure a PyConceptEV session, get a token, and create a client.
61
61
- `API reference <conceptev.core.docs.pyansys.com/version/stable/api/index.html >`_: Understand how the
62
- `Ansys ConceptEV API documentation <https://conceptev.ansys.com/api/docs >`_: Provides for interacting
62
+ `Ansys ConceptEV API documentation <https://conceptev.ansys.com/api/docs >`_ provides for interacting
63
63
programmatically with PyConcept EV.
64
+ - `Examples <https://conceptev.core.docs.pyansys.com/version/stable/examples/index.html >`_: Explore examples
65
+ that show how to use PyConceptEV.
64
66
- `Contribute <conceptev.core.docs.pyansys.com/version/stable/contributing.html >`_: Learn how to
65
- contribute to PyConceptEV codebase or documentation.
67
+ contribute to the PyConceptEV codebase or documentation.
66
68
67
69
In the upper right corner of the documentation's title bar, there is an option
68
70
for switching from viewing the documentation for the latest stable release
69
71
to viewing the documentation for the development version or previously
70
72
released versions.
71
73
72
- On the `PyConceptEV Issues <https://github.com/ansys/pyconceptev-core /issues >`_
74
+ On the `PyConceptEV Issues <https://github.com/ansys/pyconceptev/issues >`_
73
75
page, you can create issues to report bugs and request new features. On the
74
76
`Discussions <https://discuss.ansys.com/ >`_ page on the Ansys Developer portal,
75
77
you can post questions, share ideas, and get community feedback.
@@ -82,8 +84,8 @@ as described in the previous paragraph.
82
84
License
83
85
-------
84
86
85
- PyConceptEV is licensed under the `MIT License <https://github.com/ansys/pyconceptev-core /blob/main/LICENSE >`_.
87
+ PyConceptEV is licensed under the `MIT License <https://github.com/ansys/pyconceptev/blob/main/LICENSE >`_.
86
88
87
89
PyConceptEV makes no commercial claim over Ansys whatsoever. This library adds a
88
- Python interface for the `Ansys ConceptEV <https://www.ansys.com/products/electronics/ansys-concept-ev >`_
90
+ Python interface for `Ansys ConceptEV <https://www.ansys.com/products/electronics/ansys-concept-ev >`_
89
91
without changing the core behavior or license of the original Ansys software.
0 commit comments