From bb7b133330935511b6ad83ec25ac4e222420fe4e Mon Sep 17 00:00:00 2001
From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Date: Sun, 29 Dec 2024 02:51:42 +0000
Subject: [PATCH] docs: update related packages sections
---
.../@stdlib/array/base/cuany-by/README.md | 1 -
.../@stdlib/blas/base/gaxpy/README.md | 4 ++--
.../@stdlib/nlp/sentencize/README.md | 12 +++++++++++
.../@stdlib/slice/base/length/README.md | 18 ++++++++++++++++
.../@stdlib/string/base/stickycase/README.md | 21 +++++++++++++++++++
5 files changed, 53 insertions(+), 3 deletions(-)
diff --git a/lib/node_modules/@stdlib/array/base/cuany-by/README.md b/lib/node_modules/@stdlib/array/base/cuany-by/README.md
index f1030a97878f..22f29a37f164 100644
--- a/lib/node_modules/@stdlib/array/base/cuany-by/README.md
+++ b/lib/node_modules/@stdlib/array/base/cuany-by/README.md
@@ -148,7 +148,6 @@ console.log( out );
diff --git a/lib/node_modules/@stdlib/blas/base/gaxpy/README.md b/lib/node_modules/@stdlib/blas/base/gaxpy/README.md
index a737ec1d5246..5f70522fd423 100644
--- a/lib/node_modules/@stdlib/blas/base/gaxpy/README.md
+++ b/lib/node_modules/@stdlib/blas/base/gaxpy/README.md
@@ -159,8 +159,8 @@ console.log( y );
## See Also
-- [`@stdlib/blas/base/daxpy`][@stdlib/blas/base/daxpy]: multiply a vector x by a constant and add the result to y.
-- [`@stdlib/blas/base/saxpy`][@stdlib/blas/base/saxpy]: multiply a vector x by a constant and add the result to y.
+- [`@stdlib/blas/base/daxpy`][@stdlib/blas/base/daxpy]: multiply a vector `x` by a constant and add the result to `y`.
+- [`@stdlib/blas/base/saxpy`][@stdlib/blas/base/saxpy]: multiply a vector `x` by a constant and add the result to `y`.
diff --git a/lib/node_modules/@stdlib/nlp/sentencize/README.md b/lib/node_modules/@stdlib/nlp/sentencize/README.md
index 7b4ecbfaa976..52808cfcaced 100644
--- a/lib/node_modules/@stdlib/nlp/sentencize/README.md
+++ b/lib/node_modules/@stdlib/nlp/sentencize/README.md
@@ -90,6 +90,12 @@ bool = ( out[ 0 ] === sentences[ 0 ] );
@@ -98,6 +104,12 @@ bool = ( out[ 0 ] === sentences[ 0 ] );
+
+
+[@stdlib/nlp/tokenize]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/nlp/tokenize
+
+
+
diff --git a/lib/node_modules/@stdlib/slice/base/length/README.md b/lib/node_modules/@stdlib/slice/base/length/README.md
index eb61f82b022c..9db21b04c8ef 100644
--- a/lib/node_modules/@stdlib/slice/base/length/README.md
+++ b/lib/node_modules/@stdlib/slice/base/length/README.md
@@ -156,6 +156,14 @@ console.log( '[ %s ]', incrspace( s2.start, s2.stop || -1, s2.step ).join( ', '
@@ -166,6 +174,16 @@ console.log( '[ %s ]', incrspace( s2.start, s2.stop || -1, s2.step ).join( ', '
[@stdlib/slice/base/normalize-slice]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/slice/base/normalize-slice
+
+
+[@stdlib/slice/base/nonreduced-dimensions]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/slice/base/nonreduced-dimensions
+
+[@stdlib/slice/base/reduced-dimensions]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/slice/base/reduced-dimensions
+
+[@stdlib/slice/base/shape]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/slice/base/shape
+
+
+
diff --git a/lib/node_modules/@stdlib/string/base/stickycase/README.md b/lib/node_modules/@stdlib/string/base/stickycase/README.md
index 6c4953d90fd9..0b670403ff79 100644
--- a/lib/node_modules/@stdlib/string/base/stickycase/README.md
+++ b/lib/node_modules/@stdlib/string/base/stickycase/README.md
@@ -97,6 +97,15 @@ out = stickycase( str );
@@ -105,6 +114,18 @@ out = stickycase( str );
+
+
+[@stdlib/string/base/camelcase]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/camelcase
+
+[@stdlib/string/base/lowercase]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/lowercase
+
+[@stdlib/string/base/snakecase]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/snakecase
+
+[@stdlib/string/base/uppercase]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/uppercase
+
+
+