Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var debug = logger( 'readme-database:async' );
* @param {string} [options.base="/docs/api/develop/"] - base path for internal URLs
* @param {Function} clbk - callback
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @throws {TypeError} last argument must be a callback function
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var debug = logger( 'readme-fragment-file-tree:async' );
* @param {Function} clbk - callback
* @throws {TypeError} first argument must be a string
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @throws {TypeError} last argument must be a callback function
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var DEFAULT_HTTPS_PORT = 443;
* @throws {TypeError} first argument must be a string
* @throws {TypeError} second argument must be a string
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {TypeError} last argument must be a function
*
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var DEFAULT_HTTPS_PORT = 443;
* @throws {TypeError} first argument must be a string
* @throws {TypeError} second argument must be a string
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {TypeError} last argument must be a function
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/lint/pkg-json/lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var debug = logger( 'lint:pkg-json:async' );
* @param {Callback} clbk - callback to invoke after completion
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/lint/pkg-json/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var debug = logger( 'lint:pkg-json:sync' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @returns {(ObjectArray|null)} lint errors or `null`
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/addons/lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var inspect = require( './inspect.js' );
* @param {Callback} clbk - callback to invoke after finding add-ons
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/addons/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var validate = require( './validate.js' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @throws {Error} unable to parse `package.json` as JSON
* @returns {(EmptyArray|StringArray)} list of add-ons
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var debug = logger( 'browser-compatible:async' );
* @param {Callback} clbk - callback to invoke after finding packages
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var debug = logger( 'browser-compatible:sync' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @throws {Error} unexpected error
* @returns {StringArray} list of names
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/clis/lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var readPkgs = require( './read_pkgs.js' );
* @param {Callback} clbk - callback to invoke after finding package CLIs
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/clis/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var validate = require( './validate.js' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @throws {Error} unable to parse `package.json` as JSON
* @returns {(EmptyArray|StringArray)} list of command-line interfaces
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/cmds/lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var readPkgs = require( './read_pkgs.js' );
* @param {Callback} clbk - callback to invoke after finding package CLI commands
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/cmds/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var validate = require( './validate.js' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @throws {Error} unable to parse `package.json` as JSON
* @returns {(EmptyArray|StringArray)} list of command-line interface commands
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/includes/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var inspect = require( './inspect.js' );
* @param {Callback} clbk - callback to invoke after finding directories
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/includes/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var validate = require( './validate.js' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @throws {Error} unable to parse `package.json` as JSON
* @returns {(EmptyArray|StringArray)} list of directories
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/names/lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var getRoot = require( './root.js' );
* @param {Callback} clbk - callback to invoke after finding packages
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/names/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var getRoot = require( './root.js' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @returns {StringArray} list of names
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var find = require( './find.js' ); // eslint-disable-line stdlib/no-redeclare
* @param {Callback} clbk - callback to invoke after finding namespace package READMEs
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var getRoot = require( './root.js' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @returns {(EmptyArray|StringArray)} list of READMEs
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var defaults = require( './defaults.json' );
* @param {Callback} clbk - callback to invoke after finding namespaces
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var defaults = require( './defaults.json' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @returns {StringArray} list of names
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/readmes/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var find = require( './find.js' ); // eslint-disable-line stdlib/no-redeclare
* @param {Callback} clbk - callback to invoke after finding package READMEs
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/readmes/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var validate = require( './validate.js' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @returns {(EmptyArray|StringArray)} list of READMEs
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var find = require( './find.js' ); // eslint-disable-line stdlib/no-redeclare
* @param {Callback} clbk - callback to invoke after finding package REPL help files
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/repl-help/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var validate = require( './validate.js' );
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @param {string} [options.filename='docs/repl.txt'] - REPL help filename
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @returns {(EmptyArray|StringArray)} list of REPL help files
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var defaults = require( './defaults.json' );
* @param {Callback} clbk - callback to invoke after finding packages
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var defaults = require( './defaults.json' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @returns {StringArray} list of names
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/toposort/lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var defaults = require( './defaults.json' );
* @param {Callback} clbk - callback to invoke after finding packages
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/toposort/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var defaults = require( './defaults.json' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @returns {(StringArray|EmptyArray|Error)} list of names or an error
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/tree/lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var defaults = require( './config.json' );
* @param {Callback} clbk - callback to invoke after generating a tree
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/tree/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var defaults = require( './config.json' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @returns {Object} tree
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/types/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var inspect = require( './inspect.js' );
* @param {Callback} clbk - callback to invoke after finding packages
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/types/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var validate = require( './validate.js' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @throws {Error} unable to parse `package.json` as JSON
* @returns {(EmptyArray|StringArray)} list of packages
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var inspect = require( './inspect.js' );
* @param {Callback} clbk - callback to invoke after finding packages
* @throws {TypeError} callback argument must be a function
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/wasm/lib/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var validate = require( './validate.js' );
* @param {string} [options.pattern='**\/package.json'] - glob pattern
* @param {StringArray} [options.ignore] - glob pattern(s) to exclude matches
* @throws {TypeError} options argument must be an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @throws {Error} `pattern` option must end with `package.json`
* @throws {Error} unable to parse `package.json` as JSON
* @returns {(EmptyArray|StringArray)} list of packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var validate = require( './validate.js' );
* @param {string} [options.cmd] - package command for use as a CLI tool
* @param {string} [options.browser] - browser entry point
* @throws {TypeError} must provide an object
* @throws {TypeError} must provide valid options
* @throws {Error} must provide valid options
* @returns {Object} `package.json`
*
* @example
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/ndarray/dasum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The [_L1_ norm][l1norm] is defined as
```

<!-- <div class="equation" align="center" data-raw-text="\|\mathbf{x}\|_1 = \sum_{i=0}^{n-1} \vert x_i \vert" data-equation="eq:l1norm">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@c403cb0cbb15d9b7b453e3cea34ca2379500ddd4/lib/node_modules/@stdlib/blas/base/dasum/docs/img/equation_l1norm.svg" alt="L1 norm definition.">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@c403cb0cbb15d9b7b453e3cea34ca2379500ddd4/lib/node_modules/@stdlib/blas/base/ndarray/dasum/docs/img/equation_l1norm.svg" alt="L1 norm definition.">
<br>
</div> -->

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/ndarray/dnrm2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The [L2-norm][l2-norm] is defined as
```

<!-- <div class="equation" align="center" data-raw-text="\|\mathbf{x}\|_2 = \sqrt{x_0^2 + x_1^2 + \ldots + x_{N-1}^2}" data-equation="eq:l2_norm">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@f766d7eeb56ff14cbceeeeef03d7f7b88c467515/lib/node_modules/@stdlib/blas/base/dnrm2/docs/img/equation_l2_norm.svg" alt="L2-norm definition.">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@f766d7eeb56ff14cbceeeeef03d7f7b88c467515/lib/node_modules/@stdlib/blas/base/ndarray/dnrm2/docs/img/equation_l2_norm.svg" alt="L2-norm definition.">
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove all the changes to HTML-comment URLs in this PR.

<br>
</div> -->

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/ndarray/gasum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The [_L1_ norm][l1norm] is defined as
```

<!-- <div class="equation" align="center" data-raw-text="\|\mathbf{x}\|_1 = \sum_{i=0}^{n-1} \vert x_i \vert" data-equation="eq:l1norm">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@30de397fadee10fa175a8332ae1447737f201818/lib/node_modules/@stdlib/blas/base/gasum/docs/img/equation_l1norm.svg" alt="L1 norm definition.">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@30de397fadee10fa175a8332ae1447737f201818/lib/node_modules/@stdlib/blas/base/ndarray/gasum/docs/img/equation_l1norm.svg" alt="L1 norm definition.">
<br>
</div> -->

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/ndarray/gnrm2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The [L2-norm][l2-norm] is defined as
```

<!-- <div class="equation" align="center" data-raw-text="\|\mathbf{x}\|_2 = \sqrt{x_0^2 + x_1^2 + \ldots + x_{N-1}^2}" data-equation="eq:l2_norm">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@f766d7eeb56ff14cbceeeeef03d7f7b88c467515/lib/node_modules/@stdlib/blas/base/gnrm2/docs/img/equation_l2_norm.svg" alt="L2-norm definition.">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@f766d7eeb56ff14cbceeeeef03d7f7b88c467515/lib/node_modules/@stdlib/blas/base/ndarray/gnrm2/docs/img/equation_l2_norm.svg" alt="L2-norm definition.">
<br>
</div> -->

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/ndarray/sasum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The [_L1_ norm][l1norm] is defined as
```

<!-- <div class="equation" align="center" data-raw-text="\|\mathbf{x}\|_1 = \sum_{i=0}^{n-1} \vert x_i \vert" data-equation="eq:l1norm">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@c403cb0cbb15d9b7b453e3cea34ca2379500ddd4/lib/node_modules/@stdlib/blas/base/sasum/docs/img/equation_l1norm.svg" alt="L1 norm definition.">
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@c403cb0cbb15d9b7b453e3cea34ca2379500ddd4/lib/node_modules/@stdlib/blas/base/ndarray/sasum/docs/img/equation_l1norm.svg" alt="L1 norm definition.">
<br>
</div> -->

Expand Down
Loading
Loading