Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
PR-URL: #1796

Reviewed-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
stdlib-bot authored Mar 9, 2024
1 parent bf4cab0 commit cbc1d2c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/node_modules/@stdlib/array/mskfilter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ console.log( y );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/array/mskreject`][@stdlib/array/mskreject]</span><span class="delimiter">: </span><span class="description">apply a mask to a provided input array.</span>

</section>

<!-- /.related -->
Expand All @@ -105,6 +111,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/mskreject]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/mskreject

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

</section>

<!-- /.links -->

1 comment on commit cbc1d2c

@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/mskfilter $\color{green}123/123$
$\color{green}+100.00\%$
$\color{green}11/11$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}123/123$
$\color{green}+100.00\%$

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

Please sign in to comment.