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 Nov 9, 2023
1 parent baf796d commit 5431cd1
Show file tree
Hide file tree
Showing 9 changed files with 203 additions and 149 deletions.
16 changes: 16 additions & 0 deletions base/from-scalar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ for ( i = 0; i < dt.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/base/ctor`][@stdlib/ndarray/base/ctor]</span><span class="delimiter">: </span><span class="description">base multidimensional array.</span>
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>

</section>

<!-- /.related -->
Expand All @@ -126,6 +134,14 @@ for ( i = 0; i < dt.length; i++ ) {

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

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

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

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

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

</section>

<!-- /.links -->
4 changes: 2 additions & 2 deletions base/function-object/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ An `ndarrayFcn` function should return a status code (with `0` indicating succes
<!-- lint disable maximum-heading-length -->
#### stdlib_ndarray_function_allocate( _name, nin, nout, _functions, nfunctions, _types, _data\[] )
#### stdlib_ndarray_function_allocate( \_name, nin, nout, \_functions, nfunctions, \_types, \_data\[] )
Returns a pointer to a dynamically allocated ndarray function object.
Expand Down Expand Up @@ -287,7 +287,7 @@ The function accepts the following arguments:
void stdlib_ndarray_function_free( struct ndarrayFunctionObject *obj )
```
#### stdlib_ndarray_function_dispatch_index_of( _obj, _types )
#### stdlib_ndarray_function_dispatch_index_of( \_obj, \_types )
Returns the first index of a function whose signature satisfies a provided list of array types.
Expand Down
2 changes: 1 addition & 1 deletion base/slice-assign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ var a6 = ndarray2array( y );

<section class="links">

[@stdlib/slice/multi]: https://github.com/stdlib-js/stdlib
[@stdlib/slice/multi]: https://github.com/stdlib-js/slice-multi

[@stdlib/ndarray/base/broadcast-shapes]: https://github.com/stdlib-js/ndarray/tree/main/base/broadcast-shapes

Expand Down
2 changes: 1 addition & 1 deletion base/slice-dimension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ var a6 = ndarray2array( y6 );

<section class="links">

[@stdlib/slice/ctor]: https://github.com/stdlib-js/stdlib
[@stdlib/slice/ctor]: https://github.com/stdlib-js/slice-ctor

</section>

Expand Down
2 changes: 1 addition & 1 deletion base/slice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ var a6 = ndarray2array( y6 );

<section class="links">

[@stdlib/slice/multi]: https://github.com/stdlib-js/stdlib
[@stdlib/slice/multi]: https://github.com/stdlib-js/slice-multi

</section>

Expand Down
12 changes: 12 additions & 0 deletions base/transpose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ print( y, 'Y' );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>

</section>

<!-- /.related -->
Expand All @@ -166,6 +172,12 @@ print( y, 'Y' );

<section class="links">

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

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

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

</section>

<!-- /.links -->
Loading

0 comments on commit 5431cd1

Please sign in to comment.