Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 24, 2023
1 parent 3fd1061 commit 6791018
Show file tree
Hide file tree
Showing 29 changed files with 88 additions and 88 deletions.
18 changes: 9 additions & 9 deletions lib/node_modules/@stdlib/array/int32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1448,23 +1448,23 @@ console.log( arr );

<!-- <related-links> -->

[@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/buffer
[@stdlib/array/buffer]: https://github.com/stdlib-js/stdlib

[@stdlib/array/float32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float32
[@stdlib/array/float32]: https://github.com/stdlib-js/stdlib

[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib

[@stdlib/array/int16]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/int16
[@stdlib/array/int16]: https://github.com/stdlib-js/stdlib

[@stdlib/array/int8]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/int8
[@stdlib/array/int8]: https://github.com/stdlib-js/stdlib

[@stdlib/array/uint16]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint16
[@stdlib/array/uint16]: https://github.com/stdlib-js/stdlib

[@stdlib/array/uint32]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint32
[@stdlib/array/uint32]: https://github.com/stdlib-js/stdlib

[@stdlib/array/uint8]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint8
[@stdlib/array/uint8]: https://github.com/stdlib-js/stdlib

[@stdlib/array/uint8c]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint8c
[@stdlib/array/uint8c]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/array/to-iterator-right/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ while ( true ) {

<!-- <related-links> -->

[@stdlib/array/from-iterator]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/from-iterator
[@stdlib/array/from-iterator]: https://github.com/stdlib-js/stdlib

[@stdlib/array/to-iterator]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/to-iterator
[@stdlib/array/to-iterator]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/typed-ctors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ for ( i = 0; i < DTYPES.length; i++ ) {

<!-- <related-links> -->

[@stdlib/array/ctors]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/ctors
[@stdlib/array/ctors]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/assert/is-empty-collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ bool = isEmptyCollection( {} );

<!-- <related-links> -->

[@stdlib/assert/is-collection]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-collection
[@stdlib/assert/is-collection]: https://github.com/stdlib-js/stdlib

[@stdlib/assert/is-empty-array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-empty-array
[@stdlib/assert/is-empty-array]: https://github.com/stdlib-js/stdlib

[@stdlib/assert/is-empty-array-like-object]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-empty-array-like-object
[@stdlib/assert/is-empty-array-like-object]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
10 changes: 5 additions & 5 deletions lib/node_modules/@stdlib/assert/is-enumerable-property/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@ bool = isEnumerableProperty( { '[object Object]': false }, {} );
<!-- <related-links> -->
[@stdlib/assert/is-configurable-property]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-configurable-property
[@stdlib/assert/is-configurable-property]: https://github.com/stdlib-js/stdlib
[@stdlib/assert/is-enumerable-property-in]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-enumerable-property-in
[@stdlib/assert/is-enumerable-property-in]: https://github.com/stdlib-js/stdlib
[@stdlib/assert/is-nonenumerable-property]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonenumerable-property
[@stdlib/assert/is-nonenumerable-property]: https://github.com/stdlib-js/stdlib
[@stdlib/assert/is-readable-property]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-readable-property
[@stdlib/assert/is-readable-property]: https://github.com/stdlib-js/stdlib
[@stdlib/assert/is-writable-property]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-writable-property
[@stdlib/assert/is-writable-property]: https://github.com/stdlib-js/stdlib
<!-- </related-links> -->
Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/assert/is-positive-zero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ bool = isPositiveZero( null );

<!-- <related-links> -->

[@stdlib/assert/is-number]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-number
[@stdlib/assert/is-number]: https://github.com/stdlib-js/stdlib

[@stdlib/assert/is-negative-zero]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-negative-zero
[@stdlib/assert/is-negative-zero]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/assert/is-syntax-error/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ bool = isSyntaxError( null );

<!-- <related-links> -->

[@stdlib/assert/is-error]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-error
[@stdlib/assert/is-error]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
8 changes: 4 additions & 4 deletions lib/node_modules/@stdlib/blas/ext/base/gasumpw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ console.log( v );

<!-- <related-links> -->

[@stdlib/blas/base/gasum]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/gasum
[@stdlib/blas/base/gasum]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/dasumpw]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dasumpw
[@stdlib/blas/ext/base/dasumpw]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/gsumpw]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/gsumpw
[@stdlib/blas/ext/base/gsumpw]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/sasumpw]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/sasumpw
[@stdlib/blas/ext/base/sasumpw]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
12 changes: 6 additions & 6 deletions lib/node_modules/@stdlib/blas/ext/base/gsumpw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,17 +199,17 @@ console.log( v );

<!-- <related-links> -->

[@stdlib/blas/ext/base/dsumpw]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dsumpw
[@stdlib/blas/ext/base/dsumpw]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/gnansumpw]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/gnansumpw
[@stdlib/blas/ext/base/gnansumpw]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/gsum]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/gsum
[@stdlib/blas/ext/base/gsum]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/gsumkbn2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/gsumkbn2
[@stdlib/blas/ext/base/gsumkbn2]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/gsumors]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/gsumors
[@stdlib/blas/ext/base/gsumors]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/ssumpw]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/ssumpw
[@stdlib/blas/ext/base/ssumpw]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
14 changes: 7 additions & 7 deletions lib/node_modules/@stdlib/blas/ext/base/snansumkbn2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,19 +208,19 @@ console.log( v );

<!-- <related-links> -->

[@stdlib/blas/ext/base/dnansumkbn2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dnansumkbn2
[@stdlib/blas/ext/base/dnansumkbn2]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/gnansumkbn2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/gnansumkbn2
[@stdlib/blas/ext/base/gnansumkbn2]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/snansum]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/snansum
[@stdlib/blas/ext/base/snansum]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/snansumkbn]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/snansumkbn
[@stdlib/blas/ext/base/snansumkbn]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/snansumors]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/snansumors
[@stdlib/blas/ext/base/snansumors]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/snansumpw]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/snansumpw
[@stdlib/blas/ext/base/snansumpw]: https://github.com/stdlib-js/stdlib

[@stdlib/blas/ext/base/ssumkbn2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/ssumkbn2
[@stdlib/blas/ext/base/ssumkbn2]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ for ( i = 0; i < 100; i++ ) {

<!-- <related-links> -->

[@stdlib/constants/float16/min-safe-integer]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float16/min-safe-integer
[@stdlib/constants/float16/min-safe-integer]: https://github.com/stdlib-js/stdlib

[@stdlib/constants/float32/max-safe-integer]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/max-safe-integer
[@stdlib/constants/float32/max-safe-integer]: https://github.com/stdlib-js/stdlib

[@stdlib/constants/float64/max-safe-integer]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-safe-integer
[@stdlib/constants/float64/max-safe-integer]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ bool = isfinitef( NaN );

<!-- <related-links> -->

[@stdlib/math/base/assert/is-infinitef]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/assert/is-infinitef
[@stdlib/math/base/assert/is-infinitef]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/math/base/special/besselj0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ for ( i = 0; i < 100; i++ ) {

<!-- <related-links> -->

[@stdlib/math/base/special/besselj1]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/besselj1
[@stdlib/math/base/special/besselj1]: https://github.com/stdlib-js/stdlib

[@stdlib/math/base/special/bessely0]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/bessely0
[@stdlib/math/base/special/bessely0]: https://github.com/stdlib-js/stdlib

[@stdlib/math/base/special/bessely1]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/bessely1
[@stdlib/math/base/special/bessely1]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ for ( i = 0; i < 100; i++ ) {

<!-- <related-links> -->

[@stdlib/math/base/special/falling-factorial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/falling-factorial
[@stdlib/math/base/special/falling-factorial]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/math/iter/special/gammaln/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ while ( true ) {

<!-- <related-links> -->

[@stdlib/math/base/special/gammaln]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/gammaln
[@stdlib/math/base/special/gammaln]: https://github.com/stdlib-js/stdlib

[@stdlib/math/iter/special/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/iter/special/gamma
[@stdlib/math/iter/special/gamma]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/math/strided/special/abs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,11 @@ for ( i = 0; i < dt.length; i++ ) {

<!-- <related-links> -->

[@stdlib/math/strided/special/abs2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/abs2
[@stdlib/math/strided/special/abs2]: https://github.com/stdlib-js/stdlib

[@stdlib/math/strided/special/dabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dabs
[@stdlib/math/strided/special/dabs]: https://github.com/stdlib-js/stdlib

[@stdlib/math/strided/special/sabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sabs
[@stdlib/math/strided/special/sabs]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,11 @@ int main( void ) {
<!-- <related-links> -->
[@stdlib/math/strided/special/dmskabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/dmskabs
[@stdlib/math/strided/special/dmskabs]: https://github.com/stdlib-js/stdlib
[@stdlib/math/strided/special/sabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/sabs
[@stdlib/math/strided/special/sabs]: https://github.com/stdlib-js/stdlib
[@stdlib/math/strided/special/smskabs2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/smskabs2
[@stdlib/math/strided/special/smskabs2]: https://github.com/stdlib-js/stdlib
<!-- </related-links> -->
Expand Down
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/process/getgid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ console.log( 'gid: %d', gid );

<!-- <related-links> -->

[@stdlib/process/getegid]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/process/getegid
[@stdlib/process/getegid]: https://github.com/stdlib-js/stdlib

[@stdlib/process/geteuid]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/process/geteuid
[@stdlib/process/geteuid]: https://github.com/stdlib-js/stdlib

[@stdlib/process/getuid]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/process/getuid
[@stdlib/process/getuid]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/random/iter/betaprime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ while ( true ) {

<!-- <related-links> -->

[@stdlib/random/base/betaprime]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/base/betaprime
[@stdlib/random/base/betaprime]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ while ( true ) {

<!-- <related-links> -->

[@stdlib/simulate/iter/pulse]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/simulate/iter/pulse
[@stdlib/simulate/iter/pulse]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
10 changes: 5 additions & 5 deletions lib/node_modules/@stdlib/stats/base/dnanminabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ console.log( v );

<!-- <related-links> -->

[@stdlib/stats/base/dminabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dminabs
[@stdlib/stats/base/dminabs]: https://github.com/stdlib-js/stdlib

[@stdlib/stats/base/dnanmaxabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dnanmaxabs
[@stdlib/stats/base/dnanmaxabs]: https://github.com/stdlib-js/stdlib

[@stdlib/stats/base/dnanmin]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dnanmin
[@stdlib/stats/base/dnanmin]: https://github.com/stdlib-js/stdlib

[@stdlib/stats/base/nanminabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/nanminabs
[@stdlib/stats/base/nanminabs]: https://github.com/stdlib-js/stdlib

[@stdlib/stats/base/snanminabs]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/snanminabs
[@stdlib/stats/base/snanminabs]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
8 changes: 4 additions & 4 deletions lib/node_modules/@stdlib/stats/base/dnanvariancewd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,13 +268,13 @@ console.log( v );

<!-- <related-links> -->

[@stdlib/stats/base/dvariancewd]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dvariancewd
[@stdlib/stats/base/dvariancewd]: https://github.com/stdlib-js/stdlib

[@stdlib/stats/base/dnanvariance]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dnanvariance
[@stdlib/stats/base/dnanvariance]: https://github.com/stdlib-js/stdlib

[@stdlib/stats/base/nanvariancewd]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/nanvariancewd
[@stdlib/stats/base/nanvariancewd]: https://github.com/stdlib-js/stdlib

[@stdlib/stats/base/snanvariancewd]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/snanvariancewd
[@stdlib/stats/base/snanvariancewd]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/stats/incr/mmda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ console.log( accumulator() );

<!-- <related-links> -->

[@stdlib/stats/incr/mda]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/mda
[@stdlib/stats/incr/mda]: https://github.com/stdlib-js/stdlib

[@stdlib/stats/incr/mmape]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/mmape
[@stdlib/stats/incr/mmape]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/utils/circular-buffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ for ( i = 0; i < 100; i++ ) {

<!-- <related-links> -->

[@stdlib/utils/fifo]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/fifo
[@stdlib/utils/fifo]: https://github.com/stdlib-js/stdlib

[@stdlib/utils/stack]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/stack
[@stdlib/utils/stack]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
12 changes: 6 additions & 6 deletions lib/node_modules/@stdlib/utils/none/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ bool = none( arr );
- <span class="package-name">[`@stdlib/utils/every`][@stdlib/utils/every]</span><span class="delimiter">: </span><span class="description">test whether all elements in a collection are truthy.</span>
- <span class="package-name">[`@stdlib/utils/for-each`][@stdlib/utils/for-each]</span><span class="delimiter">: </span><span class="description">invoke a function for each element in a collection.</span>
- <span class="package-name">[`@stdlib/utils/none-by`][@stdlib/utils/none-by]</span><span class="delimiter">: </span><span class="description">test whether all elements in a collection fail a test implemented by a predicate function.</span>
- <span class="package-name">[`@stdlib/utils/some`][@stdlib/utils/some]</span><span class="delimiter">: </span><span class="description">test whether a collection contains at least `n` elements which are truthy.</span>
- <span class="package-name">[`@stdlib/utils/some`][@stdlib/utils/some]</span><span class="delimiter">: </span><span class="description">test whether a collection contains at least \`n\` elements which are truthy.</span>

</section>

Expand All @@ -142,15 +142,15 @@ bool = none( arr );

<!-- <related-links> -->

[@stdlib/utils/any]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/any
[@stdlib/utils/any]: https://github.com/stdlib-js/stdlib

[@stdlib/utils/every]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/every
[@stdlib/utils/every]: https://github.com/stdlib-js/stdlib

[@stdlib/utils/for-each]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/for-each
[@stdlib/utils/for-each]: https://github.com/stdlib-js/stdlib

[@stdlib/utils/none-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/none-by
[@stdlib/utils/none-by]: https://github.com/stdlib-js/stdlib

[@stdlib/utils/some]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/some
[@stdlib/utils/some]: https://github.com/stdlib-js/stdlib

<!-- </related-links> -->

Expand Down
Loading

0 comments on commit 6791018

Please sign in to comment.