-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
removed @DOC #63200
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
removed @DOC #63200
Conversation
…as into remove-doc-decorators2
…as into remove-doc-decorators2
| """ | ||
| Return a new Index of the values selected by the indices. | ||
| For internal compatibility with numpy arrays. | ||
| Parameters |
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.
This docstring needs spaces between sections
pandas/core/indexes/datetimes.py Outdated
| Examples | ||
| -------- | ||
| >>> tz_naive = pd.date_range('2018-03-01 09:00', periods=3) |
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.
These indentations look incorrect
| This function should be overloaded in subclasses that allow non-trivial | ||
| casting on label-slice bounds, e.g. datetime-like indices allowing | ||
| strings containing formatted datetimes. | ||
| Parameters |
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.
This docstring needs spaces between sections
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.
Hi @mroeschke, I think I missed it accidentally. I've already fixed it, thanks for the review.
| Thanks @Chiwendaiyue |
fix DOC: Replace
@Appender,@Substitution,@docwith inlined docstrings #62437Replace @doc with specific code comments on these files.
pandas/core/indexes/datetimelike.py
pandas/core/indexes/datetimes.py