Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
PR-URL: #1838
Reviewed-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
stdlib-bot authored Mar 12, 2024
1 parent be910ce commit 0bcd1bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/node_modules/@stdlib/array/slice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ s = slice( x, 2, 4 );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/array/take`][@stdlib/array/take]</span><span class="delimiter">: </span><span class="description">take elements from an array.</span>

</section>

<!-- /.related -->
Expand All @@ -153,6 +159,12 @@ s = slice( x, 2, 4 );

<section class="links">

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

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

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

</section>

<!-- /.links -->

1 comment on commit 0bcd1bf

@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/slice $\color{green}137/137$
$\color{green}+100.00\%$
$\color{green}13/13$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}137/137$
$\color{green}+100.00\%$

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

Please sign in to comment.