Skip to content

Commit dbcd5b7

Browse files
committed
Remove reference to deprecated methods
1 parent a10de8d commit dbcd5b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/emsarray/conventions/_base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ class Convention(abc.ABC, Generic[GridKind, Index]):
147147
You can convert between a linear and a native index
148148
using :meth:`.ravel_index` and :meth:`.unravel_index`.
149149
Refer to :ref:`indexing` for more information.
150-
151-
The depths of each layer can be found using :meth:`.get_depths`.
152-
The timesteps in a dataset can be found using :meth:`.get_times`.
153150
"""
154151
#: The :class:`xarray.Dataset` instance for this :class:`Convention`
155152
dataset: xr.Dataset

0 commit comments

Comments
 (0)