From 4cde6792c427e1372784c4fad779e506e357fc9f Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 28 Sep 2023 01:08:40 +0000 Subject: [PATCH] Auto-generated commit --- slice/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slice/README.md b/slice/README.md index 0aa622d7..c0a493cd 100644 --- a/slice/README.md +++ b/slice/README.md @@ -20,7 +20,7 @@ limitations under the License. # slice -> Return a read-only view of an input ndarray. +> Return a read-only view of an input [`ndarray`][@stdlib/ndarray/ctor]. @@ -81,7 +81,7 @@ arr = ndarray2array( y ); The function accepts the following arguments: -- **x**: input ndarray. +- **x**: input [`ndarray`][@stdlib/ndarray/ctor]. - **s**: a [`MultiSlice`][@stdlib/slice/multi] instance, an array of slice arguments, or slice arguments as separate arguments. - **options**: function options.