-
-
Notifications
You must be signed in to change notification settings - Fork 18.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
DOCS: fix PR09,PR09 doc string errors in Timestamp, NaT, Timedelta class #28673
Labels
Comments
josibake
pushed a commit
to josibake/pandas
that referenced
this issue
Sep 29, 2019
This fixes Parameter {} description should finish with "." in the Timestamp class closes pandas-dev#28673
2 tasks
Including Timedelta and NaT class. These all have to go together due to a matching docstrings constraint |
josibake
changed the title
DOCS: Fix Docstrings Formatting Error PR09 for pandas.Timestamp class
DOCS: fix PR09 doc string errors in Timestamp, NaT, Timedelta class
Sep 29, 2019
josibake
changed the title
DOCS: fix PR09 doc string errors in Timestamp, NaT, Timedelta class
DOCS: fix PR09,PR09 doc string errors in Timestamp, NaT, Timedelta class
Sep 30, 2019
josibake
pushed a commit
to josibake/pandas
that referenced
this issue
Oct 1, 2019
This fixes Parameter {} description should finish with "." in the Timestamp class closes pandas-dev#28673
josibake
pushed a commit
to josibake/pandas
that referenced
this issue
Oct 1, 2019
this also involves editing the NaT type class and Timedelta class. this is because there is a validation which enforces all of these classes to have the same docstrings closes pandas-dev#28673
2 tasks
josibake
pushed a commit
to josibake/pandas
that referenced
this issue
Oct 4, 2019
this also involves editing the NaT type class and Timedelta class. this is because there is a validation which enforces all of these classes to have the same docstrings closes pandas-dev#28673
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This fixes validation errors PR09,PR08 for pandas.Timestamp, pandas.Timedelta (and also NaT) class:
This is a subset of #28602 and #27977
The text was updated successfully, but these errors were encountered: