-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Replace single with double backticks in RST file #36617 #36632
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
Replace single with double backticks in RST file #36617 #36632
Conversation
Replaces single with double backticks doc/source/user_guide/10min.rst |
@dsaxton Can I ask why this test is failing? |
Hi @dsaxton , I've removed many unnecessary backticks |
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.
Hard to say with so many changes what would make the doc build pass. Part (but perhaps not all) of the reason is these warnings (CI fails if warnings are raised during the doc build), so you could start by fixing those:
2020-09-25T18:31:10.2551420Z Differences to R's ``factor``
2020-09-25T18:31:10.2552161Z ---------------------------
2020-09-25T18:31:10.2553014Z /home/runner/work/pandas/pandas/doc/source/user_guide/categorical.rst:1016: WARNING: Title underline too short.
Can you also merge master? Several files were just fixed. |
@dsaxton thank you. done the changes |
Co-authored-by: Daniel Saxton <[email protected]>
Co-authored-by: Daniel Saxton <[email protected]>
Co-authored-by: Daniel Saxton <[email protected]>
Co-authored-by: Daniel Saxton <[email protected]>
…amsm/pandas into replaceWithDoubleBackticks
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.
Thanks @Shubhamsm, nice PR!
@dsaxton thank you for your help 😄 |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
closes #36617