Skip to content

Commit cab141b

Browse files
committed
docs: update links
1 parent ae40b9d commit cab141b

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

lib/node_modules/@stdlib/slice/ctor/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,13 @@ console.log( JSON.stringify( o ) );
285285

286286
<section class="related">
287287

288+
* * *
289+
290+
## See Also
291+
292+
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
293+
- <span class="package-name">[`@stdlib/slice/multi`][@stdlib/slice/multi]</span><span class="delimiter">: </span><span class="description">multi-slice constructor.</span>
294+
288295
</section>
289296

290297
<!-- /.related -->
@@ -299,6 +306,12 @@ console.log( JSON.stringify( o ) );
299306

300307
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/ctor
301308

309+
<!-- <related-links> -->
310+
311+
[@stdlib/slice/multi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/slice/multi
312+
313+
<!-- </related-links> -->
314+
302315
</section>
303316

304317
<!-- /.links -->

lib/node_modules/@stdlib/slice/multi/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,13 @@ console.log( JSON.stringify( o ) );
226226

227227
<section class="related">
228228

229+
* * *
230+
231+
## See Also
232+
233+
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
234+
- <span class="package-name">[`@stdlib/slice/ctor`][@stdlib/slice/ctor]</span><span class="delimiter">: </span><span class="description">slice constructor.</span>
235+
229236
</section>
230237

231238
<!-- /.related -->
@@ -242,6 +249,10 @@ console.log( JSON.stringify( o ) );
242249

243250
[@stdlib/slice/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/slice/ctor
244251

252+
<!-- <related-links> -->
253+
254+
<!-- </related-links> -->
255+
245256
</section>
246257

247258
<!-- /.links -->

lib/node_modules/@stdlib/slice/seq2slice/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,12 @@ console.log( 'start: %s. stop: %s. step: %s.', s.start, s.stop, s.step );
252252

253253
<section class="related">
254254

255+
* * *
256+
257+
## See Also
258+
259+
- <span class="package-name">[`@stdlib/slice/ctor`][@stdlib/slice/ctor]</span><span class="delimiter">: </span><span class="description">slice constructor.</span>
260+
255261
</section>
256262

257263
<!-- /.related -->
@@ -262,6 +268,10 @@ console.log( 'start: %s. stop: %s. step: %s.', s.start, s.stop, s.step );
262268

263269
[@stdlib/slice/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/slice/ctor
264270

271+
<!-- <related-links> -->
272+
273+
<!-- </related-links> -->
274+
265275
</section>
266276

267277
<!-- /.links -->

0 commit comments

Comments
 (0)