Skip to content

Commit 7bfbbe9

Browse files
committed
add algorithms to index
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent 794e15e commit 7bfbbe9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Do you wish to be updated on the latest news and releases? Subscribe to the Powe
3232

3333
You can directly install the package from PyPI.
3434

35-
```
35+
```sh
3636
pip install power-grid-model
3737
```
3838

3939
## Install from Conda
4040

4141
If you are using `conda`, you can directly install the package from `conda-forge` channel.
4242

43-
```
43+
```sh
4444
conda install -c conda-forge power-grid-model
4545
```
4646

@@ -74,6 +74,7 @@ user_manual/data-validator
7474
user_manual/model-validation
7575
user_manual/serialization
7676
```
77+
7778
```{toctree}
7879
:caption: "API Reference"
7980
:maxdepth: 2
@@ -102,7 +103,9 @@ advanced_documentation/build-guide
102103
advanced_documentation/c-api
103104
advanced_documentation/core-design
104105
advanced_documentation/python-wrapper-design
106+
advanced_documentation/algorithms/index.md
105107
```
108+
106109
```{toctree}
107110
:caption: "Contribution"
108111
:maxdepth: 2
@@ -111,6 +114,7 @@ contribution/CONTRIBUTING.md
111114
contribution/folder-structure.md
112115
contribution/GOVERNANCE.md
113116
```
117+
114118
```{toctree}
115119
:caption: "Release and Support"
116120
:maxdepth: 2

0 commit comments

Comments
 (0)