Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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+)
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 .

Expand Down Expand Up @@ -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 <https://github.com/ansys-internal/pyadditive/issues>`_ page,
On the `PyAdditive Issues <https://github.com/ansys/pyadditive/issues>`_ page,
you can create issues to report bugs and request new features. On the `PyAdditive Discussions
<https://github.com/ansys-internal/pyadditive/discussions>`_ page or the `Discussions <https://discuss.ansys.com/>`_
<https://github.com/ansys/pyadditive/discussions>`_ page or the `Discussions <https://discuss.ansys.com/>`_
page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.

To reach the project support team, email `[email protected] <mailto:[email protected]>`_.
Expand Down
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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,
Expand Down Expand Up @@ -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/.*",
]
4 changes: 2 additions & 2 deletions doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 <https://github.com/ansys-internal/pyadditive/releases>`_ page for your
archive from the `Releases <https://github.com/ansys/pyadditive/releases>`_ page for your
corresponding machine architecture.

Each wheelhouse archive contains all the Python wheels necessary to install PyAdditive from scratch on Windows,
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down