Skip to content

Commit

Permalink
Fix broken anchor links in the glossary
Browse files Browse the repository at this point in the history
It seems like `mkdocs` now also validates the anchor links in the
documentation, and it was complaining about the broken links in the
glossary. This commit fixes the broken links by changing the anchor
names to lowercase and linking to the code where appropriate.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Aug 21, 2024
1 parent 51a93ec commit af79235
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/user-guide/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ components](#component-category) together. It can be connected to the public
[grid](#grid), or be completely isolated, in which case it is known as an
island.

Components can be grouped into [assets](#Assets) and [devices](#Devices).
Components can be grouped into [assets](#assets) and [devices](#devices).
Assets are core components like generators or storage systems that are crucial from a business perspective,
whereas devices are the supporting infrastructure essential for the functionality of these assets.

Expand Down Expand Up @@ -408,7 +408,8 @@ flowing into the component instead, this will be zero.

In [microgrid](#microgrid) context sometimes used as the remaining difference
between the [net consumption](#net-consumption) and the [battery](#battery)
power, i.e. what we define as [grid power](#grid_power).
power, i.e. what we define as
[`grid().power`][frequenz.sdk.timeseries.grid.Grid.power].

### Residual Load

Expand Down

0 comments on commit af79235

Please sign in to comment.