Skip to content

Commit

Permalink
fix links api
Browse files Browse the repository at this point in the history
  • Loading branch information
AS committed Dec 18, 2021
1 parent 591b7da commit ef61422
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions climpred/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1154,9 +1154,9 @@ def verify(
``comparison`` keyword argument.
Args:
metric: Metric to apply for verification, see `metrics <metrics.html>`_
metric: Metric to apply for verification, see `metrics <../metrics.html>`_
comparison: How to compare the initialized prediction ensemble with itself,
see `comparisons </comparisons.html>`_.
see `comparisons <../comparisons.html>`_.
dim: Dimension(s) over which to apply ``metric``.
``dim`` is passed on to xskillscore.{metric} and includes xskillscore's
``member_dim``. ``dim`` should contain ``member`` when ``comparison``
Expand Down Expand Up @@ -1303,9 +1303,9 @@ def _compute_uninitialized(
``comparison`` keyword argument.
Args:
metric: Metric to apply for verification, see `metrics <metrics.html>`_
metric: Metric to apply for verification, see `metrics <../metrics.html>`_
comparison: How to compare the uninitialized against itself, see
`comparisons </comparisons.html>`_.
`comparisons <../comparisons.html>`_.
dim: Dimension(s) over which to apply metric.
``dim`` is passed on to xskillscore.{metric} and includes xskillscore's
``member_dim``. ``dim`` should contain ``member`` when ``comparison``
Expand Down Expand Up @@ -1358,9 +1358,9 @@ def _compute_persistence(
:py:func:`~climpred.reference.compute_persistence`.
Args:
metric: Metric to apply for verification, see `metrics <metrics.html>`_
metric: Metric to apply for verification, see `metrics <../metrics.html>`_
comparison: How to compare the persistence against itself, see
`comparisons </comparisons.html>`_. Only valid if
`comparisons <../comparisons.html>`_. Only valid if
``PerfectModel_persistence_from_initialized_lead_0=True``.
dim: Dimension(s) over which to apply metric.
``dim`` is passed on to xskillscore.{metric} and includes xskillscore's
Expand Down Expand Up @@ -1431,9 +1431,9 @@ def _compute_climatology(
"""Verify a climatology forecast.
Args:
metric: Metric to apply for verification, see `metrics <metrics.html>`_
metric: Metric to apply for verification, see `metrics <../metrics.html>`_
comparison: How to compare the climatology against itself, see
`comparisons </comparisons.html>`_
`comparisons <../comparisons.html>`_
dim: Dimension(s) over which to apply metric.
``dim`` is passed on to xskillscore.{metric} and includes xskillscore's
``member_dim``. ``dim`` should contain ``member`` when ``comparison``
Expand Down Expand Up @@ -1488,9 +1488,9 @@ def bootstrap(
"""Bootstrap with replacement according to Goddard et al. 2013.
Args:
metric: Metric to apply for verification, see `metrics <metrics.html>`_
metric: Metric to apply for verification, see `metrics <../metrics.html>`_
comparison: How to compare the forecast against itself, see
`comparisons </comparisons.html>`_
`comparisons <../comparisons.html>`_
dim: Dimension(s) over which to apply metric.
``dim`` is passed on to xskillscore.{metric} and includes xskillscore's
``member_dim``. ``dim`` should contain ``member`` when ``comparison``
Expand Down Expand Up @@ -1957,9 +1957,9 @@ def verify(
between the initialized ensemble and observations/verification data.
Args:
metric: Metric to apply for verification, see `metrics <metrics.html>`_
metric: Metric to apply for verification, see `metrics <../metrics.html>`_
comparison: How to compare to the observations/verification data.
See `comparisons </comparisons.html>`_.
See `comparisons <../comparisons.html>`_.
dim: Dimension(s) to apply metric over. ``dim`` is passed
on to xskillscore.{metric} and includes xskillscore's ``member_dim``.
``dim`` should contain ``member`` when ``comparison`` is probabilistic
Expand Down Expand Up @@ -2223,9 +2223,9 @@ def bootstrap(
"""Bootstrap with replacement according to Goddard et al. 2013.
Args:
metric: Metric to apply for verification, see `metrics <metrics.html>`_
metric: Metric to apply for verification, see `metrics <../metrics.html>`_
comparison: How to compare to the observations/verification data.
See `comparisons </comparisons.html>`_.
See `comparisons <../comparisons.html>`_.
dim: Dimension(s) to apply metric over. ``dim`` is passed
on to xskillscore.{metric} and includes xskillscore's ``member_dim``.
``dim`` should contain ``member`` when ``comparison`` is probabilistic
Expand Down

0 comments on commit ef61422

Please sign in to comment.