Skip to content

Commit 71ee29b

Browse files
authored
docs: update related packages sections
PR-URL: stdlib-js#1314 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 7ee6291 commit 71ee29b

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ console.log( y );
126126

127127
<section class="related">
128128

129+
* * *
130+
131+
## See Also
132+
133+
- <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>
134+
129135
</section>
130136

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

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

147+
<!-- <related-links> -->
148+
149+
[@stdlib/array/slice]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/slice
150+
151+
<!-- </related-links> -->
152+
141153
</section>
142154

143155
<!-- /.links -->

lib/node_modules/@stdlib/math/base/special/sqrtpi/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ int main( void ) {
194194

195195
<!-- <related-links> -->
196196

197-
198-
199197
<!-- </related-links> -->
200198

201199
</section>

lib/node_modules/@stdlib/regexp/reviver/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ var bool = ( re1.toString() === re2.toString() );
119119

120120
<!-- <related-links> -->
121121

122-
123-
124122
<!-- </related-links> -->
125123

126124
</section>

0 commit comments

Comments
 (0)