Skip to content

Commit

Permalink
Fixes doc-string for Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
MoseleyS committed Oct 11, 2024
1 parent 92c6886 commit 1668e50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions improver/cli/gradient_between_adjacent_grid_squares.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ def process(cube: cli.inputcube, *, regrid: bool = False):
If the x-axis is marked as circular, the gradient between the last and first points
is also included.
Returns:
Cube after the gradients have been calculated along the x-axis and Cube after the gradients
have been calculated along the y-axis.
iris.cube.Cube:
Gradients calculated along the x-axis
iris.cube.Cube:
Gradients calculated along the y-axis
"""
from improver.utilities.spatial import GradientBetweenAdjacentGridSquares

Expand Down

0 comments on commit 1668e50

Please sign in to comment.