From 06e1e9894e79dc3a3bff1c4e09d9cce91fb364b4 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:47:50 +0200 Subject: [PATCH] fix: ansys-internal links to ansys --- .github/workflows/label.yml | 12 ++++++------ CHANGELOG.md | 10 +++++----- CONTRIBUTING.md | 4 ++-- README.rst | 10 +++++----- doc/source/conf.py | 6 +++--- doc/source/getting_started/index.rst | 4 ++-- pyproject.toml | 8 ++++---- .../core/parametric_study/parametric_study.py | 2 +- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index affcc6e55..971256062 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -77,9 +77,9 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body: | Please add one of the following labels to add this contribution to the Release Notes :point_down: - - [bug](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Abug+) - - [documentation](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Adocumentation+) - - [enhancement](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Aenhancement+) - - [good first issue](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Agood+first+issue) - - [maintenance](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Amaintenance+) - - [release](https://github.com/ansys-internal/pyadditive/pulls?q=label%3Arelease+) + - [bug](https://github.com/ansys/pyadditive/pulls?q=label%3Abug+) + - [documentation](https://github.com/ansys/pyadditive/pulls?q=label%3Adocumentation+) + - [enhancement](https://github.com/ansys/pyadditive/pulls?q=label%3Aenhancement+) + - [good first issue](https://github.com/ansys/pyadditive/pulls?q=label%3Agood+first+issue) + - [maintenance](https://github.com/ansys/pyadditive/pulls?q=label%3Amaintenance+) + - [release](https://github.com/ansys/pyadditive/pulls?q=label%3Arelease+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d2d6ced..60689d247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ ### New features -* Microstructure circle equivalence data now returned as Pandas DataFrame [#2](https://github.com/ansys-internal/pyadditive/issues/2). -* Added ParametricStudy [#2](https://github.com/ansys-internal/pyadditive/issues/2). +* Microstructure circle equivalence data now returned as Pandas DataFrame [#2](https://github.com/ansys/pyadditive/issues/2). +* Added ParametricStudy [#2](https://github.com/ansys/pyadditive/issues/2). ### Doc improvements -* Added link checks during doc builds [#19](https://github.com/ansys-internal/pyadditive/pull/19) +* Added link checks during doc builds [#19](https://github.com/ansys/pyadditive/pull/19) ### Contributors @@ -23,11 +23,11 @@ ### New features -* Added about endpoint, [#17](https://github.com/ansys-internal/pyadditive/pull/17) +* Added about endpoint, [#17](https://github.com/ansys/pyadditive/pull/17) ### Doc improvements -* Added required project files, [#13](https://github.com/ansys-internal/pyadditive/issues/13) +* Added required project files, [#13](https://github.com/ansys/pyadditive/issues/13) ### Contributors diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5846d09d6..cd4ca7f12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ The following contribution information is specific to PyAdditive. To clone PyAdditive and install the dependencies for development, run: ```text - git clone https://github.com/ansys-internal/pyadditive + git clone https://github.com/ansys/pyadditive cd pyadditive python -m venv .venv 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: Use the [PyAdditive Issues] page to submit questions, report bugs, and request new features. -[PyAdditive Issues]: https://github.com/ansys-internal/pyadditive/issues +[PyAdditive Issues]: https://github.com/ansys/pyadditive/issues ## Reading documentation diff --git a/README.rst b/README.rst index a0dab0292..d7be7e80b 100644 --- a/README.rst +++ b/README.rst @@ -24,8 +24,8 @@ PyAdditive :target: https://codecov.io/gh/pyansys/pyadditive :alt: Codecov -.. |GH-CI| image:: https://github.com/ansys-internal/pyadditive/actions/workflows/ci_cd.yml/badge.svg - :target: https://github.com/ansys-internal/pyadditive/actions/workflows/ci_cd.yml +.. |GH-CI| image:: https://github.com/ansys/pyadditive/actions/workflows/ci_cd.yml/badge.svg + :target: https://github.com/ansys/pyadditive/actions/workflows/ci_cd.yml :alt: GH-CI .. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg @@ -52,7 +52,7 @@ To install the latest development version, run these commands: .. code:: bash - git clone https://github.com/ansys-internal/pyadditive + git clone https://github.com/ansys/pyadditive cd pyadditive pip install -e . @@ -86,9 +86,9 @@ In the upper right corner of the documentation's title bar, there is an option f viewing the documentation for the latest stable release to viewing the documentation for the development version or previously released versions. -On the `PyAdditive Issues `_ page, +On the `PyAdditive Issues `_ page, you can create issues to report bugs and request new features. On the `PyAdditive Discussions -`_ page or the `Discussions `_ +`_ page or the `Discussions `_ page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback. To reach the project support team, email `pyansys.core@ansys.com `_. diff --git a/doc/source/conf.py b/doc/source/conf.py index cb7ad2d5c..3154b5f96 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -40,7 +40,7 @@ cname = os.getenv("DOCUMENTATION_CNAME", "nocname.com") REPOSITORY_NAME = "pyadditive" -USERNAME = "ansys-internal" +USERNAME = "ansys" BRANCH = "main" GALLERY_EXAMPLES_PATH = "examples/gallery_examples" EXAMPLES_ROOT = "examples" @@ -56,7 +56,7 @@ # specify the location of your github repo html_theme_options = { - "github_url": f"https://github.com/ansys-internal/{REPOSITORY_NAME}", + "github_url": f"https://github.com/ansys/{REPOSITORY_NAME}", "show_prev_next": False, "show_breadcrumbs": True, "collapse_navigation": True, @@ -260,7 +260,7 @@ linkcheck_ignore = [ r"https://pypi.org/project/ansys-additive-core.*", # TODO: remove once pyadditive is published - r"https://github.com/ansys-internal/.*", # TODO: remove once pyadditive is published + r"https://github.com/ansys/.*", # TODO: remove once pyadditive is published r"https://ansyshelp.ansys.com/.*", r"https://ansysproducthelpqa.win.ansys.com/.*", ] diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index b8c2e7ccc..49f6d7ddb 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -162,7 +162,7 @@ To install PyAdditive in developer mode, perform these steps: .. code:: bash - git clone https://github.com/ansys-internal/pyadditive + git clone https://github.com/ansys/pyadditive cd pyadditive #. Create a clean Python virtual environment and activate it: @@ -213,7 +213,7 @@ Install in offline mode If you lack an internet connection on your installation machine (or you do not have access to the private Ansys PyPI packages repository), you should install PyAdditive by downloading the wheelhouse -archive from the `Releases `_ page for your +archive from the `Releases `_ page for your corresponding machine architecture. Each wheelhouse archive contains all the Python wheels necessary to install PyAdditive from scratch on Windows, diff --git a/pyproject.toml b/pyproject.toml index af4b68173..b097d5e14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,11 +87,11 @@ doc = [ ] [project.urls] -Source = "https://github.com/ansys-internal/pyadditive" -Issues = "https://github.com/ansys-internal/pyadditive/issues" +Source = "https://github.com/ansys/pyadditive" +Issues = "https://github.com/ansys/pyadditive/issues" Documentation = "https://additive.docs.pyansys.com" -Discussions = "https://github.com/ansys-internal/pyadditive/discussions" -Releases = "https://github.com/ansys-internal/pyadditive/releases" +Discussions = "https://github.com/ansys/pyadditive/discussions" +Releases = "https://github.com/ansys/pyadditive/releases" [tool.flit.module] name = "ansys.additive.core" diff --git a/src/ansys/additive/core/parametric_study/parametric_study.py b/src/ansys/additive/core/parametric_study/parametric_study.py index c585b55ed..68c4fe8b8 100644 --- a/src/ansys/additive/core/parametric_study/parametric_study.py +++ b/src/ansys/additive/core/parametric_study/parametric_study.py @@ -86,7 +86,7 @@ def run_simulations( case all priorities are run. """ # TODO: Add support for running multiple simulations in parallel - # once issue https://github.com/ansys-internal/pyadditive/issues/9 + # once issue https://github.com/ansys/pyadditive/issues/9 # is resolved # workers : int, 1 # Number of workers to use for multiprocessing. Each worker