-
Notifications
You must be signed in to change notification settings - Fork 915
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
[DOC] Dask_cudf docs have a FIXME and orange warning section in legacy, stable, and nightly. #14299
Comments
@rjzamora Would you please check if this issue is still needed? Thank you for your help! |
Thanks for raising @taureandyernv ! I think your suggested solution would be fine. Are you interested in contributing that change? Note that it may also be fine to remove |
Move `from_delayed` and `concat` to appropriate subsections. - Closes #14299 Authors: - Lawrence Mitchell (https://github.com/wence-) - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) - Vyas Ramasubramani (https://github.com/vyasr) URL: #14454
I merged this to 24.02 (so it wasn't auto-closed) since it wasn't critical for 23.12. But this should be fixed in nightlies. |
Report incorrect documentation
Location of incorrect documentation
https://docs.rapids.ai/api/dask-cudf/stable/api/#dask_cudf.concat
Describe the problems or issues found in the documentation
Our dask_cudf docs have a big orange warning section with a
FIXME: where should the following live?
in stable, legacy, and nightlySuggested fix for documentation
May I suggest that
dask_cudf.concat()
go underDataFrames and Series
, anddask_cudf.from_delayed()
stay inCreating and storing DataFrames
?The text was updated successfully, but these errors were encountered: