Skip to content

Commit 0fcf1a2

Browse files
Updated read the docs documentation to include cache operation.
1 parent be1b180 commit 0fcf1a2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/api/operations/cache.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
=========================
2+
emsarray.operations.cache
3+
=========================
4+
5+
.. automodule:: emsarray.operations.cache
6+
7+
Functions
8+
=========
9+
10+
.. autofunction:: make_cache_key

docs/api/operations/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and behave the same across all supported conventions.
1313

1414
./*
1515

16+
:doc:`cache`
17+
These operations create hash keys of datasets for use
18+
in caching data.
19+
1620
:doc:`depth`
1721
These operations manipulate datasets with a depth axis,
1822
such as the output of ocean models.

0 commit comments

Comments
 (0)