You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-23Lines changed: 3 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ GraalVM to compile Java code to a native library.
20
20
21
21
Latest version of the documentation with API reference and many code samples is [here](https://pypowsybl.readthedocs.io/).
22
22
23
+
To contribute to the documentation follow the instructions in the [documentation README](https://github.com/powsybl/pypowsybl/blob/main/docs/README.md) page.
24
+
23
25
## Notebooks
24
26
25
27
Notebooks demonstrating PyPowSyBl features can be found in this [repository](https://github.com/powsybl/pypowsybl-notebooks).
@@ -92,7 +94,7 @@ That section is intended for developers who wish to build pypowsybl from the sou
92
94
Requirements:
93
95
94
96
- Maven >= 3.1
95
-
- Cmake >= 3.14
97
+
- Cmake >= 3.20
96
98
- C++11 compiler
97
99
- Python >= 3.8 for Linux, Windows and MacOS (amd64 and arm64)
m.def("get_network_area_diagram_svg_and_metadata", &pypowsybl::getNetworkAreaDiagramSvgAndMetadata, "Get network area diagram SVG and its metadata as a list of strings",
m.def("get_network_area_diagram_displayed_voltage_levels", &pypowsybl::getNetworkAreaDiagramDisplayedVoltageLevels, "Get network area diagram displayed voltage level",
m.def("free_grid2op_backend", &pypowsybl::freeGrid2opBackend, "Free a Grid2op backend", py::arg("backend"));
1214
1221
m.def("get_grid2op_string_value", &pypowsybl::getGrid2opStringValue, "From a Grid2op backend get a string value vector", py::arg("backend"), py::arg("value_type"));
1215
1222
m.def("get_grid2op_integer_value", &::pyGetGrid2opIntegerValue, "From a Grid2op backend get a integer value vector", py::arg("backend"), py::arg("value_type"));
0 commit comments