Skip to content

Commit 62757d8

Browse files
Enabled Line-Wrapping for all list-table environments.
Updated CHANGELOG.md
1 parent 18b24fa commit 62757d8

26 files changed

+81
-41
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Changed
1616
- Storage minimum level parameter removed from cylindrical thermal storage [#1123](https://github.com/ie3-institute/PowerSystemDataModel/issues/1123)
17-
- Converted eval-rst to myst syntax in ReadTheDocs [#1137](https://github.com/ie3-institute/PowerSystemDataModel/issues/1137)
17+
- Converted eval-rst to myst syntax in ReadTheDocs, fixed line wrapping and widths[#1137](https://github.com/ie3-institute/PowerSystemDataModel/issues/1137)
1818

1919
## [5.1.0] - 2024-06-24
2020

docs/readthedocs/models/input/additionaldata/idcoordinatesource.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ coordinates.
88
## Information
99

1010
```{list-table}
11-
:widths: 33 33
11+
:widths: auto
12+
:class: wrapping
1213
:header-rows: 1
1314
1415
* - Attribute

docs/readthedocs/models/input/additionaldata/timeseries.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ To be as flexible, as possible, the actual content of the time series is given a
1818
The following different values are available:
1919

2020
```{list-table}
21-
:widths: 33 33
21+
:widths: auto
22+
:class: wrapping
2223
:header-rows: 1
2324
2425
* - Value Class

docs/readthedocs/models/input/grid/gridcontainer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ A synoptic overview of both classes' attributes is given here:
3838
## Attributes, Units and Remarks
3939

4040
```{list-table}
41-
:widths: 33 33 33
41+
:widths: auto
42+
:class: wrapping
4243
:header-rows: 1
4344
4445

docs/readthedocs/models/input/grid/line.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Representation of an AC line.
77
### Type Model
88

99
```{list-table}
10-
:widths: 33 33 33
10+
:widths: auto
11+
:class: wrapping
1112
:header-rows: 1
1213
1314
* - Attribute
@@ -53,7 +54,8 @@ A list with some standard line types can be found here: [Standard Line Types](#s
5354
### Entity Model
5455

5556
```{list-table}
56-
:widths: 33 33 33
57+
:widths: auto
58+
:class: wrapping
5759
:header-rows: 1
5860
5961
@@ -125,7 +127,8 @@ The lines which source is ``simBench`` are from [here](https://simbench.de/en/do
125127
Some standard overhead lines.
126128

127129
```{list-table}
128-
:widths: 11 11 11 11 11 11 11 11 11
130+
:widths: auto
131+
:class: wrapping11 11 11 11 11 11 11 11 11
129132
:header-rows: 1
130133
131134
@@ -307,7 +310,8 @@ Some standard overhead lines.
307310
Some standard cables.
308311

309312
```{list-table}
310-
:widths: 11 11 11 11 11 11 11 11 11
313+
:widths: auto
314+
:class: wrapping11 11 11 11 11 11 11 11 11
311315
:header-rows: 1
312316
313317

docs/readthedocs/models/input/grid/linegraphic.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Schematic drawing information for a line model.
77
## Attributes, Units and Remarks
88

99
```{list-table}
10-
:widths: 33 33 33
10+
:widths: auto
11+
:class: wrapping
1112
:header-rows: 1
1213
1314

docs/readthedocs/models/input/grid/measurementunit.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ The measured information are indicated by boolean fields.
99
## Attributes, Units and Remarks
1010

1111
```{list-table}
12-
:widths: 33 33 33
12+
:widths: auto
13+
:class: wrapping
1314
:header-rows: 1
1415
1516

docs/readthedocs/models/input/grid/node.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Representation of an electrical node, with no further distinction into bus bar,
77
## Attributes, Units and Remarks
88

99
```{list-table}
10-
:widths: 33 33 33
10+
:widths: auto
11+
:class: wrapping
1112
:header-rows: 1
1213
1314

docs/readthedocs/models/input/grid/nodegraphic.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Schematic drawing information for a node model.
77
## Attributes, Units and Remarks
88

99
```{list-table}
10-
:widths: 33 33 33
10+
:widths: auto
11+
:class: wrapping
1112
:header-rows: 1
1213
1314

docs/readthedocs/models/input/grid/switch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Model of an ideal switch connecting two node models of the same voltage level
77
## Attributes, Units and Remarks
88

99
```{list-table}
10-
:widths: 33 33 33
10+
:widths: auto
11+
:class: wrapping
1112
:header-rows: 1
1213
1314

0 commit comments

Comments
 (0)