Skip to content

Commit

Permalink
added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Jul 6, 2023
1 parent 68f5a20 commit 9958188
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ import org.roboquant.common.flatten
import java.math.BigDecimal
import java.math.RoundingMode


/**
* Deprecated, use [TimeSeriesChart] instead
*/
@Deprecated("Renamed to TimeSeriesChart", ReplaceWith("TimeSeriesChart", "org.roboquant.jupyter.TimeSeriesChart"))
typealias MetricChart = TimeSeriesChart

Expand Down
4 changes: 3 additions & 1 deletion roboquant/src/main/kotlin/org/roboquant/common/TimeSpan.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ package org.roboquant.common

import java.time.*


/**
* Deprecated, use [TimeSpan] instead
*/
@Deprecated("Renamed to TimeSpan", ReplaceWith("TimeSpan", "org.roboquant.common.TimeSpan"))
typealias TradingPeriod = TimeSpan

Expand Down

0 comments on commit 9958188

Please sign in to comment.