Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove documentation for methods removed in #10124. #10366

Merged
merged 1 commit into from
Feb 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/cudf/source/api_docs/dataframe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ Combining / comparing / joining / merging / encoding
DataFrame.join
DataFrame.merge
DataFrame.update
DataFrame.label_encoding
DataFrame.one_hot_encoding

Numerical operations
Expand Down Expand Up @@ -249,8 +248,6 @@ Serialization / IO / conversion
.. autosummary::
:toctree: api/

DataFrame.as_gpu_matrix
DataFrame.as_matrix
DataFrame.from_arrow
DataFrame.from_pandas
DataFrame.from_records
Expand Down
3 changes: 1 addition & 2 deletions docs/cudf/source/api_docs/index_objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Properties
Index.shape
Index.size
Index.values


Modifying and computations
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -94,7 +94,6 @@ Conversion
Index.astype
Index.to_arrow
Index.to_list
Index.to_numpy
Index.to_series
Index.to_frame
Index.to_pandas
Expand Down
6 changes: 0 additions & 6 deletions docs/cudf/source/api_docs/series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Conversion
Series.copy
Series.to_list
Series.__array__
Series.as_mask
Series.scale


Expand Down Expand Up @@ -172,9 +171,7 @@ Reindexing / selection / label manipulation
Series.reindex
Series.rename
Series.reset_index
Series.reverse
Series.sample
Series.set_mask
Series.take
Series.tail
Series.tile
Expand Down Expand Up @@ -217,7 +214,6 @@ Combining / comparing / joining / merging / encoding

Series.append
Series.update
Series.label_encoding
Series.one_hot_encoding

Numerical operations
Expand Down Expand Up @@ -409,12 +405,10 @@ Serialization / IO / conversion
:toctree: api/

Series.to_arrow
Series.to_cupy
Series.to_dlpack
Series.to_frame
Series.to_hdf
Series.to_json
Series.to_numpy
Series.to_pandas
Series.to_string
Series.from_arrow
Expand Down