diff --git a/lib/node_modules/@stdlib/console/README.md b/lib/node_modules/@stdlib/console/README.md
index 56b1caf49dce..86521e97a7cf 100644
--- a/lib/node_modules/@stdlib/console/README.md
+++ b/lib/node_modules/@stdlib/console/README.md
@@ -43,6 +43,7 @@ var o = ns;
+- [`logEachMap( str[, ...args], clbk[, thisArg] )`][@stdlib/console/log-each-map]: insert array element values and the result of a callback function into a format string and print the result.
- [`logEach( str[, ...args] )`][@stdlib/console/log-each]: insert array element values into a format string and print the result.
- [`log( [data][,...args] )`][@stdlib/console/log]: output a message to the debugger console.
@@ -87,6 +88,8 @@ console.log( objectKeys( ns ) );
+[@stdlib/console/log-each-map]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/console/log-each-map
+
[@stdlib/console/log-each]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/console/log-each
[@stdlib/console/log]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/console/log
diff --git a/lib/node_modules/@stdlib/math/base/special/README.md b/lib/node_modules/@stdlib/math/base/special/README.md
index 5b7604e4d664..c924490976d0 100644
--- a/lib/node_modules/@stdlib/math/base/special/README.md
+++ b/lib/node_modules/@stdlib/math/base/special/README.md
@@ -242,7 +242,6 @@ var fcns = special;
- [`cexp( z )`][@stdlib/math/base/special/cexp]: evaluate the exponential function for a double-precision complex floating-point number.
- [`cflipsign( z, y )`][@stdlib/math/base/special/cflipsign]: return a double-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.
- [`cflipsignf( z, y )`][@stdlib/math/base/special/cflipsignf]: return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.
-- [`cidentity( z )`][@stdlib/complex/float64/base/identity]: evaluate the identity function of a double-precision complex floating-point number.
- [`cidentityf( z )`][@stdlib/math/base/special/cidentityf]: evaluate the identity function of a single-precision complex floating-point number.
- [`cinv( z )`][@stdlib/math/base/special/cinv]: compute the inverse of a double-precision complex floating-point number.
- [`copysign( x, y )`][@stdlib/math/base/special/copysign]: return a double-precision floating-point number with the magnitude of `x` and the sign of `y`.
@@ -290,8 +289,6 @@ var fcns = special;
- [`heaviside( x[, continuity] )`][@stdlib/math/base/special/heaviside]: evaluate the Heaviside function.
- [`hypot( x, y )`][@stdlib/math/base/special/hypot]: compute the hypotenuse avoiding overflow and underflow.
- [`hypotf( x, y )`][@stdlib/math/base/special/hypotf]: compute the hypotenuse avoiding overflow and underflow (single-precision).
-- [`identity( x )`][@stdlib/number/float64/base/identity]: evaluate the identity function of a double-precision floating-point number.
-- [`identityf( x )`][@stdlib/number/float32/base/identity]: evaluate the identity function of a single-precision floating-point number.
- [`inv( x )`][@stdlib/math/base/special/inv]: compute the multiplicative inverse of a double-precision floating-point number.
- [`invf( x )`][@stdlib/math/base/special/invf]: compute the multiplicative inverse of a single-precision floating-point number.
- [`kroneckerDelta( i, j )`][@stdlib/math/base/special/kronecker-delta]: evaluate the Kronecker delta.
@@ -480,8 +477,6 @@ console.log( objectKeys( special ) );
[@stdlib/math/base/special/cflipsignf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cflipsignf
-[@stdlib/complex/float64/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float64/base/identity
-
[@stdlib/math/base/special/cidentityf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cidentityf
[@stdlib/math/base/special/cinv]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cinv
@@ -576,10 +571,6 @@ console.log( objectKeys( special ) );
[@stdlib/math/base/special/hypotf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/hypotf
-[@stdlib/number/float64/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/identity
-
-[@stdlib/number/float32/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/identity
-
[@stdlib/math/base/special/inv]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/inv
[@stdlib/math/base/special/invf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/invf