Skip to content

Commit ee319bf

Browse files
authored
fix: ansys-internal links to ansys (#72)
1 parent 92c0e5e commit ee319bf

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
lines changed

.github/workflows/label.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
issue-number: ${{ github.event.pull_request.number }}
7878
body: |
7979
Please add one of the following labels to add this contribution to the Release Notes :point_down:
80-
- [bug](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Abug+)
81-
- [documentation](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Adocumentation+)
82-
- [enhancement](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Aenhancement+)
83-
- [good first issue](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Agood+first+issue)
84-
- [maintenance](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Amaintenance+)
85-
- [release](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Arelease+)
80+
- [bug](https://github.com/ansys/pyadditive/pulls?q=label%3Abug+)
81+
- [documentation](https://github.com/ansys/pyadditive/pulls?q=label%3Adocumentation+)
82+
- [enhancement](https://github.com/ansys/pyadditive/pulls?q=label%3Aenhancement+)
83+
- [good first issue](https://github.com/ansys/pyadditive/pulls?q=label%3Agood+first+issue)
84+
- [maintenance](https://github.com/ansys/pyadditive/pulls?q=label%3Amaintenance+)
85+
- [release](https://github.com/ansys/pyadditive/pulls?q=label%3Arelease+)

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
### New features
66

7-
* Microstructure circle equivalence data now returned as Pandas DataFrame [#2](https://github.com/ansys-internal/pyadditive/issues/2).
8-
* Added ParametricStudy [#2](https://github.com/ansys-internal/pyadditive/issues/2).
7+
* Microstructure circle equivalence data now returned as Pandas DataFrame [#2](https://github.com/ansys/pyadditive/issues/2).
8+
* Added ParametricStudy [#2](https://github.com/ansys/pyadditive/issues/2).
99

1010
### Doc improvements
1111

12-
* Added link checks during doc builds [#19](https://github.com/ansys-internal/pyadditive/pull/19)
12+
* Added link checks during doc builds [#19](https://github.com/ansys/pyadditive/pull/19)
1313

1414
### Contributors
1515

@@ -23,11 +23,11 @@
2323

2424
### New features
2525

26-
* Added about endpoint, [#17](https://github.com/ansys-internal/pyadditive/pull/17)
26+
* Added about endpoint, [#17](https://github.com/ansys/pyadditive/pull/17)
2727

2828
### Doc improvements
2929

30-
* Added required project files, [#13](https://github.com/ansys-internal/pyadditive/issues/13)
30+
* Added required project files, [#13](https://github.com/ansys/pyadditive/issues/13)
3131

3232
### Contributors
3333

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following contribution information is specific to PyAdditive.
1111
To clone PyAdditive and install the dependencies for development, run:
1212

1313
```text
14-
git clone https://github.com/ansys-internal/pyadditive
14+
git clone https://github.com/ansys/pyadditive
1515
cd pyadditive
1616
python -m venv .venv
1717
source .venv/bin/activate # or .venv\Scripts\activate.bat on Windows
@@ -23,7 +23,7 @@ To clone PyAdditive and install the dependencies for development, run:
2323

2424
Use the [PyAdditive Issues] page to submit questions, report bugs, and request new features.
2525

26-
[PyAdditive Issues]: https://github.com/ansys-internal/pyadditive/issues
26+
[PyAdditive Issues]: https://github.com/ansys/pyadditive/issues
2727

2828
## Reading documentation
2929

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ PyAdditive
2424
:target: https://codecov.io/gh/pyansys/pyadditive
2525
:alt: Codecov
2626

27-
.. |GH-CI| image:: https://github.com/ansys-internal/pyadditive/actions/workflows/ci_cd.yml/badge.svg
28-
:target: https://github.com/ansys-internal/pyadditive/actions/workflows/ci_cd.yml
27+
.. |GH-CI| image:: https://github.com/ansys/pyadditive/actions/workflows/ci_cd.yml/badge.svg
28+
:target: https://github.com/ansys/pyadditive/actions/workflows/ci_cd.yml
2929
:alt: GH-CI
3030

3131
.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
@@ -52,7 +52,7 @@ To install the latest development version, run these commands:
5252

5353
.. code:: bash
5454
55-
git clone https://github.com/ansys-internal/pyadditive
55+
git clone https://github.com/ansys/pyadditive
5656
cd pyadditive
5757
pip install -e .
5858
@@ -86,9 +86,9 @@ In the upper right corner of the documentation's title bar, there is an option f
8686
viewing the documentation for the latest stable release to viewing the documentation for the
8787
development version or previously released versions.
8888

89-
On the `PyAdditive Issues <https://github.com/ansys-internal/pyadditive/issues>`_ page,
89+
On the `PyAdditive Issues <https://github.com/ansys/pyadditive/issues>`_ page,
9090
you can create issues to report bugs and request new features. On the `PyAdditive Discussions
91-
<https://github.com/ansys-internal/pyadditive/discussions>`_ page or the `Discussions <https://discuss.ansys.com/>`_
91+
<https://github.com/ansys/pyadditive/discussions>`_ page or the `Discussions <https://discuss.ansys.com/>`_
9292
page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.
9393

9494
To reach the project support team, email `[email protected] <mailto:[email protected]>`_.

doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
cname = os.getenv("DOCUMENTATION_CNAME", "nocname.com")
4141

4242
REPOSITORY_NAME = "pyadditive"
43-
USERNAME = "ansys-internal"
43+
USERNAME = "ansys"
4444
BRANCH = "main"
4545
GALLERY_EXAMPLES_PATH = "examples/gallery_examples"
4646
EXAMPLES_ROOT = "examples"
@@ -56,7 +56,7 @@
5656

5757
# specify the location of your github repo
5858
html_theme_options = {
59-
"github_url": f"https://github.com/ansys-internal/{REPOSITORY_NAME}",
59+
"github_url": f"https://github.com/ansys/{REPOSITORY_NAME}",
6060
"show_prev_next": False,
6161
"show_breadcrumbs": True,
6262
"collapse_navigation": True,
@@ -260,7 +260,7 @@
260260

261261
linkcheck_ignore = [
262262
r"https://pypi.org/project/ansys-additive-core.*", # TODO: remove once pyadditive is published
263-
r"https://github.com/ansys-internal/.*", # TODO: remove once pyadditive is published
263+
r"https://github.com/ansys/.*", # TODO: remove once pyadditive is published
264264
r"https://ansyshelp.ansys.com/.*",
265265
r"https://ansysproducthelpqa.win.ansys.com/.*",
266266
]

doc/source/getting_started/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ To install PyAdditive in developer mode, perform these steps:
162162

163163
.. code:: bash
164164
165-
git clone https://github.com/ansys-internal/pyadditive
165+
git clone https://github.com/ansys/pyadditive
166166
cd pyadditive
167167
168168
#. Create a clean Python virtual environment and activate it:
@@ -213,7 +213,7 @@ Install in offline mode
213213

214214
If you lack an internet connection on your installation machine (or you do not have access to the
215215
private Ansys PyPI packages repository), you should install PyAdditive by downloading the wheelhouse
216-
archive from the `Releases <https://github.com/ansys-internal/pyadditive/releases>`_ page for your
216+
archive from the `Releases <https://github.com/ansys/pyadditive/releases>`_ page for your
217217
corresponding machine architecture.
218218

219219
Each wheelhouse archive contains all the Python wheels necessary to install PyAdditive from scratch on Windows,

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ doc = [
8787
]
8888

8989
[project.urls]
90-
Source = "https://github.com/ansys-internal/pyadditive"
91-
Issues = "https://github.com/ansys-internal/pyadditive/issues"
90+
Source = "https://github.com/ansys/pyadditive"
91+
Issues = "https://github.com/ansys/pyadditive/issues"
9292
Documentation = "https://additive.docs.pyansys.com"
93-
Discussions = "https://github.com/ansys-internal/pyadditive/discussions"
94-
Releases = "https://github.com/ansys-internal/pyadditive/releases"
93+
Discussions = "https://github.com/ansys/pyadditive/discussions"
94+
Releases = "https://github.com/ansys/pyadditive/releases"
9595

9696
[tool.flit.module]
9797
name = "ansys.additive.core"

src/ansys/additive/core/parametric_study/parametric_study.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run_simulations(
8686
case all priorities are run.
8787
"""
8888
# TODO: Add support for running multiple simulations in parallel
89-
# once issue https://github.com/ansys-internal/pyadditive/issues/9
89+
# once issue https://github.com/ansys/pyadditive/issues/9
9090
# is resolved
9191
# workers : int, 1
9292
# Number of workers to use for multiprocessing. Each worker

0 commit comments

Comments
 (0)