File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -298,14 +298,8 @@ assert scalar_value == np.int8(42)
298
298
Each Zarr data type is a separate Python class that inherits from
299
299
[ ZDType] [ zarr.dtype.ZDType ] . You can define a custom data type by
300
300
writing your own subclass of [ ZDType] [ zarr.dtype.ZDType ] and adding
301
- your data type to the data type registry. A complete example of this process is included below.
302
-
303
- The source code for this example can be found in the ` examples/custom_dtype.py ` file in the Zarr
304
- Python project directory.
305
-
306
- ``` python
307
- -- 8 < -- " examples/custom_dtype.py"
308
- ```
301
+ your data type to the data type registry. To see an executable demonstration
302
+ of this process, see the [ ` custom_dtype ` example] ( ../user-guide/examples/custom_dtype.md ) .
309
303
310
304
### Data Type Resolution
311
305
You can’t perform that action at this time.
0 commit comments