docs update

This commit is contained in:
Awni Hannun
2024-01-03 20:14:05 -08:00
committed by CircleCI Docs
parent 6f71a74c87
commit bd5f469bac
330 changed files with 40495 additions and 3726 deletions

12
docs/build/html/_sources/indexing.rst vendored Normal file
View 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