Skip to content

Commit 5d68fe9

Browse files
committed
update README.rst
1 parent b284388 commit 5d68fe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ 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
48-
The follow example can be obtained from pydyna\examples\Explicit\ball_plate.py
47+
Firstly, get the input file from "pydyna\\src\\ansys\\dyna\\core\\pre\\examples\\explicit\\ball_plate\\ball_plate.k"
48+
The follow example can be obtained from "pydyna\examples\Explicit\ball_plate.py"
4949

5050
.. code:: python
5151
@@ -129,7 +129,7 @@ The follow example can be obtained from pydyna\examples\Explicit\ball_plate.py
129129
solution.download(serveroutfile,downloadfile)
130130
131131
Here is a basic solving example:
132-
The follow example can be obtained from pydyna\examples\solver\ball_plate_solver.py
132+
The follow example can be obtained from "pydyna\\examples\\solver\\ball_plate_solver.py"
133133
.. code:: python
134134
135135
import ansys.dyna.core.solver as solver

0 commit comments

Comments
 (0)