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 24, 2024
1 parent 4dc48b9 commit dc6b443
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Contributors listed in alphabetical order.

Aditya Sapra <[email protected]>
Ali Salesi <[email protected]>
Amit Jimiwal <[email protected]>
Athan Reines <[email protected]>
Expand All @@ -13,6 +14,7 @@ Daniel Killenberger <[email protected]>
Dominik Moritz <[email protected]>
Dorrin Sotoudeh <[email protected]>
Frank Kovacs <[email protected]>
GUNJ JOSHI <[email protected]>
Harshita Kalani <[email protected]>
James Gelok <[email protected]>
Jaysukh Makvana <[email protected]>
Expand All @@ -37,6 +39,7 @@ Roman Stetsyk <[email protected]>
Ryan Seal <[email protected]>
Seyyed Parsa Neshaei <[email protected]>
Shraddheya Shendre <[email protected]>
Spandan Barve <[email protected]>
Stephannie Jiménez Gacha <[email protected]>
Yernar Yergaziyev <[email protected]>
orimiles5 <[email protected]>
Expand Down
10 changes: 8 additions & 2 deletions index/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ var o = idx.toJSON();

```javascript
var Uint8Array = require( '@stdlib/array/uint8' );

var data = new Uint8Array( [ 1, 0, 0, 0 ] );
var idx = new ArrayIndex( data );

Expand All @@ -365,7 +365,7 @@ var o = idx.toJSON();

```javascript
var Uint8Array = require( '@stdlib/array/uint8' );
var data = new Uint8Array( [ 1, 0, 0, 0 ] );
var idx = new ArrayIndex( data );
Expand Down Expand Up @@ -452,6 +452,12 @@ console.log( 'Type: %s. Data type: %s.', o.type, o.dtype );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/array/to-fancy`][@stdlib/array/to-fancy]</span><span class="delimiter">: </span><span class="description">convert an array to an object supporting fancy indexing.</span>

</section>

<!-- /.related -->
Expand Down

0 comments on commit dc6b443

Please sign in to comment.