Skip to content

Commit f78e8c7

Browse files
committed
Fix x-refs in docs for the new metric name changes
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent cfedf5e commit f78e8c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/frequenz/sdk/timeseries/ev_charger_pool/_ev_charger_pool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class EVChargerPool:
3333
3434
Provides:
3535
- Aggregate [`power`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.power]
36-
and 3-phase
37-
[`current`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.current]
36+
and
37+
[`current_per_phase`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.current_per_phase]
3838
measurements of the EV Chargers in the pool.
3939
"""
4040

src/frequenz/sdk/timeseries/formula_engine/_formula_engine.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ class FormulaEngine3Phase(
443443
[`FormulaEngine`][frequenz.sdk.timeseries.formula_engine.FormulaEngine], except that
444444
they stream [3-phase samples][frequenz.sdk.timeseries.Sample3Phase]. All the
445445
current formulas (like
446-
[`Grid.current`][frequenz.sdk.timeseries.grid.Grid.current],
447-
[`EVChargerPool.current`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.current],
448-
etc.) are implemented as 3-phase formulas.
446+
[`Grid.current_per_phase`][frequenz.sdk.timeseries.grid.Grid.current_per_phase],
447+
[`EVChargerPool.current_per_phase`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.current_per_phase],
448+
etc.) are implemented as per-phase formulas.
449449
450450
### Streaming Interface
451451

0 commit comments

Comments
 (0)