-
-
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
Changes from 10 commits
d0a3171
7bd7acd
5f5bba8
f4af3bd
1110e71
942986d
e55cf6a
61731e3
41509b5
adbc35b
e168fff
a6b9927
77171e1
1fd0987
63a67e5
c61c4b0
a90c640
5239174
2e6d4c6
3f18268
4833835
f1d3e2e
68bed39
fc03dfe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7510,8 +7510,8 @@ def asfreq( | |
|
||
Notes | ||
----- | ||
To learn more about the frequency strings, please see `this link | ||
<https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases>`__. | ||
To learn more about the frequency strings, please see this link: | ||
:ref:`Timeseries <timeseries.offset_aliases>` | ||
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 one should be kept as is (or with updated url if needed), as the docstrings are otherwise not useful as plain text 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. (and the same for the other changes below in .py files) 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. Ok, Reverting these changes |
||
|
||
Examples | ||
-------- | ||
|
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.
Can you revert this one as well? (it's in the output of code, which should still return the absolute url)