From 619b2c775b7800f709209c7e2b2d757661ebea58 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 28 Feb 2022 11:49:19 -0600 Subject: [PATCH] Remove documentation for methods removed in #10124. (#10366) PR #10124 removed several deprecated methods. This PR also removes their documentation. cc: @vyasr Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ashwin Srinath (https://github.com/shwina) URL: https://github.com/rapidsai/cudf/pull/10366 --- docs/cudf/source/api_docs/dataframe.rst | 3 --- docs/cudf/source/api_docs/index_objects.rst | 3 +-- docs/cudf/source/api_docs/series.rst | 6 ------ 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/cudf/source/api_docs/dataframe.rst b/docs/cudf/source/api_docs/dataframe.rst index 2de55553c3f..85494163f31 100644 --- a/docs/cudf/source/api_docs/dataframe.rst +++ b/docs/cudf/source/api_docs/dataframe.rst @@ -219,7 +219,6 @@ Combining / comparing / joining / merging / encoding DataFrame.join DataFrame.merge DataFrame.update - DataFrame.label_encoding DataFrame.one_hot_encoding Numerical operations @@ -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 diff --git a/docs/cudf/source/api_docs/index_objects.rst b/docs/cudf/source/api_docs/index_objects.rst index d705504cc0c..b7b358e38be 100644 --- a/docs/cudf/source/api_docs/index_objects.rst +++ b/docs/cudf/source/api_docs/index_objects.rst @@ -34,7 +34,7 @@ Properties Index.shape Index.size Index.values - + Modifying and computations ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -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 diff --git a/docs/cudf/source/api_docs/series.rst b/docs/cudf/source/api_docs/series.rst index cf5dd4a2a1d..ea6a4aa5a70 100644 --- a/docs/cudf/source/api_docs/series.rst +++ b/docs/cudf/source/api_docs/series.rst @@ -44,7 +44,6 @@ Conversion Series.copy Series.to_list Series.__array__ - Series.as_mask Series.scale @@ -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 @@ -217,7 +214,6 @@ Combining / comparing / joining / merging / encoding Series.append Series.update - Series.label_encoding Series.one_hot_encoding Numerical operations @@ -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