From 58b1cf6883913256abd578b10ef2b665da843f0e Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Fri, 1 Mar 2024 03:18:06 +0000 Subject: [PATCH] docs: update related packages sections --- lib/node_modules/@stdlib/blas/base/gaxpy/README.md | 2 -- .../@stdlib/random/strided/exponential/README.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/blas/base/gaxpy/README.md b/lib/node_modules/@stdlib/blas/base/gaxpy/README.md index af50524f726d..a737ec1d5246 100644 --- a/lib/node_modules/@stdlib/blas/base/gaxpy/README.md +++ b/lib/node_modules/@stdlib/blas/base/gaxpy/README.md @@ -184,8 +184,6 @@ console.log( y ); - - diff --git a/lib/node_modules/@stdlib/random/strided/exponential/README.md b/lib/node_modules/@stdlib/random/strided/exponential/README.md index 7bed1ae79de2..bceeda602f53 100644 --- a/lib/node_modules/@stdlib/random/strided/exponential/README.md +++ b/lib/node_modules/@stdlib/random/strided/exponential/README.md @@ -356,6 +356,13 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); @@ -370,6 +377,12 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); [@stdlib/array/uint32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint32 + + +[@stdlib/random/array/exponential]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/exponential + + +