Skip to content

Commit

Permalink
Resolve Sphinx-Build CI error by adding hyphen(-) equal to the doctst…
Browse files Browse the repository at this point in the history
…ring words such as, Parameters & Returns
  • Loading branch information
quaz115 committed Apr 16, 2024
1 parent 7b87cda commit 684d8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions melodies_monet/plots/aircraftplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def make_curtain_plot(time, altitude, model_data_2d, obs_data_2d, model_var, obs
Generates a curtain plot comparing model data with observations across altitude over time,
with the ability to customize the appearance through a configuration dictionary.
Parameters:
Parameters
----------
time : numpy.ndarray
Array of time points, expected to be numerical values suitable for plotting.
Expand All @@ -302,7 +302,7 @@ def make_curtain_plot(time, altitude, model_data_2d, obs_data_2d, model_var, obs
domain_name : str
Name of the domain being plotted.
Returns:
Returns
-------
None
Saves the generated plot to a file.
Expand Down

0 comments on commit 684d8a1

Please sign in to comment.