From 1c1fd0b9ac6f3b0b32d43330e87d46f6f54e43af Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sun, 23 Feb 2025 02:27:34 +0000 Subject: [PATCH] docs: update related packages sections --- .../@stdlib/blas/ext/base/dapxsumpw/README.md | 4 ++-- lib/node_modules/@stdlib/dstructs/linked-list/README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/README.md b/lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/README.md index 7f396e866a44..1279368fbb80 100644 --- a/lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/README.md +++ b/lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/README.md @@ -284,8 +284,8 @@ int main( void ) { - [`@stdlib/blas/ext/base/dapxsum`][@stdlib/blas/ext/base/dapxsum]: add a scalar constant to each double-precision floating-point strided array element and compute the sum. - [`@stdlib/blas/ext/base/dsumpw`][@stdlib/blas/ext/base/dsumpw]: calculate the sum of double-precision floating-point strided array elements using pairwise summation. -- [`@stdlib/blas/ext/base/gapxsumpw`][@stdlib/blas/ext/base/gapxsumpw]: add a constant to each strided array element and compute the sum using pairwise summation. -- [`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]: add a constant to each single-precision floating-point strided array element and compute the sum using pairwise summation. +- [`@stdlib/blas/ext/base/gapxsumpw`][@stdlib/blas/ext/base/gapxsumpw]: add a scalar constant to each strided array element and compute the sum using pairwise summation. +- [`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]: add a scalar constant to each single-precision floating-point strided array element and compute the sum using pairwise summation. diff --git a/lib/node_modules/@stdlib/dstructs/linked-list/README.md b/lib/node_modules/@stdlib/dstructs/linked-list/README.md index a01b160d32a3..c455f6aad093 100644 --- a/lib/node_modules/@stdlib/dstructs/linked-list/README.md +++ b/lib/node_modules/@stdlib/dstructs/linked-list/README.md @@ -415,8 +415,8 @@ len = list.length; ## See Also -- [`@stdlib/utils/doubly-linked-list`][@stdlib/utils/doubly-linked-list]: doubly linked list. -- [`@stdlib/utils/stack`][@stdlib/utils/stack]: stack. +- [`@stdlib/dstructs/doubly-linked-list`][@stdlib/dstructs/doubly-linked-list]: doubly linked list. +- [`@stdlib/dstructs/stack`][@stdlib/dstructs/stack]: stack. @@ -428,9 +428,9 @@ len = list.length; -[@stdlib/utils/doubly-linked-list]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/doubly-linked-list +[@stdlib/dstructs/doubly-linked-list]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs/doubly-linked-list -[@stdlib/utils/stack]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/stack +[@stdlib/dstructs/stack]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs/stack