Skip to content

Commit

Permalink
Doc: fix ref issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Apr 7, 2024
1 parent 7b8aab3 commit b3b4fb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ src/gstools/_version.py
# generated docs
docs/source/examples/
docs/source/api/
docs/source/sg_execution_times.rst

# other settings
.vscode/
Expand Down
2 changes: 1 addition & 1 deletion src/gstools/field/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def transform(
----------
method : :class:`str`
Method to use.
See :any:`gstools.transform` for available transformations.
See :py:mod:`gstools.transform` for available transformations.
field : :class:`str`, optional
Name of field to be transformed. The default is "field".
store : :class:`str` or :class:`bool`, optional
Expand Down
2 changes: 1 addition & 1 deletion src/gstools/transform/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def apply(fld, method, field="field", store=True, process=False, **kwargs):
Field class containing a generated field.
method : :class:`str`
Method to use.
See :any:`gstools.transform` for available transformations.
See :py:mod:`gstools.transform` for available transformations.
field : :class:`str`, optional
Name of field to be transformed. The default is "field".
store : :class:`str` or :class:`bool`, optional
Expand Down

0 comments on commit b3b4fb5

Please sign in to comment.