From e5ea550dbdee971a822dcf8495828d2d550a0aa3 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 6 Jun 2026 04:17:30 +0000 Subject: [PATCH 1/3] docs: add intro section placeholder to `blas/base/ndarray/idamax` Add empty `
` placeholder between the description blockquote and the usage section, matching the convention used by 37 of the 40 packages in `blas/base/ndarray/` (92.5% conformance). The placeholder is also present in 100% of `blas/ext/base/ndarray/` siblings and in the `srot` package being added in open PR #12510, confirming the convention is current. --- lib/node_modules/@stdlib/blas/base/ndarray/idamax/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/idamax/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/idamax/README.md index 39ed79c03744..0cfafebdc7fc 100644 --- a/lib/node_modules/@stdlib/blas/base/ndarray/idamax/README.md +++ b/lib/node_modules/@stdlib/blas/base/ndarray/idamax/README.md @@ -22,6 +22,12 @@ limitations under the License. > Find the index of the first element having the maximum absolute value for all elements in a one-dimensional double-precision floating-point ndarray. +
+ +
+ + +
## Usage From 85b0d14949fe78e3e25e2a43f5e25f756814b20b Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 6 Jun 2026 04:17:35 +0000 Subject: [PATCH 2/3] docs: add intro section placeholder to `blas/base/ndarray/igamax` Add empty `
` placeholder between the description blockquote and the usage section, matching the convention used by 37 of the 40 packages in `blas/base/ndarray/` (92.5% conformance). The placeholder is also present in 100% of `blas/ext/base/ndarray/` siblings and in the `srot` package being added in open PR #12510, confirming the convention is current. --- lib/node_modules/@stdlib/blas/base/ndarray/igamax/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/igamax/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/igamax/README.md index eccfeba80e66..3b61e31ae1e5 100644 --- a/lib/node_modules/@stdlib/blas/base/ndarray/igamax/README.md +++ b/lib/node_modules/@stdlib/blas/base/ndarray/igamax/README.md @@ -22,6 +22,12 @@ limitations under the License. > Find the index of the first element having the maximum absolute value for all elements in a one-dimensional ndarray. +
+ +
+ + +
## Usage From 8c707bd3c0132ef7886a0207a8b0083d3c314c06 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 6 Jun 2026 04:17:40 +0000 Subject: [PATCH 3/3] docs: add intro section placeholder to `blas/base/ndarray/isamax` Add empty `
` placeholder between the description blockquote and the usage section, matching the convention used by 37 of the 40 packages in `blas/base/ndarray/` (92.5% conformance). The placeholder is also present in 100% of `blas/ext/base/ndarray/` siblings and in the `srot` package being added in open PR #12510, confirming the convention is current. --- lib/node_modules/@stdlib/blas/base/ndarray/isamax/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/isamax/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/isamax/README.md index 3fc01028ba92..3ccc23c28536 100644 --- a/lib/node_modules/@stdlib/blas/base/ndarray/isamax/README.md +++ b/lib/node_modules/@stdlib/blas/base/ndarray/isamax/README.md @@ -22,6 +22,12 @@ limitations under the License. > Find the index of the first element having the maximum absolute value for all elements in a one-dimensional single-precision floating-point ndarray. +
+ +
+ + +
## Usage