Skip to content

Commit

Permalink
Merge pull request #1142 from PCMDI/lee1043-patch-2
Browse files Browse the repository at this point in the history
Update and rename utils.rst to api.rst
  • Loading branch information
lee1043 authored Sep 25, 2024
2 parents 41a66fa + adf7510 commit 837733c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
22 changes: 22 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
API Reference
=============

API Functions for Developpers
-----------------------------

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

.. autosummary::
:toctree: generated/

check_daily_time_axis
check_monthly_time_axis
create_land_sea_mask
apply_landmask
apply_oceanmask
regrid

.. automodule:: pcmdi_metrics.utils
:members: check_daily_time_axis, check_monthly_time_axis, create_land_sea_mask, apply_landmask, apply_oceanmask, regrid
:undoc-members:
:show-inheritance:
9 changes: 0 additions & 9 deletions docs/utils.rst

This file was deleted.

0 comments on commit 837733c

Please sign in to comment.