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 Feb 13, 2024
1 parent 7ee6291 commit cf33792
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 12 additions & 0 deletions lib/node_modules/@stdlib/array/take/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ console.log( y );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/array/slice`][@stdlib/array/slice]</span><span class="delimiter">: </span><span class="description">return a shallow copy of a portion of an array.</span>

</section>

<!-- /.related -->
Expand All @@ -138,6 +144,12 @@ console.log( y );

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

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

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

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

</section>

<!-- /.links -->
2 changes: 0 additions & 2 deletions lib/node_modules/@stdlib/math/base/special/sqrtpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ int main( void ) {

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



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

</section>
Expand Down
2 changes: 0 additions & 2 deletions lib/node_modules/@stdlib/regexp/reviver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ var bool = ( re1.toString() === re2.toString() );

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



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

</section>
Expand Down

0 comments on commit cf33792

Please sign in to comment.