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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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/sgemv/README.md

+1-1
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/sspmv/README.md

+1-1
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/sspr/README.md

+1-1
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/ssymv/README.md

+1-1
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/ssyr/README.md

+1-1
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/ssyr2/README.md

+1-1
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/strmv/README.md

+1-1
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/strsv/README.md

+1-1
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/lapack/base/dge-trans/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Convert a matrix from row-major layout to column-major layout or vice versa.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/lapack/base/dlacpy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Copy all or part of a matrix `A` to another matrix `B`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/lapack/base/dlamch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Determine double-precision floating-point machine parameters.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/lapack/base/dlaswp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform a series of row interchanges on an input matrix.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/lapack/base/dpttrf/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/lapack/base/sge-trans/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Convert a matrix from row-major layout to column-major layout or vice versa.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/lapack/base/slacpy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Copy all or part of a matrix `A` to another matrix `B`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/lapack/base/slaswp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Perform a series of row interchanges on an input matrix.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

lib/node_modules/@stdlib/lapack/base/spttrf/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222

2323
> Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
2424
25-
<section class = "usage">
25+
<section class="usage">
2626

2727
## Usage
2828

0 commit comments

Comments
 (0)