diff --git a/lib/node_modules/@stdlib/ndarray/dtype-ctor/README.md b/lib/node_modules/@stdlib/ndarray/dtype-ctor/README.md index 3220c623f04d..425a0e55044a 100644 --- a/lib/node_modules/@stdlib/ndarray/dtype-ctor/README.md +++ b/lib/node_modules/@stdlib/ndarray/dtype-ctor/README.md @@ -270,6 +270,13 @@ console.log( 'JSON: %s', JSON.stringify( dt ) ); @@ -286,6 +293,14 @@ console.log( 'JSON: %s', JSON.stringify( dt ) ); [@stdlib/dstructs/struct]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs/struct + + +[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor + +[@stdlib/ndarray/dtype]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/dtype + + + diff --git a/lib/node_modules/@stdlib/stats/incr/nangmean/README.md b/lib/node_modules/@stdlib/stats/incr/nangmean/README.md index f2a8deb08ac0..9d865597b99c 100644 --- a/lib/node_modules/@stdlib/stats/incr/nangmean/README.md +++ b/lib/node_modules/@stdlib/stats/incr/nangmean/README.md @@ -32,7 +32,6 @@ The [geometric mean][geometric-mean] is defined as the nth root of a product of \biggl( \prod_{i=0}^{n-1} x_i \biggr)^{\frac{1}{n}} = \sqrt[n]{x_0 x_1 \cdots x_{n-1}} ``` -