Skip to content

Commit

Permalink
Remove documentation for methods removed in #10124.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Feb 28, 2022
1 parent 4c9ef51 commit f10d18e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
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

0 comments on commit f10d18e

Please sign in to comment.