Skip to content

Commit

Permalink
Remove warning in dask-cudf docs (#14454)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wence- authored Nov 21, 2023
1 parent 5831beb commit 947081f
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 947081f

Please sign in to comment.