Skip to content

Commit 4c60ad0

Browse files
committed
fixed documentation.
1 parent 6509b20 commit 4c60ad0

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: julia-actions/setup-julia@latest
12+
- uses: actions/checkout@v5
13+
- uses: julia-actions/setup-julia@v2
1414
with:
15-
version: '1.5'
15+
version: '1.10'
1616
- name: Install Dependencies
1717
run: julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
1818
- name: Build and Deploy

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
PandaModels = "2dbab86a-7cbf-476f-9afe-75ffd3079e7c"
34

45
[compat]
56
Documenter = "0.27"

docs/src/pptutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ The tutorial for the application of each optimization model is available in [pan
77

88
Functions from PowerModels:
99

10-
* [Power Flow](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/pf_powermodels%20.ipynb)
11-
* [Optimal Power Flow](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/opf_powermodels.ipynb)
12-
* [Optimal Transmission Switching](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/ost_powermodels.ipynb)
13-
* [Transmission Network Expansion Planning](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/tnep_powermodels.ipynb)
10+
* [Power Flow](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/pandamodels_pf%20.ipynb)
11+
* [Optimal Power Flow](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/pandamodels_opf.ipynb)
12+
* [Optimal Transmission Switching](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/pandamodels_ost.ipynb)
13+
* [Transmission Network Expansion Planning](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/pandamodels_tnep.ipynb)
1414
* [Storage Optimization](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/pandamodels_storage.ipynb)
1515

1616
Functions from PandaModels:

docs/src/quickguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ net = nw.example_simple()
5454
pp.runpm_ac_opf(net)
5555
```
5656

57-
for more details about the settings please see [here](https://pandapower.readthedocs.io/en/latest/opf/powermodels.html#usage), also the detailed tutorial is available in [Tutorials](@ref).
57+
for more details about the settings please see [here](https://pandapower.readthedocs.io/en/latest/opf/pandamodels.html#usage), also the detailed tutorial is available in [Tutorials](@ref).

0 commit comments

Comments
 (0)