Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit support email address #1542

Merged
merged 4 commits into from
Apr 17, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For comprehensive information on PyFluent, see the latest release

On the `PyFluent Issues <https://github.com/pyansys/pyfluent/issues>`_ page, you can create
issues to submit questions, report bugs, and request new features. To reach
the PyAnsys support team, email `pyansys.support@ansys.com <pyansys.support@ansys.com>`_.
the PyAnsys support team, email `pyansys.core@ansys.com <pyansys.core@ansys.com>`_.

Installation
------------
Expand Down Expand Up @@ -91,7 +91,7 @@ To launch Fluent from Python, use the ``launch_fluent`` method:

On Windows systems the environment variable ``AWP_ROOT<ver>`` is configured
when Fluent is installed, where ``<ver>`` is the Fluent release number such as
``231`` for release 2023 R1. PyFluent automatically uses this environment
``231`` for release 2023 R1. PyFluent automatically uses this environment
variable to locate the latest Fluent installation. On Linux systems configure
``AWP_ROOT<ver>`` to point to the absolute path of an Ansys installation such as
``/apps/ansys_inc/v231``.
Expand Down
6 changes: 3 additions & 3 deletions doc/source/contributing.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _ref_contributing:

============
Contributing
============
==========
Contribute
==========
Overall guidance on contributing to a PyAnsys library appears in the
`Contributing <https://dev.docs.pyansys.com/dev/how-to/contributing.html>`_ topic
in the *PyAnsys Developer's Guide*. Ensure that you are thoroughly familiar with
Expand Down
3 changes: 1 addition & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ provides :ref:`ref_index_api`, :ref:`ref_example_gallery`, and

On the `PyFluent Issues <https://github.com/pyansys/pyfluent/issues>`_ page, you
can create issues to submit questions, report bugs, and request new features. To
reach the PyAnsys support team, email `pyansys.support@ansys.com
<pyansys.support@ansys.com>`_.
reach the project support team, email `pyansys.core@ansys.com <pyansys.core@ansys.com>`_.

License
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
long_description_content_type="text/x-rst",
license="MIT",
author="ANSYS, Inc.",
author_email="pyansys.support@ansys.com",
author_email="pyansys.core@ansys.com",
maintainer="PyAnsys developers",
maintainer_email="pyansys.maintainers@ansys.com",
classifiers=[
Expand Down