cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

Figure out how to make docs of `cuda.py` and `cuda.bindings` coexist

Open leofang opened this issue 1 year ago • 3 comments

Main question: Do we want to the same project docs with cuda.py (#70) & cuda.bindings (#75) coexist say under separate tabs or pages, or do we want each namespace package to have their own doc pages (similar to cuda.{parallel,cooperative})?

leofang avatar Sep 10 '24 16:09 leofang

cc: @aterrel in case you have thoughts

leofang avatar Sep 10 '24 17:09 leofang

These are separately published / installable packages, is that correct? If so my offhand suggestion is separate docs pages, so that e.g. the PyPI project pages, etc. can have unique landing targets for docs for each.

bryevdv avatar Sep 11 '24 21:09 bryevdv

Yes, the intent is to have separate packages (eventually, see #105). I also like the separate page idea. One minor concern I have is if this could cause confusion to the branding, since what I had in mind was that all packages we publish should be considered as components of CUDA Python. It's just that users have the freedom to install only the components that they need.

leofang avatar Sep 16 '24 02:09 leofang