Skip to content

Commit 0b8305f

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into refactor/plot
2 parents 2bdec56 + fcad91e commit 0b8305f

File tree

401 files changed

+28654
-448
lines changed

Some content is hidden

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

401 files changed

+28654
-448
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Abhishek G <[email protected]>
1313
Abhishek Jain <[email protected]>
1414
Adarsh Palaskar <[email protected]>
1515
Aditya Sapra <[email protected]>
16+
Aditya Singh <[email protected]>
1617
Ahmed Atwa <[email protected]>
1718
Ahmed Kashkoush <[email protected]>
1819
Ahmed Khaled <[email protected]>

lib/node_modules/@stdlib/_tools/docs/www/readme-database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function done( error, db ) {
115115
}
116116
```
117117

118-
To have internal URLs of the READMEs link to relative (or absolute) documentation pages with a specified base path, set the `base` option.
118+
To have internal URLs of the READMEs link to relative (or absolute) documentation pages with a specified base path, set the `base` option.
119119

120120
<!-- run-disable -->
121121

lib/node_modules/@stdlib/_tools/docs/www/readme-fragment-file-tree/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function done( error ) {
115115
}
116116
```
117117

118-
To have internal URLs of the READMEs link to relative (or absolute) documentation pages with a specified base path, set the `base` option.
118+
To have internal URLs of the READMEs link to relative (or absolute) documentation pages with a specified base path, set the `base` option.
119119

120120
<!-- run-disable -->
121121

lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-table-cell-padding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function beep() {
8282
}
8383
```
8484

85-
The [rule][eslint-rules] may be configured using the same options as supported by [remark][remark-lint-table-cell-padding].
85+
The [rule][eslint-rules] may be configured using the same options as supported by [remark][remark-lint-table-cell-padding].
8686

8787
- `padded`: require table cells to be padded with spaces (default).
8888
- `consistent`: detects the first used cell padding style and requires subsequent cells to use same style.

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var rule = require( '@stdlib/_tools/eslint/rules/namespace-export-all' );
3838

3939
#### rule
4040

41-
[ESLint rule][eslint-rules] to enforce that a namespace `index.js` exports all packages in the respective namespace directory. The rule is applied when a file contains a comment with the following content:
41+
[ESLint rule][eslint-rules] to enforce that a namespace `index.js` exports all packages in the respective namespace directory. The rule is applied when a file contains a comment with the following content:
4242

4343
> `When adding modules to the namespace, ensure that they are added in alphabetical order according to module name.`.
4444

lib/node_modules/@stdlib/_tools/eslint/rules/namespace-index-order/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var rule = require( '@stdlib/_tools/eslint/rules/namespace-index-order' );
3838

3939
#### rule
4040

41-
[ESLint rule][eslint-rules] to enforce that modules in a namespace `index.js` file are listed in alphabetical order according to module name. The rule is applied when a file contains a comment with the following content:
41+
[ESLint rule][eslint-rules] to enforce that modules in a namespace `index.js` file are listed in alphabetical order according to module name. The rule is applied when a file contains a comment with the following content:
4242

4343
> `When adding modules to the namespace, ensure that they are added in alphabetical order according to module name.`.
4444

lib/node_modules/@stdlib/_tools/eslint/rules/no-dynamic-exports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var rule = require( '@stdlib/_tools/eslint/rules/no-dynamic-exports' );
3838

3939
#### rule
4040

41-
[ESLint rule][eslint-rules] enforcing only statically analyzable values are exported. Statically analyzable values include function expressions, variables, and string and number literals. The rule validates both Node.js `module.exports` and ECMAScript 6 default exports.
41+
[ESLint rule][eslint-rules] enforcing only statically analyzable values are exported. Statically analyzable values include function expressions, variables, and string and number literals. The rule validates both Node.js `module.exports` and ECMAScript 6 default exports.
4242

4343
**Bad**:
4444

lib/node_modules/@stdlib/_tools/github/followers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function onFollowers( error, results, info ) {
209209
### Usage
210210

211211
```bash
212-
Usage: ghfollowers [options]
212+
Usage: ghfollowers [options]
213213

214214
Options:
215215

lib/node_modules/@stdlib/_tools/github/rank-users/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The `function` accepts the following `options`:
110110
- **repos**: rank based on number of public repositories.
111111
- **gists**: rank based on number of public gists.
112112
- **created**: rank based on when a user created a GitHub account.
113-
- **ffratio**: rank based on the ratio of `follower`-to-`following`.
113+
- **ffratio**: rank based on the ratio of `follower`-to-`following`.
114114

115115
During analysis, the module may need to request resources from the GitHub [API][github-api]. To permit GitHub [authentication][github-oauth2], set the [`token`][github-token] option.
116116

lib/node_modules/@stdlib/_tools/github/user-orgs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function clbk( error, results, info ) {
210210
### Usage
211211

212212
```bash
213-
Usage: ghuserorgs [options]
213+
Usage: ghuserorgs [options]
214214

215215
Options:
216216

0 commit comments

Comments
 (0)