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 1668e50 commit 69ca842
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions improver/cli/gradient_between_adjacent_grid_squares.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ 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:
iris.cube.Cube:
Gradients calculated along the x-axis
iris.cube.Cube:
Gradients calculated along the y-axis
tuple:
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 69ca842

Please sign in to comment.