-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: create shared includes for comparison docs, take III #38887
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
Conversation
doc/source/development/contributing_docstring.rst, | ||
# work around issue of undefined variable warnings | ||
# https://github.com/pandas-dev/pandas/pull/38837#issuecomment-752884156 | ||
doc/source/getting_started/comparison/includes/*.rst |
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.
Per suggestion in #38837 (comment).
@@ -0,0 +1,12 @@ | |||
The same operation in pandas can be accomplished using |
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.
are any of these shared across compraisons? its not big deal, but you can simply re-use them.
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.
Sorry, what do you mean by "these"?
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 it looks like you are doing what i thought (e.g. putting includes in a common location) and then using for comparison_excel/sas/r etc. which is great.
so nvm
Tests pass! 🎉 |
This will help ensure consistency between the examples.
9710efc
to
fed55a0
Compare
thanks @afeld pls have a look at the built docs and issue a followup PR if needed. OT: pls comment on your open PRs / merge master for them to see what we need to merge (IIRC some were WIP) |
From original pull request (#38771):
closes #xxxxpassesblack pandas
passesgit diff upstream/master -u -- "*.py" | flake8 --diff
whatsnew entry