Skip to content

Commit fbe8748

Browse files
committed
Merge branch 'main' into release/0.1
2 parents b7d0e47 + c0be660 commit fbe8748

File tree

7 files changed

+37
-32
lines changed

7 files changed

+37
-32
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ at `PyConceptEV documentation <https://pyconceptev-core.docs.pyansys.com/version
5454

5555
The documentation has these sections:
5656

57-
- `Getting started <https://pyconceptev-core.docs.pyansys.com/version/stable/getting_started/index.html>`_: Learn
57+
- `Getting started <https://conceptev.core.docs.pyansys.com/version/stable/getting_started/index.html>`_: Learn
5858
how to install PyConceptEV in user mode and quickly begin using it.
59-
- `User guide <https://pyconceptev-core.docs.pyansys.com/version/stable/user_guide/index.html>`_: Learn how to
59+
- `User guide <https://conceptev.core.docs.pyansys.com/version/stable/user_guide/index.html>`_: Learn how to
6060
configure a PyConceptEV session, get a token, and create a client.
61-
- `API reference <pyconceptev-core.docs.pyansys.com/version/stable/api/index.html>`_: Understand how the
61+
- `API reference <conceptev.core.docs.pyansys.com/version/stable/api/index.html>`_: Understand how the
6262
`Ansys ConceptEV API documentation <https://conceptev.ansys.com/api/docs>`_: Provides for interacting
6363
programmatically with PyConcept EV.
64-
- `Contribute <pyconceptev-core.docs.pyansys.com/version/stable//contributing.html>`_: Learn how to
64+
- `Contribute <conceptev.core.docs.pyansys.com/version/stable/contributing.html>`_: Learn how to
6565
contribute to PyConceptEV codebase or documentation.
6666

6767
In the upper right corner of the documentation's title bar, there is an option
6868
for switching from viewing the documentation for the latest stable release
6969
to viewing the documentation for the development version or previously
7070
released versions.
7171

72-
On the `PyConceptEV Issues <https://github.com/ansys-internal/pyconceptev-core/issues>`_
72+
On the `PyConceptEV Issues <https://github.com/ansys/pyconceptev-core/issues>`_
7373
page, you can create issues to report bugs and request new features. On the
7474
`Discussions <https://discuss.ansys.com/>`_ page on the Ansys Developer portal,
7575
you can post questions, share ideas, and get community feedback.
@@ -82,7 +82,7 @@ as described in the previous paragraph.
8282
License
8383
-------
8484

85-
PyConceptEV is licensed under the `MIT License <https://github.com/ansys/ansys-tools-visualization-interface/blob/main/LICENSE>`_.
85+
PyConceptEV is licensed under the `MIT License <https://github.com/ansys/pyconceptev-core/blob/main/LICENSE>`_.
8686

8787
PyConceptEV makes no commercial claim over Ansys whatsoever. This library adds a
8888
Python interface for the `Ansys ConceptEV <https://www.ansys.com/products/electronics/ansys-concept-ev>`_

doc/changelog.d/44.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHORE: Bump development version to 0.2.dev0

doc/changelog.d/48.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update CHANGELOG for v0.1.1

doc/changelog.d/49.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DOCS: Fix non clickable cards

doc/changelog.d/50.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DOCS: Update URLs in README.rst

poetry.lock

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pre-commit = "^3.7.1"
5050
optional = true
5151

5252
[tool.poetry.group.doc.dependencies]
53-
ansys-sphinx-theme = "^0.14.0"
53+
ansys-sphinx-theme = "^0.16.5"
5454
ipython = "^8.1"
5555
ipywidgets = "^8.1.3"
5656
jupyterlab = "^4.2.1"
@@ -133,4 +133,4 @@ showcontent = true
133133
[[tool.towncrier.type]]
134134
directory = "miscellaneous"
135135
name = "Miscellaneous"
136-
showcontent = true
136+
showcontent = true

0 commit comments

Comments
 (0)