Muhammad Waseem H
Muhammad Waseem H
I was using the main branch and not the `gh-pages` branch. Do you want me to build mlx from the source? PS: I ran `make html` in main branch. But...
I have a small doubt. Let's say I wanted to add snippets to the Array Python API of MLX. Which file should I modify in the `docs/` directory so that...
> Also the auto generated docs from C++ won't change unless you rebuild the source code (this can be a bit annoying), but if you are changing anything in the...
Hmm, so one way you are currently suggesting is to directly add code snippets as doc strings. I am not sure how it will look on the docs webpage. The...
> The docstrings get added into the documentation for the operation. See for example this [docstring](https://github.com/ml-explore/mlx/blob/main/python/src/linalg.cpp#L127) which includes examples of how to use the `norm` function. Oh, this seems pretty...