Skip to content

Commit 96ef7a5

Browse files
committed
docs update
1 parent e12ebce commit 96ef7a5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/data/preloaded_database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A pre-loaded database is included with WEC-Grid to lower barriers to entry. It c
2828

2929
### RM3
3030
<div style="clear: both; text-align: center;">
31-
<img src="../../assets/rm3_powerw.png" alt="WEC-SIM RM3 Results" style="width: 100%; height: auto;">
31+
<img src="assets/rm3_powerw.png" alt="WEC-SIM RM3 Results" style="width: 100%; height: auto;">
3232
</div>
3333

3434
- **Simulation Details**
@@ -46,7 +46,7 @@ A pre-loaded database is included with WEC-Grid to lower barriers to entry. It c
4646

4747
### LUPA
4848
<div style="clear: both; text-align: center;">
49-
<img src="../../assets/lupa_powerw.png" alt="WEC-SIM LUPA Results" style="width: 100%; height: auto;">
49+
<img src="assets/lupa_powerw.png" alt="WEC-SIM LUPA Results" style="width: 100%; height: auto;">
5050
</div>
5151

5252
- **Simulation Details**

docs/design.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The UML class diagram highlights the modular structure:
3232
+ `WECGridPlot` for visualization.
3333

3434
<div style="clear: both; text-align: center;">
35-
<img src="../assets/WEC-Grid_uml_class.png" alt="UML Class Diagram" style="width: 100%; height: auto;">
35+
<img src="assets/WEC-Grid_uml_class.png" alt="UML Class Diagram" style="width: 100%; height: auto;">
3636
</div>
3737

3838
---
@@ -48,7 +48,7 @@ A typical user workflow:
4848
6. Store results in database and generate plots.
4949

5050
<div style="clear: both; text-align: center;">
51-
<img src="../assets/WEC-GRID_uml_sequence.png" alt="Sequence Diagram" style="width: 100%; height: auto;">
51+
<img src="assets/WEC-GRID_uml_sequence.png" alt="Sequence Diagram" style="width: 100%; height: auto;">
5252
</div>
5353

5454
---
@@ -65,7 +65,7 @@ Simulation results are stored in an **SQLite3 database** for reproducibility and
6565
This schema supports efficient querying, comparison, and long-term storage.
6666

6767
<div style="clear: both; text-align: center;">
68-
<img src="../assets/database_diagram.png" alt="Database Schema" style="width: 100%; height: auto;">
68+
<img src="assets/database_diagram.png" alt="Database Schema" style="width: 100%; height: auto;">
6969
</div>
7070

7171
---

docs/reference/performance_metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Simulation time grew approximately **linearly** with the number of buses for bot
3535
*What this means*: Doubling the number of buses roughly doubles the runtime. Both solvers behave predictably, which is important for planning large-scale studies.
3636

3737
<div style="clear: both; text-align: center;">
38-
<img src="../../assets/grid_scaling.png" alt="Simulation time vs. grid size" style="width: 100%; height: auto;">
38+
<img src="assets/grid_scaling.png" alt="Simulation time vs. grid size" style="width: 100%; height: auto;">
3939
</div>
4040

4141
---
@@ -49,7 +49,7 @@ For the IEEE 39-bus system, simulations were run with 1–3 synthetic WEC farms:
4949
*What this means*: Adding WEC farms increases runtime slightly, but overhead remains modest. The results show that scaling up the number of WECs is computationally feasible.
5050

5151
<div style="clear: both; text-align: center;">
52-
<img src="../../assets/wec_scaling.png" alt="Simulation time vs. number of WEC farms" style="width: 100%; height: auto;">
52+
<img src="assets/wec_scaling.png" alt="Simulation time vs. number of WEC farms" style="width: 100%; height: auto;">
5353
</div>
5454

5555
---

0 commit comments

Comments
 (0)