-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix doc for missing values. #1950
Conversation
fujiisoup
commented
Mar 2, 2018
- Closes building doc is failing for the release 0.10.1 #1944
Dataset.bfill | ||
Dataset.interpolate_na | ||
Dataset.where | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be nice if we could see docstrings for these methods in rtd.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me, but these should be removed from api-hidden.rst
now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
I'm wondering this can safely update docs on rtd because it is some commits ahead of the stable (e.g. it has docs about |
@fujiisoup What I do for updating the stable docs is to cherry-pick commits with doc fixes to the stable branch. As long as those apply cleanly (which is usually the case) we can update the stable docs. |
* Fix doc for missing values. * Remove some methods from api-hidden * Fix for dask page.
I just cherry-picked the merge commit from this PR into |
Thanks, @shoyer But this part |