Skip to content

Commit bfad8ac

Browse files
committed
docs: update related packages sections
1 parent f175cf9 commit bfad8ac

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

lib/node_modules/@stdlib/blas/ext/base/dsortins/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ int main( void ) {
275275
276276
<section class="related">
277277
278+
* * *
279+
278280
## See Also
279281
280282
- <span class="package-name">[`@stdlib/blas/ext/base/dsort2ins`][@stdlib/blas/ext/base/dsort2ins]</span><span class="delimiter">: </span><span class="description">simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.</span>

lib/node_modules/@stdlib/dstructs/circular-buffer/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ for ( i = 0; i < 100; i++ ) {
340340

341341
## See Also
342342

343-
- <span class="package-name">[`@stdlib/utils/fifo`][@stdlib/utils/fifo]</span><span class="delimiter">: </span><span class="description">first-in-first-out (FIFO) queue.</span>
344-
- <span class="package-name">[`@stdlib/utils/stack`][@stdlib/utils/stack]</span><span class="delimiter">: </span><span class="description">stack.</span>
343+
- <span class="package-name">[`@stdlib/dstructs/fifo`][@stdlib/dstructs/fifo]</span><span class="delimiter">: </span><span class="description">first-in-first-out (FIFO) queue.</span>
344+
- <span class="package-name">[`@stdlib/dstructs/stack`][@stdlib/dstructs/stack]</span><span class="delimiter">: </span><span class="description">stack.</span>
345345

346346
</section>
347347

@@ -357,9 +357,9 @@ for ( i = 0; i < 100; i++ ) {
357357

358358
<!-- <related-links> -->
359359

360-
[@stdlib/utils/fifo]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/fifo
360+
[@stdlib/dstructs/fifo]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs/fifo
361361

362-
[@stdlib/utils/stack]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/stack
362+
[@stdlib/dstructs/stack]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/dstructs/stack
363363

364364
<!-- </related-links> -->
365365

0 commit comments

Comments
 (0)