Skip to content

Commit

Permalink
generator: fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Aug 16, 2022
1 parent 212d282 commit c837550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/gstools/field/cond_srf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CondSRF(Field):
----------
krige : :any:`Krige`
Kriging setup to condition the spatial random field.
generator : :class:`str` or :any:`RandMeth`, optional
generator : :class:`str` or :any:`Generator`, optional
Name or class of the field generator to be used.
At the moment, only the following generator is provided:
Expand Down Expand Up @@ -184,7 +184,7 @@ def set_generator(self, generator, **generator_kwargs):
Parameters
----------
generator : :class:`str` or :any:`RandMeth`, optional
generator : :class:`str` or :any:`Generator`, optional
Name or class of the generator to use for field generation.
Default: "RandMeth"
**generator_kwargs
Expand Down
4 changes: 2 additions & 2 deletions src/gstools/field/srf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class SRF(Field):
See: :any:`var_coarse_graining`
Default: "no_scaling"
generator : :class:`str` or :any:`RandMeth`, optional
generator : :class:`str` or :any:`Generator`, optional
Name or class of the field generator to be used.
At the moment, the following generators are provided:
Expand Down Expand Up @@ -166,7 +166,7 @@ def set_generator(self, generator, **generator_kwargs):
Parameters
----------
generator : :class:`str` or :any:`RandMeth`, optional
generator : :class:`str` or :any:`Generator`, optional
Name or class of the field generator to be used.
Default: "RandMeth"
**generator_kwargs
Expand Down

0 comments on commit c837550

Please sign in to comment.