Skip to content

Commit 7f43314

Browse files
authored
Update README.rst
1 parent 5d68fe9 commit 7f43314

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ the PyAnsys support team, email `[email protected] <pyansys.support@ansy
4444
Usage
4545
=====
4646
Here is a basic preprocessing example:
47-
Firstly, get the input file from "pydyna\\src\\ansys\\dyna\\core\\pre\\examples\\explicit\\ball_plate\\ball_plate.k"
47+
48+
Get the input file from "pydyna\\src\\ansys\\dyna\\core\\pre\\examples\\explicit\\ball_plate\\ball_plate.k"
49+
4850
The follow example can be obtained from "pydyna\examples\Explicit\ball_plate.py"
4951

5052
.. code:: python
@@ -129,7 +131,9 @@ The follow example can be obtained from "pydyna\examples\Explicit\ball_plate.py"
129131
solution.download(serveroutfile,downloadfile)
130132
131133
Here is a basic solving example:
134+
132135
The follow example can be obtained from "pydyna\\examples\\solver\\ball_plate_solver.py"
136+
133137
.. code:: python
134138
135139
import ansys.dyna.core.solver as solver
@@ -174,4 +178,4 @@ page on the Ansys website.
174178

175179
.. LINKS AND REFERENCES
176180
.. _pip: https://pypi.org/project/pip/
177-
.. _PyAnsys Developer's Guide: https://dev.docs.pyansys.com/
181+
.. _PyAnsys Developer's Guide: https://dev.docs.pyansys.com/

0 commit comments

Comments
 (0)