-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing APIs to documentation. (#10643)
This adds a bunch of missing methods to the documentation and removes methods that no longer exist. When building, Sphinx issues warnings like this one, which indicates that a method isn't documented: ``` .../cudf/docs/cudf/source/api_docs/api/cudf.Series.pct_change.rst: WARNING: document isn't included in any toctree ``` and this one, which indicates that a documented method no longer exists: ``` WARNING: [autosummary] failed to import cudf.Series.ceil. Possible hints: * ModuleNotFoundError: No module named 'cudf.Series' * AttributeError: type object 'Series' has no attribute 'ceil' * ImportError: ``` This PR doesn't fix all of the warnings/errors, but it is a good chunk of them. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #10643
- Loading branch information
Showing
4 changed files
with
18 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters