|
3 | 3 | .. _ pyansys_support: [email protected]
|
4 | 4 |
|
5 | 5 | .. #Other projects
|
6 |
| -.. _dpf_core_gh: https://github.com/pyansys/DPF-Core |
7 |
| -.. _dpf_post_gh: https://github.com/pyansys/DPF-Post |
| 6 | +.. _dpf_core_gh: https://github.com/ansys/DPF-Core |
| 7 | +.. _dpf_post_gh: https://github.com/ansys/DPF-Post |
8 | 8 | .. _dpf_core_docs: https://dpf.docs.pyansys.com/
|
9 | 9 | .. _dpf_post_docs: https://post.docs.pyansys.com/
|
10 | 10 | .. _legacy_reader_docs: https://reader.docs.pyansys.com/
|
11 |
| -.. _example_data_repo: https://github.com/pyansys/example-data |
| 11 | +.. _example_data_repo: https://github.com/ansys/example-data |
12 | 12 |
|
13 | 13 | .. #PyAnsys Developer Guide
|
14 | 14 | .. _dev_guide_pyansys: https://dev.docs.pyansys.com/
|
|
37 | 37 |
|
38 | 38 | .. # TechDemos related
|
39 | 39 | .. _tech_demo_intro: https://ansyshelp.ansys.com/Views/Secured/corp/v212/en/ans_tec/tecintro.html
|
40 |
| -.. _tech_demo_repo: https://github.com/pyansys/pymapdl-examples |
| 40 | +.. _tech_demo_repo: https://github.com/ansys/pymapdl-examples |
41 | 41 | .. _tech_demos_doc: https://examples.mapdl.docs.pyansys.com/
|
42 | 42 |
|
43 | 43 | .. #Ansys internal documentation
|
|
74 | 74 | .. #PyMAPDL related
|
75 | 75 | .. _pymapdl_main: pymapdl_docs_
|
76 | 76 | .. _pymapdl_pypi: https://pypi.org/project/ansys-mapdl-core/
|
77 |
| -.. _pymapdl_releases: https://github.com/pyansys/pymapdl/releases |
| 77 | +.. _pymapdl_releases: https://github.com/ansys/pymapdl/releases |
78 | 78 | .. _pymapdl_run_ubuntu: https://mapdl.docs.pyansys.com/troubleshoot/troubleshoot.html?#ubuntu
|
79 |
| -.. _pymapdl_issues: https://github.com/pyansys/pymapdl/issues |
80 |
| -.. _pymapdl_repo: https://github.com/pyansys/pymapdl |
| 79 | +.. _pymapdl_issues: https://github.com/ansys/pymapdl/issues |
| 80 | +.. _pymapdl_repo: https://github.com/ansys/pymapdl |
81 | 81 | .. _pymapdl_docs: https://mapdl.docs.pyansys.com/
|
82 | 82 | .. _pymapdl_dev_docs: https://dev.mapdl.docs.pyansys.com/
|
83 |
| -.. _pymapdl_discussions: https://github.com/pyansys/PyMAPDL/discussions |
| 83 | +.. _pymapdl_discussions: https://github.com/ansys/PyMAPDL/discussions |
84 | 84 | .. _pymapdl_cheatsheet: ./_assets/Cheat_Sheet_PyMAPDL.pdf
|
85 |
| -.. _pymapdl_tests: https://github.com/pyansys/pymapdl/tree/main/tests |
86 |
| -.. _pymapdl_test_math: https://github.com/pyansys/pymapdl/blob/main/tests/test_math.py |
| 85 | +.. _pymapdl_tests: https://github.com/ansys/pymapdl/tree/main/tests |
| 86 | +.. _pymapdl_test_math: https://github.com/ansys/pymapdl/blob/main/tests/test_math.py |
87 | 87 | .. _pymapdl_user_guide_math: https://mapdl.docs.pyansys.com/user_guide/math.html
|
88 | 88 | .. _licensing_guide_pdf: ./_assets/lic_guide.pdf
|
89 |
| -.. _mapdl_fixture: https://github.com/pyansys/pymapdl/blob/fb5fb8b6201253f1bd56bdabee60a29abee8c7d8/tests/conftest.py#L254 |
90 |
| -.. _pymapdl_examples: https://github.com/pyansys/pymapdl/tree/main/examples |
91 |
| -.. _pymapdl_2d_plate_with_a_hole: https://github.com/pyansys/pymapdl/blob/main/examples/00-mapdl-examples/2d_plate_with_a_hole.py |
| 89 | +.. _mapdl_fixture: https://github.com/ansys/pymapdl/blob/fb5fb8b6201253f1bd56bdabee60a29abee8c7d8/tests/conftest.py#L254 |
| 90 | +.. _pymapdl_examples: https://github.com/ansys/pymapdl/tree/main/examples |
| 91 | +.. _pymapdl_2d_plate_with_a_hole: https://github.com/ansys/pymapdl/blob/main/examples/00-mapdl-examples/2d_plate_with_a_hole.py |
92 | 92 | .. _pymapdl_doc_2d_plate_with_a_hole: https://mapdl.docs.pyansys.com/examples/gallery_examples/00-mapdl-examples/2d_plate_with_a_hole.html
|
93 | 93 | .. _pymapdl_doc_krylov_example: https://dev.mapdl.docs.pyansys.com/examples/extended_examples/Krylov/krylov_example.html
|
94 | 94 | .. _pymapdl_doc_krylov_example_rst: https://raw.githubusercontent.com/pyansys/pymapdl/main/doc/source/examples/extended_examples/Krylov/krylov_example.rst
|
95 |
| -.. _pymapdl_doc_source: https://github.com/pyansys/pymapdl/tree/main/doc/source |
| 95 | +.. _pymapdl_doc_source: https://github.com/ansys/pymapdl/tree/main/doc/source |
96 | 96 | .. _pymapdl_techdemo_28_rst: https://raw.githubusercontent.com/pyansys/pymapdl-examples/main/doc/source/technology_showcase_examples/techdemo-28/ex_28-tecfricstir.rst
|
97 | 97 | .. _pymapdl_techdemo_28: https://examples.mapdl.docs.pyansys.com/technology_showcase_examples/techdemo-28/ex_28-tecfricstir.html
|
98 |
| -.. _pymapdl_docker_dir: https://github.com/pyansys/pymapdl/blob/main/docker |
99 |
| -.. _pymapdl_docker_compose_base: https://github.com/pyansys/pymapdl/blob/main/docker/docker-compose.yml |
100 |
| -.. _pymapdl_docker_compose_local: https://github.com/pyansys/pymapdl/blob/main/docker/docker-compose.local.yml |
101 |
| -.. _pymapdl_docker_compose_license_server: https://github.com/pyansys/pymapdl/blob/main/docker/docker-compose.license_server.yml |
| 98 | +.. _pymapdl_docker_dir: https://github.com/ansys/pymapdl/blob/main/docker |
| 99 | +.. _pymapdl_docker_compose_base: https://github.com/ansys/pymapdl/blob/main/docker/docker-compose.yml |
| 100 | +.. _pymapdl_docker_compose_local: https://github.com/ansys/pymapdl/blob/main/docker/docker-compose.local.yml |
| 101 | +.. _pymapdl_docker_compose_license_server: https://github.com/ansys/pymapdl/blob/main/docker/docker-compose.license_server.yml |
102 | 102 |
|
103 | 103 | .. #Python
|
104 | 104 | .. _using_venv: https://docs.python.org/3/library/venv.html
|
|
0 commit comments