Skip to content

Commit 0bcd1bf

Browse files
authored
docs: update related packages sections
PR-URL: #1838 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent be910ce commit 0bcd1bf

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

Diff for: lib/node_modules/@stdlib/array/slice/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ s = slice( x, 2, 4 );
145145

146146
<section class="related">
147147

148+
* * *
149+
150+
## See Also
151+
152+
- <span class="package-name">[`@stdlib/array/take`][@stdlib/array/take]</span><span class="delimiter">: </span><span class="description">take elements from an array.</span>
153+
148154
</section>
149155

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

154160
<section class="links">
155161

162+
<!-- <related-links> -->
163+
164+
[@stdlib/array/take]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/take
165+
166+
<!-- </related-links> -->
167+
156168
</section>
157169

158170
<!-- /.links -->

0 commit comments

Comments
 (0)