Skip to content

Commit

Permalink
Remove warning/FIXME in dask-cudf docs
Browse files Browse the repository at this point in the history
- Closes #14299
  • Loading branch information
wence- committed Nov 20, 2023
1 parent 9971790 commit b468ccb
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/dask_cudf/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,14 @@ data reading facilities, followed by calling
:members:
from_cudf,
from_dask_dataframe,
from_delayed,
read_csv,
read_json,
read_orc,
to_orc,
read_text,
read_parquet

.. warning::

FIXME: where should the following live?

.. autofunction:: dask_cudf.concat

.. autofunction:: dask_cudf.from_delayed

Grouping
========

Expand Down Expand Up @@ -77,3 +70,7 @@ identical. The full API is provided below.
:members:
:inherited-members:
:show-inheritance:

.. automodule:: dask_cudf
:members:
concat

0 comments on commit b468ccb

Please sign in to comment.