Skip to content

Commit

Permalink
Update api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 authored Sep 25, 2024
1 parent 9b75c64 commit b935330
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ API Reference
API Functions for Developpers
-----------------------------

Below is a list of top-level API functions that are available in ``pcmdi_metrics``.
Below is a list of some API functions that are available in ``pcmdi_metrics`` for developpers.

.. autosummary::
:toctree: generated/

check_daily_time_axis
check_monthly_time_axis
create_land_sea_mask
apply_landmask
apply_oceanmask
regrid
utils.check_daily_time_axis
utils.check_monthly_time_axis
utils.create_land_sea_mask
utils.apply_landmask
utils.apply_oceanmask
utils.regrid

.. automodule:: pcmdi_metrics.utils
:members: check_daily_time_axis, check_monthly_time_axis, create_land_sea_mask, apply_landmask, apply_oceanmask, regrid
Expand Down

0 comments on commit b935330

Please sign in to comment.