Commit cbe1588d authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

add link to docs for list of metrics in docstrings

1 merge request!3release v0.1.0
Pipeline #44813 failed with stage
in 3 minutes and 45 seconds
Showing with 4 additions and 0 deletions
+4 -0
......@@ -60,6 +60,8 @@ namespace evalhyd
/// metrics: ``std::vector<std::string>``
/// The sequence of evaluation metrics to be computed.
///
/// .. seealso:: :doc:`../../metrics/deterministic`
///
/// q_thr: ``XD2``, optional
/// Streamflow exceedance threshold(s). If provided, *events* must
/// also be provided.
......
......@@ -65,6 +65,8 @@ namespace evalhyd
/// metrics: ``std::vector<std::string>``
/// The sequence of evaluation metrics to be computed.
///
/// .. seealso:: :doc:`../../metrics/probabilistic`
///
/// q_thr: ``XD2``, optional
/// Streamflow exceedance threshold(s). If provided, *events* must
/// also be provided.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment