From 947081f5b10ca972826942b84c5c2530050325d8 Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Tue, 21 Nov 2023 00:45:37 +0000 Subject: [PATCH] Remove warning in dask-cudf docs (#14454) 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: https://github.com/rapidsai/cudf/pull/14454 --- docs/dask_cudf/source/api.rst | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/dask_cudf/source/api.rst b/docs/dask_cudf/source/api.rst index 893f5dd7434..db32f4bbcb3 100644 --- a/docs/dask_cudf/source/api.rst +++ b/docs/dask_cudf/source/api.rst @@ -19,6 +19,7 @@ data reading facilities, followed by calling :members: from_cudf, from_dask_dataframe, + from_delayed, read_csv, read_json, read_orc, @@ -26,14 +27,6 @@ data reading facilities, followed by calling read_text, read_parquet -.. warning:: - - FIXME: where should the following live? - - .. autofunction:: dask_cudf.concat - - .. autofunction:: dask_cudf.from_delayed - Grouping ======== @@ -77,3 +70,7 @@ identical. The full API is provided below. :members: :inherited-members: :show-inheritance: + +.. automodule:: dask_cudf + :members: + concat