Skip to content

Commit

Permalink
Update docs for top-level API. (#13592)
Browse files Browse the repository at this point in the history
This PR adds documentation for `cudf.from_dataframe`, `cudf.date_range`, and `cudf.interval_range`. These are exposed in the top-level API of the `cudf` module but lacked docstrings.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #13592
  • Loading branch information
bdice authored Jun 20, 2023
1 parent ea8bd0c commit 3cfa8fd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/cudf/source/api_docs/general_functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,23 @@ Top-level conversions
:toctree: api/

cudf.to_numeric
cudf.from_dataframe
cudf.from_dlpack
cudf.from_pandas

Top-level dealing with datetimelike
-----------------------------------
Top-level dealing with datetimelike data
----------------------------------------

.. autosummary::
:toctree: api/

cudf.to_datetime
cudf.date_range

Top-level dealing with Interval data
------------------------------------

.. autosummary::
:toctree: api/

cudf.interval_range

0 comments on commit 3cfa8fd

Please sign in to comment.