Skip to content

Commit 837733c

Browse files
authored
Merge pull request #1142 from PCMDI/lee1043-patch-2
Update and rename utils.rst to api.rst
2 parents 41a66fa + adf7510 commit 837733c

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

docs/api.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
API Reference
2+
=============
3+
4+
API Functions for Developpers
5+
-----------------------------
6+
7+
Below is a list of top-level API functions that are available in ``pcmdi_metrics``.
8+
9+
.. autosummary::
10+
:toctree: generated/
11+
12+
check_daily_time_axis
13+
check_monthly_time_axis
14+
create_land_sea_mask
15+
apply_landmask
16+
apply_oceanmask
17+
regrid
18+
19+
.. automodule:: pcmdi_metrics.utils
20+
:members: check_daily_time_axis, check_monthly_time_axis, create_land_sea_mask, apply_landmask, apply_oceanmask, regrid
21+
:undoc-members:
22+
:show-inheritance:

docs/utils.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)