Skip to content

Commit 8a15baa

Browse files
authored
docs: update related packages sections
PR-URL: #4425 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 33b46cb commit 8a15baa

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

lib/node_modules/@stdlib/assert/is-wasm-memory/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ bool = isWebAssemblyMemory( new ArrayBuffer( 10 ) );
8181

8282
<section class="related">
8383

84+
* * *
85+
86+
## See Also
87+
88+
- <span class="package-name">[`@stdlib/assert/has-wasm-support`][@stdlib/assert/has-wasm-support]</span><span class="delimiter">: </span><span class="description">detect native WebAssembly support.</span>
89+
8490
</section>
8591

8692
<!-- /.related -->
@@ -91,6 +97,12 @@ bool = isWebAssemblyMemory( new ArrayBuffer( 10 ) );
9197

9298
[@stdlib/wasm/memory]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/wasm/memory
9399

100+
<!-- <related-links> -->
101+
102+
[@stdlib/assert/has-wasm-support]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-wasm-support
103+
104+
<!-- </related-links> -->
105+
94106
</section>
95107

96108
<!-- /.links -->

lib/node_modules/@stdlib/ndarray/map/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ console.log( ndarray2array( y ) );
239239

240240
- <span class="package-name">[`@stdlib/ndarray/filter`][@stdlib/ndarray/filter]</span><span class="delimiter">: </span><span class="description">return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.</span>
241241
- <span class="package-name">[`@stdlib/ndarray/filter-map`][@stdlib/ndarray/filter-map]</span><span class="delimiter">: </span><span class="description">filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.</span>
242+
- <span class="package-name">[`@stdlib/ndarray/for-each`][@stdlib/ndarray/for-each]</span><span class="delimiter">: </span><span class="description">invoke a callback function once for each ndarray element.</span>
242243
- <span class="package-name">[`@stdlib/ndarray/slice`][@stdlib/ndarray/slice]</span><span class="delimiter">: </span><span class="description">return a read-only view of an input ndarray.</span>
243244

244245
</section>
@@ -259,6 +260,8 @@ console.log( ndarray2array( y ) );
259260

260261
[@stdlib/ndarray/filter-map]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/filter-map
261262

263+
[@stdlib/ndarray/for-each]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/for-each
264+
262265
[@stdlib/ndarray/slice]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/slice
263266

264267
<!-- </related-links> -->

lib/node_modules/@stdlib/random/base/randi/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ for ( i = 0; i < 100; i++ ) {
312312

313313
## See Also
314314

315+
- <span class="package-name">[`@stdlib/random/iter/randi`][@stdlib/random/iter/randi]</span><span class="delimiter">: </span><span class="description">create an iterator for generating pseudorandom numbers having integer values.</span>
316+
- <span class="package-name">[`@stdlib/random/streams/randi`][@stdlib/random/streams/randi]</span><span class="delimiter">: </span><span class="description">create a readable stream for generating pseudorandom numbers having integer values.</span>
315317
- <span class="package-name">[`@stdlib/random/base/minstd`][@stdlib/random/base/minstd]</span><span class="delimiter">: </span><span class="description">A linear congruential pseudorandom number generator (LCG) based on Park and Miller.</span>
316318
- <span class="package-name">[`@stdlib/random/base/minstd-shuffle`][@stdlib/random/base/minstd-shuffle]</span><span class="delimiter">: </span><span class="description">A linear congruential pseudorandom number generator (LCG) whose output is shuffled.</span>
317319
- <span class="package-name">[`@stdlib/random/base/mt19937`][@stdlib/random/base/mt19937]</span><span class="delimiter">: </span><span class="description">A 32-bit Mersenne Twister pseudorandom number generator.</span>
@@ -332,11 +334,9 @@ for ( i = 0; i < 100; i++ ) {
332334

333335
<!-- <related-links> -->
334336

335-
[@stdlib/random/base/minstd]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/base/minstd
336-
337-
[@stdlib/random/base/minstd-shuffle]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/base/minstd-shuffle
337+
[@stdlib/random/iter/randi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/iter/randi
338338

339-
[@stdlib/random/base/mt19937]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/base/mt19937
339+
[@stdlib/random/streams/randi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/randi
340340

341341
<!-- </related-links> -->
342342

0 commit comments

Comments
 (0)