@@ -236,8 +236,8 @@ class Int8(BaseInt[np.dtypes.Int8DType, np.int8]):
236
236
"""
237
237
A Zarr data type for arrays containing 8-bit signed integers.
238
238
239
- Wraps the `` np.dtypes.Int8DType`` data type. Scalars for this data type are
240
- instances of `` np.int8`` .
239
+ Wraps the [` np.dtypes.Int8DType`][numpy.dtypes.Int8DType] data type. Scalars for this data type are
240
+ instances of [` np.int8`][numpy.int8] .
241
241
242
242
Attributes
243
243
----------
@@ -393,7 +393,7 @@ class UInt8(BaseInt[np.dtypes.UInt8DType, np.uint8]):
393
393
"""
394
394
A Zarr data type for arrays containing 8-bit unsigned integers.
395
395
396
- Wraps the `` np.dtypes.UInt8DType`` data type. Scalars for this data type are instances of `` np.uint8`` .
396
+ Wraps the [` np.dtypes.UInt8DType`][numpy.dtypes.UInt8DType] data type. Scalars for this data type are instances of [` np.uint8`][numpy.uint8] .
397
397
398
398
Attributes
399
399
----------
@@ -539,8 +539,8 @@ class Int16(BaseInt[np.dtypes.Int16DType, np.int16], HasEndianness):
539
539
"""
540
540
A Zarr data type for arrays containing 16-bit signed integers.
541
541
542
- Wraps the `` np.dtypes.Int16DType`` data type. Scalars for this data type are instances of
543
- `` np.int16`` .
542
+ Wraps the [` np.dtypes.Int16DType`][numpy.dtypes.Int16DType] data type. Scalars for this data type are instances of
543
+ [` np.int16`][numpy.int16] .
544
544
545
545
Attributes
546
546
----------
@@ -701,8 +701,8 @@ class UInt16(BaseInt[np.dtypes.UInt16DType, np.uint16], HasEndianness):
701
701
"""
702
702
A Zarr data type for arrays containing 16-bit unsigned integers.
703
703
704
- Wraps the `` np.dtypes.UInt16DType`` data type. Scalars for this data type are instances of
705
- `` np.uint16`` .
704
+ Wraps the [` np.dtypes.UInt16DType`][numpy.dtypes.UInt16DType] data type. Scalars for this data type are instances of
705
+ [` np.uint16`][numpy.uint16] .
706
706
707
707
Attributes
708
708
----------
@@ -863,8 +863,8 @@ class Int32(BaseInt[np.dtypes.Int32DType, np.int32], HasEndianness):
863
863
"""
864
864
A Zarr data type for arrays containing 32-bit signed integers.
865
865
866
- Wraps the `` np.dtypes.Int32DType`` data type. Scalars for this data type are instances of
867
- `` np.int32`` .
866
+ Wraps the [` np.dtypes.Int32DType`][numpy.dtypes.Int32DType] data type. Scalars for this data type are instances of
867
+ [` np.int32`][numpy.int32] .
868
868
869
869
Attributes
870
870
----------
@@ -1046,8 +1046,8 @@ class UInt32(BaseInt[np.dtypes.UInt32DType, np.uint32], HasEndianness):
1046
1046
"""
1047
1047
A Zarr data type for arrays containing 32-bit unsigned integers.
1048
1048
1049
- Wraps the `` np.dtypes.UInt32DType`` data type. Scalars for this data type are instances of
1050
- `` np.uint32`` .
1049
+ Wraps the [` np.dtypes.UInt32DType`][numpy.dtypes.UInt32DType] data type. Scalars for this data type are instances of
1050
+ [` np.uint32`][numpy.uint32] .
1051
1051
1052
1052
Attributes
1053
1053
----------
@@ -1204,8 +1204,8 @@ class Int64(BaseInt[np.dtypes.Int64DType, np.int64], HasEndianness):
1204
1204
"""
1205
1205
A Zarr data type for arrays containing 64-bit signed integers.
1206
1206
1207
- Wraps the `` np.dtypes.Int64DType`` data type. Scalars for this data type are instances of
1208
- `` np.int64`` .
1207
+ Wraps the [` np.dtypes.Int64DType`][numpy.dtypes.Int64DType] data type. Scalars for this data type are instances of
1208
+ [` np.int64`][numpy.int64] .
1209
1209
1210
1210
Attributes
1211
1211
----------
@@ -1362,8 +1362,8 @@ class UInt64(BaseInt[np.dtypes.UInt64DType, np.uint64], HasEndianness):
1362
1362
"""
1363
1363
A Zarr data type for arrays containing 64-bit unsigned integers.
1364
1364
1365
- Wraps the `` np.dtypes.UInt64DType`` data type. Scalars for this data type
1366
- are instances of `` np.uint64`` .
1365
+ Wraps the [` np.dtypes.UInt64DType`][numpy.dtypes.UInt64DType] data type. Scalars for this data type
1366
+ are instances of [` np.uint64`][numpy.uint64] .
1367
1367
1368
1368
Attributes
1369
1369
----------
0 commit comments