Skip to content

Commit 2adf2fa

Browse files
authored
Merge pull request #986 from PowerGridModel/feature/test-guides
Fixes to quickstart and build-guide
2 parents 16fa44f + ba366bf commit 2adf2fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/advanced_documentation/build-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Install the following packages from Ubuntu.
217217
218218
```shell
219219
sudo apt update && sudo apt -y upgrade
220-
sudo apt install -y wget curl zip unzip tar git build-essential gcovr lcov gcc g++ clang-18 make gdb ninja-build pkg-config python3.11 python3.11-dev python3.11-venv python3-pip
220+
sudo apt install -y wget curl zip unzip tar git build-essential gcovr lcov gcc g++ clang-18 make gdb ninja-build pkg-config python3.12 python3.12-dev python3.12-venv python3-pip
221221
```
222222
223223
### C++ packages

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ input_data = {
9595
}
9696
```
9797

98-
Another example of how to create components can be found in [Input data](ex_input_data).
98+
Another example of how to create components can be found in [Input data](examples/Power%20Flow%20Example.ipynb#input-dataset).
9999

100100
```{note}
101101
The keys of the dictonary of arrays are unique and should match with the respective `type name` of the component.

0 commit comments

Comments
 (0)