Skip to content

Commit e0cef99

Browse files
committed
style: remove extra spaces for regular expressions in publish script
1 parent f4acf70 commit e0cef99

File tree

27 files changed

+27
-27
lines changed

27 files changed

+27
-27
lines changed

lib/node_modules/@stdlib/blas/base/dgemm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform the matrix-matrix operation `C = α*op(A)*op(B) + β*C` where `op(X)` is one of the `op(X) = X`, or `op(X) = X^T`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/blas/base/dgemv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A**T*x + β*y`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/blas/base/dspmv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform the matrix-vector operation `y = α*A*x + β*y` where `α` and `β` are scalars, `x` and `y` are `N` element vectors and, `A` is an `N` by `N` symmetric matrix supplied in packed form.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/blas/base/dspr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/blas/base/dsymv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform the matrix-vector operation `y = α*A*x + β*y` where `α` and `β` are scalars, `x` and `y` are `N` element vectors, and `A` is an `N` by `N` symmetric matrix.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/blas/base/dsyr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/blas/base/dsyr2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform the symmetric rank 2 operation `A = α*x*y^T + α*y*x^T + A`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/blas/base/dtrmv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/blas/base/dtrsv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/blas/base/sgemm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform the matrix-matrix operation `C = α*op(A)*op(B) + β*C` where `op(X)` is one of the `op(X) = X`, or `op(X) = X^T`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

0 commit comments

Comments
 (0)