Skip to content

Commit 1b730bf

Browse files
Merge branch 'dev' into sp/#969-EntitySource-refactor
2 parents 8eba827 + 5cb431b commit 1b730bf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

1313
### Fixed
1414
- Fixed Couchbase integration tests that randomly failed [#755](https://github.com/ie3-institute/PowerSystemDataModel/issues/755)
15+
- Fixed hyperlink in line documentation [#965](https://github.com/ie3-institute/PowerSystemDataModel/issues/965)
1516

1617
### Changed
1718
- Changing from comparing strings to comparing uuids in `EntitySource.findFirstEntityByUuid` [#829](https://github.com/ie3-institute/PowerSystemDataModel/issues/829)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Representation of an AC line.
1818
| vRated | kV | Rated voltage |
1919

2020

21-
A list with some standard line types can be found here: `Standard Line Types`_
21+
A list with some standard line types can be found here: [Standard Line Types](#standard-line-types)
2222

2323

2424
### Entity Model
@@ -42,9 +42,9 @@ A list with some standard line types can be found here: `Standard Line Types`_
4242
## Standard Line Types
4343

4444
Following there are some standard line types with their source. A ``csv file`` containing the types listed below can be found
45-
`here <https://github.com/ie3-institute/PowerSystemDataModel/tree/dev/input/StandardAssetTypes>`_. This file can be used directly
45+
[here](https://github.com/ie3-institute/PowerSystemDataModel/tree/dev/input/StandardAssetTypes). This file can be used directly
4646
for any simulation with ``simona``.
47-
The lines which source is ``simBench`` are from `here <https://simbench.de/en/download/datasets/>`_.
47+
The lines which source is ``simBench`` are from [here](https://simbench.de/en/download/datasets/).
4848

4949

5050
### Overhead Lines

0 commit comments

Comments
 (0)