We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1b180 commit 0fcf1a2Copy full SHA for 0fcf1a2
docs/api/operations/cache.rst
@@ -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
@@ -13,6 +13,10 @@ and behave the same across all supported conventions.
13
14
./*
15
16
+:doc:`cache`
17
+ These operations create hash keys of datasets for use
18
+ in caching data.
19
20
:doc:`depth`
21
These operations manipulate datasets with a depth axis,
22
such as the output of ocean models.
0 commit comments