-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Remove absolute urls from the docs #32539
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
Merged
jorisvandenbossche
merged 24 commits into
pandas-dev:master
from
ArkadeepAdhikari:remove_abs_url
Mar 12, 2020
Merged
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d0a3171
Initial commit
ArkadeepAdhikari 7bd7acd
minor change
ArkadeepAdhikari 5f5bba8
minor changes
ArkadeepAdhikari f4af3bd
Adding some more files
ArkadeepAdhikari 1110e71
Adding some more files
ArkadeepAdhikari 942986d
minor changes
ArkadeepAdhikari e55cf6a
Updating cookbook timeseries alias
ArkadeepAdhikari 61731e3
changes to cookbook
ArkadeepAdhikari 41509b5
cookbook changes
ArkadeepAdhikari adbc35b
Updating timeseries offset links
ArkadeepAdhikari e168fff
PR comments updates
ArkadeepAdhikari a6b9927
adding whatsnew docs
ArkadeepAdhikari 77171e1
updating whatsnew docs
ArkadeepAdhikari 1fd0987
updating whatsnew docs
ArkadeepAdhikari 63a67e5
updating whatsnew docs
ArkadeepAdhikari c61c4b0
adding whatsnew docs
ArkadeepAdhikari a90c640
updating whatsnew docs
ArkadeepAdhikari 5239174
updating whatsnew docs
ArkadeepAdhikari 2e6d4c6
updating comparison with sql doc
ArkadeepAdhikari 3f18268
updating indexing docs
ArkadeepAdhikari 4833835
PR comments
ArkadeepAdhikari f1d3e2e
PR comments
ArkadeepAdhikari 68bed39
PR comments
ArkadeepAdhikari fc03dfe
PR comments
ArkadeepAdhikari 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
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 |
---|---|---|
|
@@ -469,8 +469,7 @@ Current behavior | |
Passing list-likes to .loc or [] with any missing label will raise | ||
KeyError in the future, you can use .reindex() as an alternative. | ||
|
||
See the documentation here: | ||
https://pandas.pydata.org/pandas-docs/stable/indexing.html#deprecate-loc-reindex-listlike | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is also code output that should be left alone |
||
See the documentation :ref:`here <indexing.deprecate_loc_reindex_listlike>` | ||
|
||
Out[4]: | ||
1 2.0 | ||
|
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.
I think this is also an output from pandas, not an actual link that we want to change, isn't it?
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.
Yes this looks like a similar case, @jorisvandenbossche can you confirm?
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.
Yes