Skip to content

Commit 18c2502

Browse files
authored
docs: update related packages sections
PR-URL: #1303 Reviewed-by: Athan Reines <[email protected]>
1 parent ae05669 commit 18c2502

File tree

5 files changed

+56
-2
lines changed

5 files changed

+56
-2
lines changed

lib/node_modules/@stdlib/assert/is-same-complex128/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ out = isSameComplex128( x, y );
9191

9292
<section class="related">
9393

94+
* * *
95+
96+
## See Also
97+
98+
- <span class="package-name">[`@stdlib/assert/is-complex128`][@stdlib/assert/is-complex128]</span><span class="delimiter">: </span><span class="description">test if a value is a 128-bit complex number.</span>
99+
- <span class="package-name">[`@stdlib/assert/is-same-complex64`][@stdlib/assert/is-same-complex64]</span><span class="delimiter">: </span><span class="description">test if two arguments are both single-precision complex floating-point numbers and have the same value.</span>
100+
- <span class="package-name">[`@stdlib/assert/is-same-value`][@stdlib/assert/is-same-value]</span><span class="delimiter">: </span><span class="description">test if two arguments are the same value.</span>
101+
94102
</section>
95103

96104
<!-- /.related -->
@@ -103,6 +111,14 @@ out = isSameComplex128( x, y );
103111

104112
[@stdlib/assert/is-same-value]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-value
105113

114+
<!-- <related-links> -->
115+
116+
[@stdlib/assert/is-complex128]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128
117+
118+
[@stdlib/assert/is-same-complex64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-complex64
119+
120+
<!-- </related-links> -->
121+
106122
</section>
107123

108124
<!-- /.links -->

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ console.log( x );
173173

174174
<!-- <related-links> -->
175175

176-
177-
178176
<!-- </related-links> -->
179177

180178
</section>

lib/node_modules/@stdlib/constants/complex128/zero/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,26 @@ im = imag( v );
9393

9494
<section class="related">
9595

96+
* * *
97+
98+
## See Also
99+
100+
- <span class="package-name">[`@stdlib/constants/complex64/zero`][@stdlib/constants/complex64/zero]</span><span class="delimiter">: </span><span class="description">single-precision complex floating-point zero.</span>
101+
102+
</section>
103+
96104
<!-- /.related -->
97105

98106
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
99107

100108
<section class="links">
101109

110+
<!-- <related-links> -->
111+
112+
[@stdlib/constants/complex64/zero]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/complex64/zero
113+
114+
<!-- </related-links> -->
115+
102116
</section>
103117

104118
<!-- /.links -->

lib/node_modules/@stdlib/random/strided/bernoulli/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,13 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
356356

357357
<section class="related">
358358

359+
* * *
360+
361+
## See Also
362+
363+
- <span class="package-name">[`@stdlib/random/base/bernoulli`][@stdlib/random/base/bernoulli]</span><span class="delimiter">: </span><span class="description">Bernoulli distributed pseudorandom numbers.</span>
364+
- <span class="package-name">[`@stdlib/random/array/bernoulli`][@stdlib/random/array/bernoulli]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a Bernoulli distribution.</span>
365+
359366
</section>
360367

361368
<!-- /.related -->
@@ -370,6 +377,12 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
370377

371378
[@stdlib/array/uint32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint32
372379

380+
<!-- <related-links> -->
381+
382+
[@stdlib/random/array/bernoulli]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/bernoulli
383+
384+
<!-- </related-links> -->
385+
373386
</section>
374387

375388
<!-- /.links -->

lib/node_modules/@stdlib/random/strided/geometric/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,13 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
356356

357357
<section class="related">
358358

359+
* * *
360+
361+
## See Also
362+
363+
- <span class="package-name">[`@stdlib/random/base/geometric`][@stdlib/random/base/geometric]</span><span class="delimiter">: </span><span class="description">geometric distributed pseudorandom numbers.</span>
364+
- <span class="package-name">[`@stdlib/random/array/geometric`][@stdlib/random/array/geometric]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a geometric distribution.</span>
365+
359366
</section>
360367

361368
<!-- /.related -->
@@ -370,6 +377,12 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
370377

371378
[@stdlib/array/uint32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint32
372379

380+
<!-- <related-links> -->
381+
382+
[@stdlib/random/array/geometric]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/geometric
383+
384+
<!-- </related-links> -->
385+
373386
</section>
374387

375388
<!-- /.links -->

0 commit comments

Comments
 (0)