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

DOC: Update known issues and limitations #829

Merged
merged 7 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
1 change: 1 addition & 0 deletions doc/changelog.d/829.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DOC: Update known issues and limitations
dipinknair marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion doc/source/kil/mechanical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Known issues and limitations
----------------------------

24R2

Check warning on line 15 in doc/source/kil/mechanical.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] doc/source/kil/mechanical.rst#L15

[Google.Headings] '24R2' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] '24R2' should use sentence-style capitalization.", "location": {"path": "doc/source/kil/mechanical.rst", "range": {"start": {"line": 15, "column": 1}}}, "severity": "WARNING"}
^^^^

- In Read Only mode, the application does not display error messages when the geometry is imported in batch mode.
Expand All @@ -20,9 +20,9 @@
- Mechanical is not thread safe.
- Spaceclaim geometry (.scdocx) can not be imported on Linux platform.
- On Linux based platforms, Ansys Motion and LSDYNA analysis support are limited.

- Mechanical crashes on shutdown in Linux with Embedding (`#85 <https://github.com/ansys/pymechanical/issues/85>`_).

24R1

Check warning on line 25 in doc/source/kil/mechanical.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] doc/source/kil/mechanical.rst#L25

[Google.Headings] '24R1' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] '24R1' should use sentence-style capitalization.", "location": {"path": "doc/source/kil/mechanical.rst", "range": {"start": {"line": 25, "column": 1}}}, "severity": "WARNING"}
^^^^

- `Python libraries <https://mechanical.docs.pyansys.com/version/stable/user_guide_embedding/libraries.html>`_
Expand Down
Loading