Skip to content

Commit 902977d

Browse files
authored
docs: update related packages sections
PR-URL: #4825 Reviewed-by: Athan Reines <[email protected]>
1 parent cac36dd commit 902977d

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ console.log( v );
160160
## See Also
161161

162162
- <span class="package-name">[`@stdlib/blas/ext/base/dapxsumpw`][@stdlib/blas/ext/base/dapxsumpw]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.</span>
163-
- <span class="package-name">[`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]</span><span class="delimiter">: </span><span class="description">add a constant to each strided array element and compute the sum.</span>
163+
- <span class="package-name">[`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each strided array element and compute the sum.</span>
164164
- <span class="package-name">[`@stdlib/blas/ext/base/gsumpw`][@stdlib/blas/ext/base/gsumpw]</span><span class="delimiter">: </span><span class="description">calculate the sum of strided array elements using pairwise summation.</span>
165-
- <span class="package-name">[`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]</span><span class="delimiter">: </span><span class="description">add a constant to each single-precision floating-point strided array element and compute the sum using pairwise summation.</span>
165+
- <span class="package-name">[`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]</span><span class="delimiter">: </span><span class="description">add a scalar constant to each single-precision floating-point strided array element and compute the sum using pairwise summation.</span>
166166

167167
</section>
168168

lib/node_modules/@stdlib/constants/float32/max-base10-exponent-subnormal/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ Macro for the maximum base 10 exponent for a subnormal [single-precision floatin
126126

127127
<section class="related">
128128

129+
* * *
130+
131+
## See Also
132+
133+
- <span class="package-name">[`@stdlib/constants/float32/max-base10-exponent`][@stdlib/constants/float32/max-base10-exponent]</span><span class="delimiter">: </span><span class="description">the maximum base 10 exponent for a single-precision floating-point number.</span>
134+
- <span class="package-name">[`@stdlib/constants/float64/max-base10-exponent-subnormal`][@stdlib/constants/float64/max-base10-exponent-subnormal]</span><span class="delimiter">: </span><span class="description">the maximum base 10 exponent for a subnormal double-precision floating-point number.</span>
135+
129136
</section>
130137

131138
<!-- /.related -->
@@ -138,6 +145,10 @@ Macro for the maximum base 10 exponent for a subnormal [single-precision floatin
138145

139146
<!-- <related-links> -->
140147

148+
[@stdlib/constants/float32/max-base10-exponent]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-base10-exponent
149+
150+
[@stdlib/constants/float64/max-base10-exponent-subnormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-base10-exponent-subnormal
151+
141152
<!-- </related-links> -->
142153

143154
</section>

lib/node_modules/@stdlib/stats/base/cumax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ console.log( y );
193193

194194
[@stdlib/stats/base/cumin]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/cumin
195195

196-
[@stdlib/stats/strided/dcumax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dcumax
196+
[@stdlib/stats/strided/dcumax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/dcumax
197197

198198
[@stdlib/stats/base/scumax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/scumax
199199

lib/node_modules/@stdlib/strided/base/dtype-enum2str/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ str = enum2str( str2enum( 'uint8' ) );
126126

127127
<section class="related">
128128

129+
* * *
130+
131+
## See Also
132+
133+
- <span class="package-name">[`@stdlib/strided/base/dtype-str2enum`][@stdlib/strided/base/dtype-str2enum]</span><span class="delimiter">: </span><span class="description">return the enumeration constant associated with a strided array data type string.</span>
134+
129135
</section>
130136

131137
<!-- /.related -->
@@ -134,6 +140,12 @@ str = enum2str( str2enum( 'uint8' ) );
134140

135141
<section class="links">
136142

143+
<!-- <related-links> -->
144+
145+
[@stdlib/strided/base/dtype-str2enum]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/strided/base/dtype-str2enum
146+
147+
<!-- </related-links> -->
148+
137149
</section>
138150

139151
<!-- /.links -->

0 commit comments

Comments
 (0)