-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Updating capitalization in folder doc/source/reference #32824
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
Closed
cleconte987
wants to merge
24
commits into
pandas-dev:master
from
cleconte987:changes_to_pandas_remote
Closed
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
194d5a7
Updating capitalization in folder doc/source/reference
cleconte987 3d1960c
Merge remote-tracking branch 'upstream_main_pandas/master' into chang…
cleconte987 9da1e8a
Add folder doc/source/reference in ci code checking in ci/code_check…
cleconte987 55587f7
Modification of validate_rst_title_capitalization.py script
cleconte987 048fb78
Modify validate_rst_title_capitalization.py script to take into accou…
cleconte987 d1ae9ea
remove stylistic errors in comment section L:77,78,79
cleconte987 83280b7
Modify validate_rst_title_capitalization.py script
cleconte987 4314d3c
Merge remote-tracking branch 'upstream_main_pandas/master' into scrip…
cleconte987 937b5df
modify script following tests
cleconte987 589b0fe
Modify second time following style checking
cleconte987 f09689c
Update branch with pandas repository commits
cleconte987 e71cffd
Commit to update capitalization in folder doc/source/reference and to…
cleconte987 dc839c5
Merge branches to update PR
cleconte987 f354797
Merge remote-tracking branch 'upstream_main_pandas/master' into scrip…
cleconte987 62d5164
Merge remote-tracking branch 'temporary_repo/changes_to_pandas_remote…
cleconte987 f8b496c
Remove wrong lines of code
cleconte987 5d01189
Formatting
cleconte987 1685076
Update branch
cleconte987 06dc1cd
Remove exception "GroupBy" and lower "GroupBy" in doc
cleconte987 a11dc2b
modifying for PR
cleconte987 e55064d
Merge remote-tracking branch 'upstream_main_pandas/master' into chang…
cleconte987 fc1009d
Update "groupby" to "GroupBy"
cleconte987 eba0d13
Merge remote-tracking branch 'upstream_main_pandas/master' into chang…
cleconte987 a029916
merge upstream
cleconte987 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
.. _api.arrays: | ||
|
||
============= | ||
Pandas arrays | ||
pandas arrays | ||
============= | ||
|
||
.. currentmodule:: pandas | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
What's the reason for this one? Just my opinion, but I think this one was correct, and we don't want to capitalize
groupy
toGroupBy
.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 might have wrongly seen it with capital letters or something, re-updating PR
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 see your point. to me it feels that there is the class
GroupBy
, but here it's not talking about the class, but about the concept. I guess we can usegroup by
orgroupping by
to disambiguate. But not that important, we can merge it like this and change it later if we think that makes sense.