-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/pim-dependency-option
- Loading branch information
Showing
5 changed files
with
91 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,8 +124,23 @@ on Windows and Linux for version 2023 R2 and later. Here is an example: | |
app.update_globals(globals()) | ||
project_dir = DataModel.Project.ProjectDirectory | ||
Documentation and issues | ||
------------------------ | ||
How to report issues | ||
-------------------- | ||
|
||
If you encounter any issues or limitations with PyMechanical that hinder your work, please create | ||
an issue or discussion so our team can address them promptly: | ||
|
||
* `PyMechanical Issues <https://github.com/ansys/pymechanical/issues>`_: Report bugs and request new features. | ||
* `PyMechanical Discussions <https://github.com/ansys/pymechanical/discussions>`_: Post questions, share ideas, and get community feedback. | ||
|
||
For issues pertaining to `Mechanical scripting <https://mechanical.docs.pyansys.com/version/stable/user_guide_scripting/index.html>`_, | ||
please make a post on the `Developer Portal <https://forum.ansys.com/categories/structures>`_. | ||
|
||
If you have general questions about PyAnsys or are unsure which repository to place an issue in, | ||
email `[email protected] <[email protected]>`_. | ||
|
||
Documentation resources | ||
----------------------- | ||
|
||
Documentation for the latest stable release of PyMechanical is hosted at `PyMechanical documentation | ||
<https://mechanical.docs.pyansys.com/>`_. | ||
|
@@ -139,13 +154,6 @@ You can also `view <https://cheatsheets.docs.pyansys.com/pymechanical_cheat_shee | |
PyMechanical cheat sheet. This one-page reference provides syntax rules and commands | ||
for using PyMechanical. | ||
|
||
On the `PyMechanical Issues <https://github.com/ansys/pymechanical/issues>`_ page, | ||
you can create issues to report bugs and request new features. On the `PyMechanical Discussions | ||
<https://github.com/ansys/pymechanical/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] <[email protected]>`_. | ||
|
||
Testing and development | ||
----------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Clarify support guidelines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,49 @@ | ||
.. _ref_known_issues_and_limitation: | ||
|
||
Known issues and limitations | ||
============================ | ||
|
||
Note the following known issues and limitations. Some features may not be fully compatible across different versions of **Mechanical** and **PyMechanical**. | ||
Ansys recommends that you always use the latest version of both to achieve the best results. | ||
|
||
.. | ||
This toctree must be a top-level index to get it to show up in | ||
pydata_sphinx_theme. | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:hidden: | ||
|
||
|
||
mechanical | ||
pymechanical | ||
|
||
.. grid:: 2 | ||
:gutter: 2 2 3 4 | ||
|
||
.. grid-item-card:: :fas:`fa-solid fa-gears` Mechanical | ||
:link: mechanical | ||
:link-type: doc | ||
|
||
Known issues and limitations of Standalone Mechanical | ||
|
||
.. grid-item-card:: :fab:`fa-brands fa-python` PyMechanical | ||
:link: pymechanical | ||
:link-type: doc | ||
|
||
Known issues and limitations of PyMechanical | ||
|
||
Support | ||
======= | ||
|
||
If you encounter any issues or limitations that hinder your work, please contact our support team immediately. | ||
We are committed to providing timely assistance to ensure your projects run smoothly. | ||
|
||
- Mechanical : `Discussion forum <https://discuss.ansys.com/categories/structures>`_ | ||
- PyMechanical : Create issue in github or contact `pyansys team <pyansys_support_>`_ | ||
.. _ref_known_issues_and_limitation: | ||
|
||
Known issues and limitations | ||
============================ | ||
|
||
Note the following known issues and limitations. Some features may not be fully compatible across different versions of **Mechanical** and **PyMechanical**. | ||
Ansys recommends that you always use the latest version of both to achieve the best results. | ||
|
||
.. | ||
This toctree must be a top-level index to get it to show up in | ||
pydata_sphinx_theme. | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:hidden: | ||
|
||
|
||
mechanical | ||
pymechanical | ||
|
||
.. grid:: 2 | ||
:gutter: 2 2 3 4 | ||
|
||
.. grid-item-card:: :fas:`fa-solid fa-gears` Mechanical | ||
:link: mechanical | ||
:link-type: doc | ||
|
||
Known issues and limitations of Standalone Mechanical | ||
|
||
.. grid-item-card:: :fab:`fa-brands fa-python` PyMechanical | ||
:link: pymechanical | ||
:link-type: doc | ||
|
||
Known issues and limitations of PyMechanical | ||
|
||
Support | ||
======= | ||
|
||
If you encounter any issues or limitations with PyMechanical that hinder your work, please create | ||
an issue or discussion so our team can address them promptly: | ||
Check warning on line 40 in doc/source/kil/index.rst GitHub Actions / vale[vale] doc/source/kil/index.rst#L40
Raw output
|
||
|
||
* `PyMechanical Issues <https://github.com/ansys/pymechanical/issues>`_: Report bugs and request new features. | ||
* `PyMechanical Discussions <https://github.com/ansys/pymechanical/discussions>`_: Post questions, share ideas, and get community feedback. | ||
|
||
For issues pertaining to `Mechanical scripting <https://mechanical.docs.pyansys.com/version/stable/user_guide_scripting/index.html>`_, | ||
please make a post on the `Ansys Developer Forum for Mechanical <https://discuss.ansys.com/categories/structures>`_. | ||
|
||
If you have general questions about PyAnsys or are unsure which repository to place an issue in, | ||
email `[email protected] <[email protected]>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters