From b667a30927b991807260838031c729950965b637 Mon Sep 17 00:00:00 2001 From: Sergey Rybakov Date: Tue, 21 Nov 2023 15:40:05 +0200 Subject: [PATCH 1/2] docs varray slice fix --- docs/deker/collection_schema.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deker/collection_schema.rst b/docs/deker/collection_schema.rst index 8ac1dde..9d8f486 100755 --- a/docs/deker/collection_schema.rst +++ b/docs/deker/collection_schema.rst @@ -104,7 +104,7 @@ with its *zero-index* at the front-left-bottom corner. .. image:: images/varray.png :scale: 30% -Let's query the following slice of it: ``[2:4, :, :]`` +Let's query the following slice of it: ``[1:4, :, :]`` .. image:: images/varray_request.png :scale: 30% From 18cdb840cdfc6370e09b0170435f1f18f2de533d Mon Sep 17 00:00:00 2001 From: Sergey Rybakov Date: Tue, 21 Nov 2023 15:45:27 +0200 Subject: [PATCH 2/2] docs varray slice fix --- docs/deker/collection_schema.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deker/collection_schema.rst b/docs/deker/collection_schema.rst index 9d8f486..513dce8 100755 --- a/docs/deker/collection_schema.rst +++ b/docs/deker/collection_schema.rst @@ -104,7 +104,7 @@ with its *zero-index* at the front-left-bottom corner. .. image:: images/varray.png :scale: 30% -Let's query the following slice of it: ``[1:4, :, :]`` +Let's query the following slice of it: ``[1:3, :, :]`` .. image:: images/varray_request.png :scale: 30%