File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ Do you wish to be updated on the latest news and releases? Subscribe to the Powe
32
32
33
33
You can directly install the package from PyPI.
34
34
35
- ```
35
+ ``` sh
36
36
pip install power-grid-model
37
37
```
38
38
39
39
## Install from Conda
40
40
41
41
If you are using ` conda ` , you can directly install the package from ` conda-forge ` channel.
42
42
43
- ```
43
+ ``` sh
44
44
conda install -c conda-forge power-grid-model
45
45
```
46
46
@@ -74,6 +74,7 @@ user_manual/data-validator
74
74
user_manual/model-validation
75
75
user_manual/serialization
76
76
```
77
+
77
78
``` {toctree}
78
79
:caption: "API Reference"
79
80
:maxdepth: 2
@@ -102,7 +103,9 @@ advanced_documentation/build-guide
102
103
advanced_documentation/c-api
103
104
advanced_documentation/core-design
104
105
advanced_documentation/python-wrapper-design
106
+ advanced_documentation/algorithms/index.md
105
107
```
108
+
106
109
``` {toctree}
107
110
:caption: "Contribution"
108
111
:maxdepth: 2
@@ -111,6 +114,7 @@ contribution/CONTRIBUTING.md
111
114
contribution/folder-structure.md
112
115
contribution/GOVERNANCE.md
113
116
```
117
+
114
118
``` {toctree}
115
119
:caption: "Release and Support"
116
120
:maxdepth: 2
You can’t perform that action at this time.
0 commit comments