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: .markdownlint.yaml
+6-18Lines changed: 6 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,12 @@
5
5
# MD001/heading-increment : Heading levels should only increment by one level at a time : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md001.md
6
6
MD001: false
7
7
8
-
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md013.md
9
-
MD013: false
10
-
# # Number of characters
11
-
# line_length: 80
12
-
# # Number of characters for headings
13
-
# heading_line_length: 80
14
-
# # Number of characters for code blocks
15
-
# code_block_line_length: 80
16
-
# # Include code blocks
17
-
# code_blocks: true
18
-
# # Include tables
19
-
# tables: true
20
-
# # Include headings
21
-
# headings: true
22
-
# # Strict length checking
23
-
# strict: false
24
-
# # Stern length checking
25
-
# stern: false
8
+
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md
9
+
line-length:
10
+
line_length: 120
11
+
code_blocks: false
12
+
tables: false
13
+
stern: true
26
14
27
15
# MD024/no-duplicate-heading : Multiple headings with the same content : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md024.md
[](#)<!-- markdownlint-disable-line no-empty-links -->
27
+
[](#)<!-- markdownlint-disable-line no-empty-links line-length -->
28
28
29
29
# Power Grid Model
30
30
@@ -37,11 +37,14 @@ Currently, it supports the following calculations:
37
37
* Short Circuit
38
38
39
39
See the [power-grid-model documentation](https://power-grid-model.readthedocs.io/en/stable/) for more information.
40
-
For various conversions to the power-grid-model, refer to the [power-grid-model-io](https://github.com/PowerGridModel/power-grid-model-io) repository.
41
-
For an extended python interface to the the power-grid-model, refer to the [power-grid-model-ds](https://github.com/PowerGridModel/power-grid-model-ds) repository.
40
+
For various conversions to the power-grid-model, refer to the
To install the library from source, refer to the [Build Guide](https://power-grid-model.readthedocs.io/en/stable/advanced_documentation/build-guide.html).
Please refer to [Examples](https://github.com/PowerGridModel/power-grid-model-workshop/tree/main/examples) for more detailed examples for power flow and state estimation.
75
+
Please refer to [Examples](https://github.com/PowerGridModel/power-grid-model-workshop/tree/main/examples) for more
76
+
detailed examples for power flow and state estimation.
72
77
Notebooks for validating the input data and exporting input/output data are also included.
73
78
74
79
## License
75
80
76
-
This project is licensed under the Mozilla Public License, version 2.0 - see [LICENSE](https://github.com/PowerGridModel/power-grid-model/blob/main/LICENSE) for details.
81
+
This project is licensed under the Mozilla Public License, version 2.0 - see
82
+
[LICENSE](https://github.com/PowerGridModel/power-grid-model/blob/main/LICENSE) for details.
77
83
78
84
## Licenses third-party libraries
79
85
80
86
This project includes third-party libraries,
81
87
which are licensed under their own respective Open-Source licenses.
82
88
SPDX-License-Identifier headers are used to show which license is applicable.
83
-
The concerning license files can be found in the [LICENSES](https://github.com/PowerGridModel/power-grid-model/tree/main/LICENSES) directory.
Please read [CODE_OF_CONDUCT](https://github.com/PowerGridModel/.github/blob/main/CODE_OF_CONDUCT.md), [CONTRIBUTING](https://github.com/PowerGridModel/.github/blob/main/CONTRIBUTING.md), [PROJECT GOVERNANCE](https://github.com/PowerGridModel/.github/blob/main/GOVERNANCE.md) and [RELEASE](https://github.com/PowerGridModel/.github/blob/main/RELEASE.md) for details on the process
@@ -118,4 +130,5 @@ If you are using Power Grid Model in your research work, please consider citing
118
130
119
131
## Contact
120
132
121
-
Please read [SUPPORT](https://github.com/PowerGridModel/.github/blob/main/SUPPORT.md) for how to connect and get into contact with the Power Grid Model project.
133
+
Please read [SUPPORT](https://github.com/PowerGridModel/.github/blob/main/SUPPORT.md) for how to connect and get into
0 commit comments