Skip to content

Commit

Permalink
docs: update package URLs
Browse files Browse the repository at this point in the history
PR-URL:  #2269

Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
stdlib-bot authored May 26, 2024
1 parent 8089b88 commit 3a3b1e0
Show file tree
Hide file tree
Showing 23 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/complex128/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2617,7 +2617,7 @@ logEach( '%s', out );

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/complex64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2624,7 +2624,7 @@ logEach( '%s', out );

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/assert/is-complex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ out = isComplex( null );

<section class="links">

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/assert/is-complex128/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ out = isComplex128( null );

<section class="links">

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/assert/is-complex64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ out = isComplex64( null );

<section class="links">

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ out = isSameComplex128( x, y );

<section class="links">

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ out = isSameComplex64( x, y );

<section class="links">

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

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

Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/complex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ console.log( objectKeys( ns ) );

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

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

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

[@stdlib/complex/promotion-rules]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/promotion-rules

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/complex/base/parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ z = parse( {} );

<section class="links">

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

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

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

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/complex/float32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ int main( void ) {

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/complex/float32/parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ bool = ( imag( z ) === -2.75 );

<section class="links">

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

</section>

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/complex/float32/reviver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ bool = ( w.im === z.im );

<section class="links">

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/complex/float64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ int main( void ) {

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/complex/float64/parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ bool = ( imag( z ) === -2.75 );

<section class="links">

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

</section>

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/complex/float64/reviver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ bool = ( w.im === z.im );

<section class="links">

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

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

Expand Down
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/complex/reviver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ bool = ( w.im === z.im );

<section class="links">

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/math/base/special/cabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ int main( void ) {

[absolute-value]: https://en.wikipedia.org/wiki/Absolute_value

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/math/base/special/cabs2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ int main( void ) {

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ int main( void ) {

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/math/base/special/cabsf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ int main( void ) {

[absolute-value]: https://en.wikipedia.org/wiki/Absolute_value

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ int main() {

[identity-function]: https://en.wikipedia.org/wiki/Identity_function

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ int main( void ) {

[identity-function]: https://en.wikipedia.org/wiki/Identity_function

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

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

Expand Down

1 comment on commit 3a3b1e0

@stdlib-bot
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Coverage Report

Package Statements Branches Functions Lines
array/complex128 $\color{red}3316/3326$
$\color{green}+99.70\%$
$\color{red}528/536$
$\color{green}+98.51\%$
$\color{green}54/54$
$\color{green}+100.00\%$
$\color{red}3316/3326$
$\color{green}+99.70\%$
array/complex64 $\color{red}3314/3324$
$\color{green}+99.70\%$
$\color{red}526/534$
$\color{green}+98.50\%$
$\color{green}54/54$
$\color{green}+100.00\%$
$\color{red}3314/3324$
$\color{green}+99.70\%$
assert/is-complex $\color{green}107/107$
$\color{green}+100.00\%$
$\color{green}6/6$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}107/107$
$\color{green}+100.00\%$
assert/is-complex128 $\color{green}96/96$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}96/96$
$\color{green}+100.00\%$
assert/is-complex64 $\color{green}96/96$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}96/96$
$\color{green}+100.00\%$
assert/is-same-complex128 $\color{green}118/118$
$\color{green}+100.00\%$
$\color{green}6/6$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}118/118$
$\color{green}+100.00\%$
assert/is-same-complex64 $\color{green}118/118$
$\color{green}+100.00\%$
$\color{green}6/6$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}118/118$
$\color{green}+100.00\%$
complex $\color{green}213/213$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}213/213$
$\color{green}+100.00\%$
complex/base/parse $\color{red}164/166$
$\color{green}+98.80\%$
$\color{red}29/30$
$\color{green}+96.67\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{red}164/166$
$\color{green}+98.80\%$
complex/cmplx $\color{green}106/106$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}106/106$
$\color{green}+100.00\%$
complex/float32 $\color{green}280/280$
$\color{green}+100.00\%$
$\color{green}14/14$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}280/280$
$\color{green}+100.00\%$
complex/float32/parse $\color{green}132/132$
$\color{green}+100.00\%$
$\color{green}16/16$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}132/132$
$\color{green}+100.00\%$
complex/float32/reviver $\color{green}103/103$
$\color{green}+100.00\%$
$\color{green}9/9$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}103/103$
$\color{green}+100.00\%$
complex/float64 $\color{green}279/279$
$\color{green}+100.00\%$
$\color{green}14/14$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}279/279$
$\color{green}+100.00\%$
complex/float64/parse $\color{green}132/132$
$\color{green}+100.00\%$
$\color{green}16/16$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}132/132$
$\color{green}+100.00\%$
complex/float64/reviver $\color{green}103/103$
$\color{green}+100.00\%$
$\color{green}9/9$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}103/103$
$\color{green}+100.00\%$
complex/reviver $\color{green}143/143$
$\color{green}+100.00\%$
$\color{green}10/10$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}143/143$
$\color{green}+100.00\%$
math/base/special/cabs $\color{green}139/139$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}139/139$
$\color{green}+100.00\%$
math/base/special/cabs2 $\color{green}143/143$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}143/143$
$\color{green}+100.00\%$
math/base/special/cabs2f $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
math/base/special/cabsf $\color{green}91/91$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}91/91$
$\color{green}+100.00\%$
math/base/special/cidentity $\color{green}157/157$
$\color{green}+100.00\%$
$\color{green}5/5$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}157/157$
$\color{green}+100.00\%$
math/base/special/cidentityf $\color{green}99/99$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}99/99$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.