Skip to content

Commit 72317f7

Browse files
authored
docs: update related packages sections
PR-URL: #8203 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent b820704 commit 72317f7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

lib/node_modules/@stdlib/ndarray/dtype-ctor/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,13 @@ console.log( 'JSON: %s', JSON.stringify( dt ) );
270270

271271
<section class="related">
272272

273+
* * *
274+
275+
## See Also
276+
277+
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
278+
- <span class="package-name">[`@stdlib/ndarray/dtype`][@stdlib/ndarray/dtype]</span><span class="delimiter">: </span><span class="description">return the data type of a provided ndarray.</span>
279+
273280
</section>
274281

275282
<!-- /.related -->
@@ -286,6 +293,14 @@ console.log( 'JSON: %s', JSON.stringify( dt ) );
286293

287294
[@stdlib/dstructs/struct]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs/struct
288295

296+
<!-- <related-links> -->
297+
298+
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor
299+
300+
[@stdlib/ndarray/dtype]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/dtype
301+
302+
<!-- </related-links> -->
303+
289304
</section>
290305

291306
<!-- /.links -->

lib/node_modules/@stdlib/stats/incr/nangmean/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ The [geometric mean][geometric-mean] is defined as the nth root of a product of
3232
\biggl( \prod_{i=0}^{n-1} x_i \biggr)^{\frac{1}{n}} = \sqrt[n]{x_0 x_1 \cdots x_{n-1}}
3333
```
3434

35-
3635
<!-- </equation> -->
3736

3837
</section>

0 commit comments

Comments
 (0)