Skip to content

Commit 267043d

Browse files
committed
rename endian codec to bytes
1 parent 8741619 commit 267043d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/v3/codecs/endian/v1.0.rst renamed to docs/v3/codecs/bytes/v1.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. _endian-codec-v1:
1+
.. _bytes-codec-v1:
22

33
============================
4-
Endian codec (version 1.0)
4+
Bytes codec (version 1.0)
55
============================
66

77
**Editor's draft 26 July 2019**

docs/v3/codecs/sharding-indexed/v1.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Sharding can be configured per array in the :ref:`array-metadata` as follows::
101101
"chunk_shape": [32, 32],
102102
"codecs": [
103103
{
104-
"name": "endian",
104+
"name": "bytes",
105105
"configuration": {
106106
"endian": "little",
107107
}
@@ -115,7 +115,7 @@ Sharding can be configured per array in the :ref:`array-metadata` as follows::
115115
],
116116
"index_codecs": [
117117
{
118-
"name": "endian",
118+
"name": "bytes",
119119
"configuration": {
120120
"endian": "little",
121121
}

0 commit comments

Comments
 (0)