mirror of
https://github.com/ml-explore/mlx.git
synced 2025-11-05 19:48:15 +08:00
docs update
This commit is contained in:
committed by
CircleCI Docs
parent
6f71a74c87
commit
bd5f469bac
12
docs/build/html/_sources/indexing.rst
vendored
Normal file
12
docs/build/html/_sources/indexing.rst
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
.. _indexing:
|
||||
|
||||
Indexing Arrays
|
||||
===============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
For the most part, indexing an MLX :obj:`array` works the same as indexing a
|
||||
NumPy :obj:`numpy.ndarray`. See the `NumPy documentation
|
||||
<https://numpy.org/doc/stable/user/basics.indexing.html>`_ for more details on
|
||||
how that works
|
||||
|
||||
Reference in New Issue
Block a user