Skip to content

Commit ed8a998

Browse files
authored
docs: update related packages sections
PR-URL: #1296 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 42b1c7e commit ed8a998

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed

lib/node_modules/@stdlib/array/one-to-like/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@ console.log( y );
135135

136136
<section class="related">
137137

138+
* * *
139+
140+
## See Also
141+
142+
- <span class="package-name">[`@stdlib/array/full-like`][@stdlib/array/full-like]</span><span class="delimiter">: </span><span class="description">create a filled array having the same length and data type as a provided array.</span>
143+
- <span class="package-name">[`@stdlib/array/ones-like`][@stdlib/array/ones-like]</span><span class="delimiter">: </span><span class="description">create an array filled with ones and having the same length and data type as a provided array.</span>
144+
- <span class="package-name">[`@stdlib/array/one-to`][@stdlib/array/one-to]</span><span class="delimiter">: </span><span class="description">generate a linearly spaced numeric array whose elements increment by 1 starting from one.</span>
145+
- <span class="package-name">[`@stdlib/array/zero-to-like`][@stdlib/array/zero-to-like]</span><span class="delimiter">: </span><span class="description">generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.</span>
146+
138147
</section>
139148

140149
<!-- /.related -->
@@ -143,6 +152,18 @@ console.log( y );
143152

144153
<section class="links">
145154

155+
<!-- <related-links> -->
156+
157+
[@stdlib/array/full-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/full-like
158+
159+
[@stdlib/array/ones-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/ones-like
160+
161+
[@stdlib/array/one-to]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/one-to
162+
163+
[@stdlib/array/zero-to-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/zero-to-like
164+
165+
<!-- </related-links> -->
166+
146167
</section>
147168

148169
<!-- /.links -->

lib/node_modules/@stdlib/math/base/ops/sub/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ int main( void ) {
196196
## See Also
197197

198198
- <span class="package-name">[`@stdlib/math/base/ops/add`][@stdlib/math/base/ops/add]</span><span class="delimiter">: </span><span class="description">compute the sum of two double-precision floating-point numbers.</span>
199+
- <span class="package-name">[`@stdlib/math/base/ops/div`][@stdlib/math/base/ops/div]</span><span class="delimiter">: </span><span class="description">divide two double-precision floating-point numbers.</span>
199200
- <span class="package-name">[`@stdlib/math/base/ops/mul`][@stdlib/math/base/ops/mul]</span><span class="delimiter">: </span><span class="description">multiply two double-precision floating-point numbers.</span>
200201

201202
</section>
@@ -210,6 +211,8 @@ int main( void ) {
210211

211212
[@stdlib/math/base/ops/add]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/add
212213

214+
[@stdlib/math/base/ops/div]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/div
215+
213216
[@stdlib/math/base/ops/mul]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/ops/mul
214217

215218
<!-- </related-links> -->

lib/node_modules/@stdlib/math/base/special/copysign/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ int main( void ) {
190190

191191
## See Also
192192

193-
- <span class="package-name">[`@stdlib/math/base/special/flipsign`][@stdlib/math/base/special/flipsign]</span><span class="delimiter">: </span><span class="description">return a double-precision floating-point number with the magnitude of x and the sign of x*y.</span>
193+
- <span class="package-name">[`@stdlib/math/base/special/flipsign`][@stdlib/math/base/special/flipsign]</span><span class="delimiter">: </span><span class="description">return a double-precision floating-point number with the magnitude of x and the sign of x\*y.</span>
194194

195195
</section>
196196

lib/node_modules/@stdlib/random/array/chi/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ logEach( '%f', x4 );
357357
## See Also
358358

359359
- <span class="package-name">[`@stdlib/random/base/chi`][@stdlib/random/base/chi]</span><span class="delimiter">: </span><span class="description">Chi distributed pseudorandom numbers.</span>
360+
- <span class="package-name">[`@stdlib/random/strided/chi`][@stdlib/random/strided/chi]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers drawn from a chi distribution.</span>
360361

361362
</section>
362363

@@ -374,6 +375,12 @@ logEach( '%f', x4 );
374375

375376
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
376377

378+
<!-- <related-links> -->
379+
380+
[@stdlib/random/strided/chi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/chi
381+
382+
<!-- </related-links> -->
383+
377384
</section>
378385

379386
<!-- /.links -->

0 commit comments

Comments
 (0)