diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/idamax/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/idamax/README.md
index 39ed79c03744..0cfafebdc7fc 100644
--- a/lib/node_modules/@stdlib/blas/base/ndarray/idamax/README.md
+++ b/lib/node_modules/@stdlib/blas/base/ndarray/idamax/README.md
@@ -22,6 +22,12 @@ limitations under the License.
> Find the index of the first element having the maximum absolute value for all elements in a one-dimensional double-precision floating-point ndarray.
+
+
+
+
## Usage
diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/igamax/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/igamax/README.md
index eccfeba80e66..3b61e31ae1e5 100644
--- a/lib/node_modules/@stdlib/blas/base/ndarray/igamax/README.md
+++ b/lib/node_modules/@stdlib/blas/base/ndarray/igamax/README.md
@@ -22,6 +22,12 @@ limitations under the License.
> Find the index of the first element having the maximum absolute value for all elements in a one-dimensional ndarray.
+
+
+
+
## Usage
diff --git a/lib/node_modules/@stdlib/blas/base/ndarray/isamax/README.md b/lib/node_modules/@stdlib/blas/base/ndarray/isamax/README.md
index 3fc01028ba92..3ccc23c28536 100644
--- a/lib/node_modules/@stdlib/blas/base/ndarray/isamax/README.md
+++ b/lib/node_modules/@stdlib/blas/base/ndarray/isamax/README.md
@@ -22,6 +22,12 @@ limitations under the License.
> Find the index of the first element having the maximum absolute value for all elements in a one-dimensional single-precision floating-point ndarray.
+
+
+
+