Skip to content

Commit fbc1a94

Browse files
committed
refactor(images): moved images from docs/assets/ into images/
1 parent 60ebb67 commit fbc1a94

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ A **simulation** is a computer model that mimics a real-world system. It allows
6666

6767
In DES models, time progresses only when **specific events** happen (e.g., a patient arriving or finishing treatment). Unlike a continuous system where time flows smoothly, DES jumps forward in steps between events. For example, when people (or tasks) arrive, wait for service, get served, and then leave.
6868

69-
![Simple DES Animation](docs/assets/simple_des.gif)
69+
![Simple DES Animation](images/simple_des.gif)
7070
*Simple model animation created using web app developed by Sammi Rosser (2024) available at https://github.com/hsma-programme/Teaching_DES_Concepts_Streamlit and shared under an MIT Licence.*
7171

7272
One simple example of a DES model is the **M/M/s queueing model**, which is implemented in this template. In a DES model, we use well-known **statistical distributions** to describe the behaviour of real-world processes. In an M/M/s model we use:
@@ -191,7 +191,7 @@ This section describes the purposes of each class in the simulation.
191191

192192
<br>
193193

194-
![Model structure diagram](docs/assets/model_structure.png)
194+
![Model structure diagram](images/model_structure.png)
195195

196196
*Illustration of model structure created using [draw.io](https://draw.io/).*
197197

@@ -203,6 +203,7 @@ This section describes the purposes of each class in the simulation.
203203
repo/
204204
├── .github/workflows/ # GitHub actions
205205
├── docs/ # Documentation
206+
├── images/ # Image files and GIFs
206207
├── inputs/ # Folder to store any input data
207208
├── notebooks/ # Run DES model and analyse results
208209
├── outputs/ # Folder to save any outputs from model

docs/assets/simple_des.webm

-526 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)