Skip to content

Commit 1205cdc

Browse files
committed
refactor: remove lint warnings
1 parent 9ef3b15 commit 1205cdc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base

lib/node_modules/@stdlib/ndarray/base/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ var o = ns;
214214
- <span class="signature">[`unary( arrays, fcn )`][@stdlib/ndarray/base/unary]</span><span class="delimiter">: </span><span class="description">apply a unary callback to elements in an input ndarray and assign results to elements in an output ndarray.</span>
215215
- <span class="signature">[`unflattenShape( shape, dim, sizes )`][@stdlib/ndarray/base/unflatten-shape]</span><span class="delimiter">: </span><span class="description">expand a dimension over multiple dimensions.</span>
216216
- <span class="signature">[`vind2bind( shape, strides, offset, order, idx, mode )`][@stdlib/ndarray/base/vind2bind]</span><span class="delimiter">: </span><span class="description">convert a linear index in an array view to a linear index in an underlying data buffer.</span>
217-
- <span class="signature">[`where( arrays )`][@stdlib/ndarray/base/where]</span><span class="delimiter">: </span><span class="description">Applies a condition to elements in two input ndarrays and assigns results to elements in an output ndarray.</span>
218217
- <span class="signature">[`wrapIndex( idx, max )`][@stdlib/ndarray/base/wrap-index]</span><span class="delimiter">: </span><span class="description">wrap an index on the interval `[0,max]`.</span>
219218
- <span class="signature">[`zerosLike( x )`][@stdlib/ndarray/base/zeros-like]</span><span class="delimiter">: </span><span class="description">create a zero-filled ndarray having the same shape and data type as a provided ndarray.</span>
220219
- <span class="signature">[`zeros( dtype, shape, order )`][@stdlib/ndarray/base/zeros]</span><span class="delimiter">: </span><span class="description">create a zero-filled ndarray having a specified shape and data type.</span>
@@ -617,8 +616,6 @@ console.log( objectKeys( ns ) );
617616

618617
[@stdlib/ndarray/base/vind2bind]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/vind2bind
619618

620-
[@stdlib/ndarray/base/where]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/where
621-
622619
[@stdlib/ndarray/base/wrap-index]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/wrap-index
623620

624621
[@stdlib/ndarray/base/zeros-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/zeros-like

0 commit comments

Comments
 (0)