Skip to content

Commit

Permalink
Correct sphinx links
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jun 29, 2021
1 parent e946b8e commit e23c938
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ewatercycle/models/marrmot.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MarrmotM01(AbstractModel[MarrmotForcing]):
Args:
version: pick a version for which an ewatercycle grpc4bmi docker image is available.
forcing: a MarrmotForcing object.
If forcing file contains parameter and other settings, those are used and can be changed in :py:meth:`steup`.
If forcing file contains parameter and other settings, those are used and can be changed in :py:meth:`setup`.
Attributes:
bmi (Bmi): Basic Modeling Interface object
Expand Down
2 changes: 1 addition & 1 deletion ewatercycle/models/pcrglobwb.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PCRGlobWB(AbstractModel[PCRGlobWBForcing]):
Args:
version: pick a version from :py:attr:`~available_versions`
parameter_set: instance of :py:class:`~PCRGlobWBParameterSet`.
parameter_set: instance of :py:class:`~ewatercycle.parameter_sets.default.ParameterSet`.
forcing: ewatercycle forcing container;
see :py:mod:`ewatercycle.forcing`.
Expand Down
2 changes: 1 addition & 1 deletion ewatercycle/models/wflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Wflow(AbstractModel[WflowForcing]):
Args:
version: pick a version from :py:attr:`~available_versions`
parameter_set: instance of :py:class:`~WflowParameterSet`.
parameter_set: instance of :py:class:`~ewatercycle.parameter_sets.default.ParameterSet`.
forcing: instance of :py:class:`~WflowForcing` or None.
If None, it is assumed that forcing is included with the parameter_set.
Expand Down

0 comments on commit e23c938

Please sign in to comment.