-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix links in Dask cuDF documentation #16929
Conversation
* `Use native cuDF spilling whenever possible <Enable cuDF Spilling>`_ | ||
* Use a distributed cluster with `Dask-CUDA <https://docs.rapids.ai/api/dask-cuda/stable/>`__ workers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm honestly not sure how to properly link to a different section within this page, so I'm just linking to the dask-cuda docs, etc. Happy to revise if others have advice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can do inter-page links with syntax like this: https://www.sphinx-doc.org/en/master/usage/referencing.html#cross-referencing-syntax. No need to wait for this right now though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just did that for this page, we can do that more broadly in 24.12
* Avoid shuffling whenever possible | ||
* Use ``split_out=1`` for low-cardinality groupby aggregations | ||
* Use ``broadcast=True`` for joins when at least one collection comprises a small number of partitions (e.g. ``<=5``) | ||
|
||
* Use ``split_out=1`` for low-cardinality groupby aggregations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not completely sure how to get a nested list to render "correctly"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed some changes that will not hardcode the version URLs. Approving as the docs links and list now look fine.
/merge |
Thanks so much for your help with this @galipremsagar ! |
More follow-up fixes to the recent Dask-cuDF documentation additions. Authors: - Richard (Rick) Zamora (https://github.com/rjzamora) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - Vyas Ramasubramani (https://github.com/vyasr) URL: #16929
More follow-up fixes to the recent Dask-cuDF documentation additions.