diff --git a/README.md b/README.md index 0a9d74524..8bc34be74 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ MLX is an array framework for machine learning specifically targeting Apple Silicon. MLX is designed with inspiration from Jax, PyTorch, ArrayFire. -[Documentation](https://at.apple.com/mlx) +[Documentation](https://ml-explore.github.io/mlx/build/html/index.html) ## Build diff --git a/docs/src/index.rst b/docs/src/index.rst index a5bf3e9a2..3c57db7de 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -22,12 +22,6 @@ MLX examples/mlp examples/llama-inference -.. toctree:: - :caption: Further Reading - :maxdepth: 1 - - dev/extensions - .. toctree:: :caption: Python API Reference :maxdepth: 1 @@ -47,3 +41,9 @@ MLX :maxdepth: 1 cpp/ops + +.. toctree:: + :caption: Further Reading + :maxdepth: 1 + + dev/extensions