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 21, 2024
1 parent a286170 commit bb0b17f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dispatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,6 @@ console.log( ybuf );

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



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

</section>
Expand Down
3 changes: 3 additions & 0 deletions numel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ for ( i = 0; i < slices.length; i++ ) {

- <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/numel-dimension`][@stdlib/ndarray/numel-dimension]</span><span class="delimiter">: </span><span class="description">return the size (i.e., number of elements) of a specified dimension for a provided ndarray.</span>

</section>

Expand All @@ -151,6 +152,8 @@ for ( i = 0; i < slices.length; i++ ) {

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

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

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

</section>
Expand Down

0 comments on commit bb0b17f

Please sign in to comment.