Skip to content

Commit f0aa308

Browse files
committed
Update namespace descriptions
1 parent e61e6f1 commit f0aa308

File tree

157 files changed

+253
-253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+253
-253
lines changed

lib/node_modules/@stdlib/assert/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# Assert
2222

23-
> Standard library assertion utilities.
23+
> Assertion utilities.
2424
2525
<section class="usage">
2626

@@ -32,7 +32,7 @@ var assert = require( '@stdlib/assert' );
3232

3333
#### assert
3434

35-
Included in this namespace is a comprehensive suite of assertion utilities, such as utilities for testing for various data types and others for testing for JavaScript feature support.
35+
Namespace providing utilities for data type testing and feature detection.
3636

3737
```javascript
3838
var o = assert;
@@ -154,7 +154,7 @@ The namespace also contains utilities to test for numbers within a certain range
154154

155155
<!-- </toc> -->
156156

157-
The namespace provides various utilities for validating typed arrays:
157+
The namespace provides utilities for validating typed arrays:
158158

159159
<!-- <toc pattern="is-+(int8|int16|int32|uint8clamped|uint8|uint16|uint32|float32|float64)array"> -->
160160

lib/node_modules/@stdlib/assert/tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# Assert
2222

23-
> Standard library assertion utility tools.
23+
> Assertion utility tools.
2424
2525
<section class="usage">
2626

@@ -32,7 +32,7 @@ var tools = require( '@stdlib/assert/tools' );
3232

3333
#### tools
3434

35-
Standard library assertion utility tools.
35+
Namespace for assertion utility tools.
3636

3737
```javascript
3838
var o = tools;

lib/node_modules/@stdlib/assert/tools/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ interface Namespace {
118118
}
119119

120120
/**
121-
* Standard library assertion utility tools.
121+
* Assertion utility tools.
122122
*/
123123
declare var ns: Namespace;
124124

lib/node_modules/@stdlib/assert/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/assert/tools",
33
"version": "0.0.0",
4-
"description": "Standard library assertion utility tools.",
4+
"description": "Assertion utility tools.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# BLAS
2222

23-
> Standard library basic linear algebra subprograms (BLAS).
23+
> Basic linear algebra subprograms (BLAS).
2424
2525
<section class="usage">
2626

@@ -32,7 +32,7 @@ var blas = require( '@stdlib/blas' );
3232

3333
#### blas
3434

35-
Standard library basic linear algebra subprograms (BLAS).
35+
Namespace for basic linear algebra subprograms (BLAS).
3636

3737
```javascript
3838
var o = blas;
@@ -45,7 +45,7 @@ The namespace contains the following:
4545

4646
<div class="namespace-toc">
4747

48-
- <span class="signature">[`base`][@stdlib/blas/base]</span><span class="delimiter">: </span><span class="description">standard library base reference basic linear algebra subprograms (BLAS).</span>
48+
- <span class="signature">[`base`][@stdlib/blas/base]</span><span class="delimiter">: </span><span class="description">"base" (i.e., lower-level) basic linear algebra subprograms (BLAS).</span>
4949
- <span class="signature">[`ddot( x, y )`][@stdlib/blas/ddot]</span><span class="delimiter">: </span><span class="description">calculate the dot product of two double-precision floating-point vectors.</span>
5050
- <span class="signature">[`dswap( x, y )`][@stdlib/blas/dswap]</span><span class="delimiter">: </span><span class="description">interchange two double-precision floating-point vectors.</span>
5151
- <span class="signature">[`ext`][@stdlib/blas/ext]</span><span class="delimiter">: </span><span class="description">standard library extended basic linear algebra subprograms (BLAS).</span>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# BLAS
2222

23-
> Standard library base reference basic linear algebra subprograms (BLAS).
23+
> Base (i.e., lower-level) basic linear algebra subprograms (BLAS).
2424
2525
<section class="usage">
2626

@@ -32,7 +32,7 @@ var blas = require( '@stdlib/blas/base' );
3232

3333
#### blas
3434

35-
Base reference basic linear algebra subprograms (BLAS).
35+
Namespace for "base" (i.e., lower-level) basic linear algebra subprograms (BLAS).
3636

3737
```javascript
3838
var o = blas;

lib/node_modules/@stdlib/blas/base/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ interface Namespace {
810810
}
811811

812812
/**
813-
* Standard library basic linear algebra subprograms (BLAS).
813+
* "Base" (i.e., lower-level) basic linear algebra subprograms (BLAS).
814814
*/
815815
declare var ns: Namespace;
816816

lib/node_modules/@stdlib/blas/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/blas/base",
33
"version": "0.0.0",
4-
"description": "Standard library basic linear algebra subprograms (BLAS).",
4+
"description": "Base (i.e., lower-level) basic linear algebra subprograms (BLAS).",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/blas/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import sswap = require( '@stdlib/blas/sswap' );
3535
*/
3636
interface Namespace {
3737
/**
38-
* Standard library basic linear algebra subprograms (BLAS).
38+
* "Base" (i.e., lower-level) basic linear algebra subprograms (BLAS).
3939
*/
4040
base: typeof base;
4141

@@ -191,7 +191,7 @@ interface Namespace {
191191
}
192192

193193
/**
194-
* Standard library BLAS.
194+
* BLAS.
195195
*/
196196
declare var ns: Namespace;
197197

lib/node_modules/@stdlib/blas/ext/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# Extended BLAS
2222

23-
> Standard library extended basic linear algebra subprograms (BLAS).
23+
> Extended basic linear algebra subprograms (BLAS).
2424
2525
<section class="usage">
2626

@@ -32,7 +32,7 @@ var extblas = require( '@stdlib/blas/ext' );
3232

3333
#### extblas
3434

35-
Standard library extended basic linear algebra subprograms (BLAS).
35+
Namespace for extended basic linear algebra subprograms (BLAS).
3636

3737
```javascript
3838
var o = extblas;

0 commit comments

Comments
 (0)