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