We shouldn't have https://huggingface.co/docs/kernels/main/en/cli and the following section:
I guess we already have coverage for kernel-builder CLI through https://huggingface.co/docs/kernels/main/en/builder/writing-kernels and https://huggingface.co/docs/kernels/main/en/builder/build but do we want to have something separate for it? Perhaps under "API Reference"?
Also, if we click on "<source"> beside any of the APIs listed in https://huggingface.co/docs/kernels/main/en/api/kernels, it leads to a 404. This needs to be fixed.
From @danieldk
I think we should generate kernel-builder CLI docs directly using clap. In that way it is always in sync (we could have a validation stap in CI to check).
We shouldn't have https://huggingface.co/docs/kernels/main/en/cli and the following section:
I guess we already have coverage for kernel-builder CLI through https://huggingface.co/docs/kernels/main/en/builder/writing-kernels and https://huggingface.co/docs/kernels/main/en/builder/build but do we want to have something separate for it? Perhaps under "API Reference"?
Also, if we click on "<source"> beside any of the APIs listed in https://huggingface.co/docs/kernels/main/en/api/kernels, it leads to a 404. This needs to be fixed.
From @danieldk