From bc19c9a94174fe3af16a61ef370fab8d6de6a9d5 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Tue, 19 Dec 2023 10:34:33 -0800 Subject: [PATCH] Remove references to obsolete types --- docs/src/dimensions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/dimensions.md b/docs/src/dimensions.md index ef64fc9c..7356e020 100644 --- a/docs/src/dimensions.md +++ b/docs/src/dimensions.md @@ -4,11 +4,9 @@ In the NetCDF data model, dimensions have names and a length (but possibly an un For a given `Variable` or `CFVariable`,the names of the corresponding dimensions are obtained with using [`dimnames`](@ref). ```@docs -keys(d::NCDatasets.Dimensions) haskey(a::NCDatasets.NCIterable,name::AbstractString) defDim -unlimited(d::NCDatasets.Dimensions) -setindex!(d::NCDatasets.Dimensions,len,name::AbstractString) +unlimited(d::NCDatasets.NCDataset) ``` One can iterate over a list of dimensions as follows: