From 587f5894fbc81a2773d69230d78c661573c5095e Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:23:42 +0000 Subject: [PATCH 1/3] docs: fix package heading in `ndarray/base/reinterpret-complex` README Match the camelCase function name `reinterpretComplex`, consistent with sibling packages (`reinterpret-complex128`, `reinterpret-complex64`, `reinterpret-boolean`). --- .../@stdlib/ndarray/base/reinterpret-complex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/reinterpret-complex/README.md b/lib/node_modules/@stdlib/ndarray/base/reinterpret-complex/README.md index ef786ed3e1ca..0cb3306d0b85 100644 --- a/lib/node_modules/@stdlib/ndarray/base/reinterpret-complex/README.md +++ b/lib/node_modules/@stdlib/ndarray/base/reinterpret-complex/README.md @@ -18,7 +18,7 @@ limitations under the License. --> -# reinterpret +# reinterpretComplex > Reinterpret a complex-valued floating-point [ndarray][@stdlib/ndarray/base/ctor] as a real-valued floating-point [ndarray][@stdlib/ndarray/base/ctor] having the same precision. From 76c084861d8ae40e3eb500e4122623003429d23b Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:23:46 +0000 Subject: [PATCH 2/3] docs: set thumbnail URL for HPSF Conference 2026 talk Pin to the jsDelivr CDN path that includes the committed asset, matching the convention used by every other entry in `docs/talks.md`. --- docs/talks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/talks.md b/docs/talks.md index e6335875062a..852df9c0c59b 100644 --- a/docs/talks.md +++ b/docs/talks.md @@ -32,7 +32,7 @@ limitations under the License. From bcfccbdc2f7c842bb8355a4646ea99a28b2f8664 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:34:44 +0000 Subject: [PATCH 3/3] chore: silence `expected-html-sections` lint for `docs/talks.md` Top-level docs page does not expose `usage`/`examples` sections; mirror the directive used by `docs/contributing/zen_of_stdlib.md`. --- docs/talks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/talks.md b/docs/talks.md index 852df9c0c59b..0f977b09be32 100644 --- a/docs/talks.md +++ b/docs/talks.md @@ -18,6 +18,8 @@ limitations under the License. --> + + # Talks