Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 12, 2024
1 parent a51ea9c commit 85ae22e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 16 additions & 0 deletions flags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ for ( i = 0; i < slices.length; i++ ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/ndarray/array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
- <span class="package-name">[`@stdlib/ndarray/flag`][@stdlib/ndarray/flag]</span><span class="delimiter">: </span><span class="description">return a specified flag for a provided ndarray.</span>

</section>

<!-- /.related -->
Expand All @@ -140,6 +148,14 @@ for ( i = 0; i < slices.length; i++ ) {

[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray/tree/main/ctor

<!-- <related-links> -->

[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray/tree/main/array

[@stdlib/ndarray/flag]: https://github.com/stdlib-js/ndarray/tree/main/flag

<!-- </related-links> -->

</section>

<!-- /.links -->
2 changes: 0 additions & 2 deletions iter/to-array-each/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ while ( true ) {

<!-- <related-links> -->



<!-- </related-links> -->

</section>
Expand Down

0 comments on commit 85ae22e

Please sign in to comment.