-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Styler errors PR08 and PR09 #28743
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
DOC: Styler errors PR08 and PR09 #28743
Conversation
updating the fork
Merge branch 'master' of https://github.com/pandas-dev/pandas Please enter a commit message to explain why this merge is necessary,
pandas/io/formats/style.py
Outdated
@@ -77,6 +81,8 @@ class Styler: | |||
See Also | |||
-------- | |||
DataFrame.style | |||
Returns a Styler object containing methods for building |
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 don't think this belongs in the See Also
section - is this addressing some issue?
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.
Had this error - 'Missing description for See Also "DataFrame.style" reference'. Hence added this line of description
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.
Oh OK thanks for clarifying. I think this is an issue with the validator as the format should match what you see in the docsring guide (specifically small description separated by a colon):
https://python-sprints.github.io/pandas/guide/pandas_docstring.html#section-5-see-also
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.
Made the changes as requested.
@bhuvanakundumani Thanks a lot ! |
Thanks @jorisvandenbossche . |
Thanks |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff