Skip to content

Commit

Permalink
updatie icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jul 17, 2024
1 parent d77dff7 commit 9604526
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ on Windows and Linux for version 2023 R2 and later. Here is an example:
import ansys.mechanical.core as pymechanical
app = pymechanical.App()
project_dir = app.ExtAPI.DataModel.Project.ProjectDirectory
app.update_globals(globals())
project_dir = DataModel.Project.ProjectDirectory
Documentation and issues
------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Getting started

Frequently asked questions and answers.

.. grid-item-card:: :fas:`fa-solid fa-clipboard-question` Known issues and limitations
.. grid-item-card:: :fas:`fa-solid fa-bug` Known issues and limitations
:link: ../kil/index
:link-type: doc
:text-align: center
Expand Down
3 changes: 2 additions & 1 deletion doc/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Installation guide
To use PyMechanical, a licensed copy of Ansys Mechanical must be installed locally.
The installed version determines the available interface and features.
PyMechanical is compatible with Mechanical **2023 R2** and later on Windows
and Linux.
and Linux. If you face any issues while setting up or using PyMechanical,
please go though :ref:`FAQs <faq>` and :ref:`known issues and limitations <ref_known_issues_and_limitation>` sections.

Install the package
-------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/running_mechanical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ usage, type the following command:
You can launch Mechanical in server mode from the command line and then
manually connect to the server. Use the `port` argument to select the port.

..code::
.. code::
ansys-mechanical --port 10000
Expand Down

0 comments on commit 9604526

Please sign in to comment.