From b468ccb7436f317ee21dde54640c8199c8541e83 Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Mon, 20 Nov 2023 18:05:39 +0000 Subject: [PATCH] Remove warning/FIXME in dask-cudf docs - Closes #14299 --- 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