Skip to content

Commit

Permalink
fix: PyAnsys ref move (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed May 17, 2023
1 parent a8691d2 commit 12f2f26
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 35 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PyAnsys Licenses Check
uses: pyansys/actions/check-licenses@main
uses: ansys/actions/check-licenses@main
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
target: "all"
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PyAnsys documentation style checks
uses: pyansys/actions/doc-style@v4
uses: ansys/actions/doc-style@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

steps:
- name: Build wheelhouse and perform smoke test
uses: pyansys/actions/build-wheelhouse@v4
uses: ansys/actions/build-wheelhouse@v4
with:
library-name: ${{ env.PACKAGE_NAME }}
library-namespace: ${{ env.PACKAGE_NAMESPACE }}
Expand All @@ -132,13 +132,13 @@ jobs:

steps:
- name: Build documentation
uses: pyansys/actions/doc-build@v4
uses: ansys/actions/doc-build@v4
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
dependencies: "build-essential zip pandoc texlive-latex-extra latexmk texlive-pstricks"

- name: Deploy the latest documentation
uses: pyansys/actions/doc-deploy-dev@v4
uses: ansys/actions/doc-deploy-dev@v4
if: github.ref == 'refs/heads/main'
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
Expand All @@ -150,7 +150,7 @@ jobs:
needs: [docs-build, smoke-tests-core]
steps:
- name: Build library source and wheel artifacts
uses: pyansys/actions/build-library@v4
uses: ansys/actions/build-library@v4
with:
library-name: ${{ env.PACKAGE_NAME }}
python-version: ${{ env.MAIN_PYTHON_VERSION }}
Expand All @@ -162,14 +162,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Release to PyPI repository
uses: pyansys/actions/release-pypi-public@v4
uses: ansys/actions/release-pypi-public@v4
with:
library-name: ${{ env.PACKAGE_NAME }}
twine-username: __token__
twine-token: ${{ secrets.PYPI_TOKEN }}

- name: Release to GitHub
uses: pyansys/actions/release-github@v4
uses: ansys/actions/release-github@v4
with:
library-name: ${{ env.PACKAGE_NAME }}
additional-artifacts: 'all-deps-Linux-3.8 all-deps-Linux-3.9 all-deps-Linux-3.10 all-deps-Linux-3.11 all-deps-Windows-3.8 all-deps-Windows-3.9 all-deps-Windows-3.10 all-deps-Windows-3.11 all-deps-macOS-3.8 all-deps-macOS-3.9 all-deps-macOS-3.10 all-deps-macOS-3.11'
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ PyAnsys metapackage
:target: https://pypi.org/project/pyansys/
:alt: PyPI

.. |GH-CI| image:: https://github.com/pyansys/pyansys/actions/workflows/ci-build.yml/badge.svg
:target: https://github.com/pyansys/pyansys/actions/workflows/ci-build.yml
.. |GH-CI| image:: https://github.com/ansys/pyansys/actions/workflows/ci-build.yml/badge.svg
:target: https://github.com/ansys/pyansys/actions/workflows/ci-build.yml
:alt: GH-CI

.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
Expand Down Expand Up @@ -57,7 +57,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
- `Shared Components <https://shared.docs.pyansys.com/>`_: Shared Ansys software components to enable package interoperability and minimize maintenance.

Much effort is underway to continue expanding and developing packages in the
`PyAnsys GitHub <https://github.com/pyansys/>`__ account. On the ``Issues`` page
`PyAnsys GitHub <https://github.com/ansys/>`__ account. On the ``Issues`` page
for each package, you can post issues and request new features. You can also feel
free to post a question on the [Ansys Developer Forums](https://discuss.ansys.com/).

Expand Down Expand Up @@ -127,7 +127,7 @@ Offline mode installation

If you lack an internet connection on your installation machine, the recommended way of installing
the ``pyansys`` metapackage is downloading the wheelhouse archive from the
`Releases Page <https://github.com/pyansys/pyansys/releases>`_ for your corresponding machine architecture.
`Releases Page <https://github.com/ansys/pyansys/releases>`_ for your corresponding machine architecture.

Each wheelhouse archive contains all the Python wheels necessary to install the ``pyansys`` metapackage from
scratch on Windows, Linux, and MacOS from Python 3.8 to 3.11. You can install this on an isolated system with
Expand Down
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
]

html_context = {
"github_user": "pyansys",
"github_user": "ansys",
"github_repo": "pyansys",
"github_version": "main",
"doc_path": "doc/source",
}

html_theme_options = {
"github_url": "https://github.com/pyansys",
"github_url": "https://github.com/ansys",
"show_prev_next": False,
"show_breadcrumbs": True,
# "collapse_navigation": True,
"use_edit_page_button": True,
"icon_links": [
# {
# "name": "Support",
# "url": "https://github.com/pyansys/pymapdl/discussions",
# "url": "https://github.com/ansys/pyansys/discussions",
# "icon": "fa fa-comment fa-fw",
# },
{
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Offline mode installation
If you lack an internet connection on your installation machine, the
recommended way of installing the ``pyansys`` metapackage is downloading the
wheelhouse archive from the `Releases Page
<https://github.com/pyansys/pyansys/releases>`_ for your corresponding machine
<https://github.com/ansys/pyansys/releases>`_ for your corresponding machine
architecture.

Each wheelhouse archive contains all the Python wheels necessary to install
Expand Down
36 changes: 18 additions & 18 deletions doc/source/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
.. _pyansys_support: [email protected]

.. #Other projects
.. _dpf_core_gh: https://github.com/pyansys/DPF-Core
.. _dpf_post_gh: https://github.com/pyansys/DPF-Post
.. _dpf_core_gh: https://github.com/ansys/DPF-Core
.. _dpf_post_gh: https://github.com/ansys/DPF-Post
.. _dpf_core_docs: https://dpf.docs.pyansys.com/
.. _dpf_post_docs: https://post.docs.pyansys.com/
.. _legacy_reader_docs: https://reader.docs.pyansys.com/
.. _example_data_repo: https://github.com/pyansys/example-data
.. _example_data_repo: https://github.com/ansys/example-data

.. #PyAnsys Developer Guide
.. _dev_guide_pyansys: https://dev.docs.pyansys.com/
Expand Down Expand Up @@ -37,7 +37,7 @@

.. # TechDemos related
.. _tech_demo_intro: https://ansyshelp.ansys.com/Views/Secured/corp/v212/en/ans_tec/tecintro.html
.. _tech_demo_repo: https://github.com/pyansys/pymapdl-examples
.. _tech_demo_repo: https://github.com/ansys/pymapdl-examples
.. _tech_demos_doc: https://examples.mapdl.docs.pyansys.com/

.. #Ansys internal documentation
Expand Down Expand Up @@ -74,31 +74,31 @@
.. #PyMAPDL related
.. _pymapdl_main: pymapdl_docs_
.. _pymapdl_pypi: https://pypi.org/project/ansys-mapdl-core/
.. _pymapdl_releases: https://github.com/pyansys/pymapdl/releases
.. _pymapdl_releases: https://github.com/ansys/pymapdl/releases
.. _pymapdl_run_ubuntu: https://mapdl.docs.pyansys.com/troubleshoot/troubleshoot.html?#ubuntu
.. _pymapdl_issues: https://github.com/pyansys/pymapdl/issues
.. _pymapdl_repo: https://github.com/pyansys/pymapdl
.. _pymapdl_issues: https://github.com/ansys/pymapdl/issues
.. _pymapdl_repo: https://github.com/ansys/pymapdl
.. _pymapdl_docs: https://mapdl.docs.pyansys.com/
.. _pymapdl_dev_docs: https://dev.mapdl.docs.pyansys.com/
.. _pymapdl_discussions: https://github.com/pyansys/PyMAPDL/discussions
.. _pymapdl_discussions: https://github.com/ansys/PyMAPDL/discussions
.. _pymapdl_cheatsheet: ./_assets/Cheat_Sheet_PyMAPDL.pdf
.. _pymapdl_tests: https://github.com/pyansys/pymapdl/tree/main/tests
.. _pymapdl_test_math: https://github.com/pyansys/pymapdl/blob/main/tests/test_math.py
.. _pymapdl_tests: https://github.com/ansys/pymapdl/tree/main/tests
.. _pymapdl_test_math: https://github.com/ansys/pymapdl/blob/main/tests/test_math.py
.. _pymapdl_user_guide_math: https://mapdl.docs.pyansys.com/user_guide/math.html
.. _licensing_guide_pdf: ./_assets/lic_guide.pdf
.. _mapdl_fixture: https://github.com/pyansys/pymapdl/blob/fb5fb8b6201253f1bd56bdabee60a29abee8c7d8/tests/conftest.py#L254
.. _pymapdl_examples: https://github.com/pyansys/pymapdl/tree/main/examples
.. _pymapdl_2d_plate_with_a_hole: https://github.com/pyansys/pymapdl/blob/main/examples/00-mapdl-examples/2d_plate_with_a_hole.py
.. _mapdl_fixture: https://github.com/ansys/pymapdl/blob/fb5fb8b6201253f1bd56bdabee60a29abee8c7d8/tests/conftest.py#L254
.. _pymapdl_examples: https://github.com/ansys/pymapdl/tree/main/examples
.. _pymapdl_2d_plate_with_a_hole: https://github.com/ansys/pymapdl/blob/main/examples/00-mapdl-examples/2d_plate_with_a_hole.py
.. _pymapdl_doc_2d_plate_with_a_hole: https://mapdl.docs.pyansys.com/examples/gallery_examples/00-mapdl-examples/2d_plate_with_a_hole.html
.. _pymapdl_doc_krylov_example: https://dev.mapdl.docs.pyansys.com/examples/extended_examples/Krylov/krylov_example.html
.. _pymapdl_doc_krylov_example_rst: https://raw.githubusercontent.com/pyansys/pymapdl/main/doc/source/examples/extended_examples/Krylov/krylov_example.rst
.. _pymapdl_doc_source: https://github.com/pyansys/pymapdl/tree/main/doc/source
.. _pymapdl_doc_source: https://github.com/ansys/pymapdl/tree/main/doc/source
.. _pymapdl_techdemo_28_rst: https://raw.githubusercontent.com/pyansys/pymapdl-examples/main/doc/source/technology_showcase_examples/techdemo-28/ex_28-tecfricstir.rst
.. _pymapdl_techdemo_28: https://examples.mapdl.docs.pyansys.com/technology_showcase_examples/techdemo-28/ex_28-tecfricstir.html
.. _pymapdl_docker_dir: https://github.com/pyansys/pymapdl/blob/main/docker
.. _pymapdl_docker_compose_base: https://github.com/pyansys/pymapdl/blob/main/docker/docker-compose.yml
.. _pymapdl_docker_compose_local: https://github.com/pyansys/pymapdl/blob/main/docker/docker-compose.local.yml
.. _pymapdl_docker_compose_license_server: https://github.com/pyansys/pymapdl/blob/main/docker/docker-compose.license_server.yml
.. _pymapdl_docker_dir: https://github.com/ansys/pymapdl/blob/main/docker
.. _pymapdl_docker_compose_base: https://github.com/ansys/pymapdl/blob/main/docker/docker-compose.yml
.. _pymapdl_docker_compose_local: https://github.com/ansys/pymapdl/blob/main/docker/docker-compose.local.yml
.. _pymapdl_docker_compose_license_server: https://github.com/ansys/pymapdl/blob/main/docker/docker-compose.license_server.yml

.. #Python
.. _using_venv: https://docs.python.org/3/library/venv.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ doc = [
]

[project.urls]
Source = "https://github.com/pyansys/pyansys"
Source = "https://github.com/ansys/pyansys"
Documentation = "https://docs.pyansys.com"

[tool.flit.module]
Expand Down

0 comments on commit 12f2f26

Please sign in to comment.