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 Feb 14, 2024
1 parent 40eda9e commit 5fcf813
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions from-scalar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ x = array2scalar( {} );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/array/from-iterator`][@stdlib/array/from-iterator]</span><span class="delimiter">: </span><span class="description">create (or fill) an array from an iterator.</span>

</section>

<!-- /.related -->
Expand All @@ -133,6 +139,12 @@ x = array2scalar( {} );

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

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

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

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

</section>

<!-- /.links -->
15 changes: 15 additions & 0 deletions to-fancy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,13 @@ z = y[ i ];

<section class="related">

* * *

## See Also

- <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>
- <span class="package-name">[`@stdlib/ndarray/fancy`][@stdlib/ndarray/fancy]</span><span class="delimiter">: </span><span class="description">fancy multidimensional array constructor.</span>

</section>

<!-- /.related -->
Expand Down Expand Up @@ -535,6 +542,14 @@ z = y[ i ];

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

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

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

[@stdlib/ndarray/fancy]: https://github.com/stdlib-js/ndarray-fancy

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

</section>

<!-- /.links -->

0 comments on commit 5fcf813

Please sign in to comment.