Skip to content

Commit cbc1d2c

Browse files
authored
docs: update related packages sections
PR-URL: #1796 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent bf4cab0 commit cbc1d2c

File tree

1 file changed

+12
-0
lines changed
  • lib/node_modules/@stdlib/array/mskfilter

1 file changed

+12
-0
lines changed

lib/node_modules/@stdlib/array/mskfilter/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ console.log( y );
9595

9696
<section class="related">
9797

98+
* * *
99+
100+
## See Also
101+
102+
- <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>
103+
98104
</section>
99105

100106
<!-- /.related -->
@@ -105,6 +111,12 @@ console.log( y );
105111

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

114+
<!-- <related-links> -->
115+
116+
[@stdlib/array/mskreject]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/mskreject
117+
118+
<!-- </related-links> -->
119+
108120
</section>
109121

110122
<!-- /.links -->

0 commit comments

Comments
 (0)