docs: follow-up fixes for commits merged to develop on 2026-05-24#12265
Merged
Conversation
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
kgryte
approved these changes
May 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up fixes for commits merged to
developbetween 2026-05-24 01:23 PT (f8a43f95e) and 2026-05-24 05:54 ET (40dad68e6).Description
This pull request:
developin the last 24 hours. Two are broken equation image paths in the newblas/base/ndarray/dznrm2andblas/base/ndarray/scnrm2packages, and one is a typed-array constructor capitalization typo inarray/float64's See Also block.Fixes by package
array/float64Float16Arrayin the@stdlib/array/float16See Also entry inlib/node_modules/@stdlib/array/float64/README.md; introduced inda0bf4e0, the description usedfloat16Array.instead ofFloat16Array., inconsistent with every other typed-array sibling in the list.blas/base/ndarray/dznrm2lib/node_modules/@stdlib/blas/base/ndarray/dznrm2/README.md(introduced in0c071d9e) where the<img src>path incorrectly references@stdlib/blas/base/dznrm2/docs/img/equation_l2_norm.svginstead of the correct@stdlib/blas/base/ndarray/dznrm2/docs/img/equation_l2_norm.svg.blas/base/ndarray/scnrm2lib/node_modules/@stdlib/blas/base/ndarray/scnrm2/README.md(introduced in0c071d9e): the<img src>path pointed to@stdlib/blas/base/scnrm2/docs/img/equation_l2_norm.svginstead of@stdlib/blas/base/ndarray/scnrm2/docs/img/equation_l2_norm.svg.Related Issues
None.
Questions
No.
Other
Validation
What was checked across the 12 commits in the window (
f8a43f95e..40dad68e6):lib/,test/,benchmark/,examples/,docs/, and.d.tsfiles.Deliberately excluded:
docs/style-guides.blas/base/drotm/test/test.ndarray.jswhitespace change was flagged but rejected: that change is the deliberate intent of upstream commitdc7c32d50(style: fix spacing in multiline arrays).Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was prepared by Claude Code. Multiple reviewer agents independently audited the last 24 hours of merges to
develop; only findings that survived cross-agent corroboration and direct file re-verification were applied. Each fix is a one-line edit; the maintainer should still audit before promoting out of draft.@stdlib-js/reviewers
Generated by Claude Code