Skip to content

Commit afdf87c

Browse files
committed
Merge remote-tracking branch 'origin/zzqbranch'
2 parents 7ff1119 + cb0c1c3 commit afdf87c

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Usage
7777
=====
7878
Here is a basic preprocessing example:
7979

80-
Get the input file from "pydyna\\src\\ansys\\dyna\\core\\pre\\examples\\explicit\\ball_plate\\ball_plate.k"
80+
Get the input file from (``<repository-root-folder>/src/ansys/dyna/core/pre/examples/explicit/ball_plate/ball_plate.k``)
8181

82-
The follow example can be obtained from "pydyna\\examples\\Explicit\\ball_plate.py"
82+
The follow example can be obtained from (``<repository-root-folder>/examples/Explicit/ball_plate.py``)
8383

8484
.. code:: python
8585
@@ -164,7 +164,7 @@ The follow example can be obtained from "pydyna\\examples\\Explicit\\ball_plate.
164164
165165
Here is a basic solving example:
166166

167-
The follow example can be obtained from "pydyna\\examples\\solver\\ball_plate_solver.py"
167+
The follow example can be obtained from (``<repository-root-folder>/examples/solver/ball_plate_solver.py``)
168168

169169
.. code:: python
170170

docker/pre/README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,22 @@ Prerequisites
2020

2121
* Ensure that Docker is installed on your machine. If you do not have Docker installed,
2222
see the `Docker website <https://www.docker.com>`_ for more information.
23+
24+
* If you are building the image on Windows, ensure that the Windows Subsystem for Linux (WSL)
25+
is installed. For installation information, see Microsoft's
26+
`Install Linux on Windows with WSL <https://learn.microsoft.com/en-us/windows/wsl/install>`_.
2327

2428
* Download the latest Linux release artifacts for the Linux Docker container:
25-
`linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.1/linux-binaries.zip>`_.
29+
`linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.4/linux-binaries.zip>`_.
2630

27-
* Move these ZIP files to the current location (``<repository-root-folder>/docker``).
31+
* Move this ZIP file to the current location (``<repository-root-folder>/docker/pre``).
2832

2933
Starting the docker container
3034
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3135

3236
There are two ways to start docker container.
3337

34-
1.bulid image and run container
38+
1.build image and run container
3539

3640

3741
Build the Docker image

docker/solver/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Prerequisites
2525
`Install Linux on Windows with WSL <https://learn.microsoft.com/en-us/windows/wsl/install>`_.
2626

2727
* Download the latest Linux release artifacts for the Linux Docker container:
28-
`mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/tag/v0.3.1/mppdyna_docker_centos7.zip>`_.
28+
`mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/download/v0.3.4/mppdyna_docker_centos7.zip>`_.
2929

30-
* Move these ZIP files to the directory of pydyna/docker/solver and unzip the mppdyna_docker_centos7.zip file.
30+
* Move this ZIP file to the current location (``<repository-root-folder>/docker/solver``) and unzip the mppdyna_docker_centos7.zip file.
3131

3232
The files in this folder should look similar to this:
3333

3434
.. code:: bash
3535
36-
>>> Dockerfile README.rst do_build docker-compose.yml docker_dir mpi mppdyna_docker_centos7.zip ssh IMAGE ID CREATED SIZE
36+
>>> Dockerfile README.rst do_build docker-compose.yml docker_dir mpi mppdyna_docker_centos7.zip
3737
3838
Build the Docker image
3939
----------------------

0 commit comments

Comments
 (0)