-
-
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 20 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 |
---|---|---|
|
@@ -237,7 +237,7 @@ new column. In 0.21.0 and later, this will raise a ``UserWarning``: | |
|
||
In [1]: df = pd.DataFrame({'one': [1., 2., 3.]}) | ||
In [2]: df.two = [4, 5, 6] | ||
UserWarning: Pandas doesn't allow Series to be assigned into nonexistent columns - see https://pandas.pydata.org/pandas-docs/stable/indexing.html#attribute_access | ||
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. Can you revert this one as well? (it's in the output of code, which should still return the absolute url) |
||
UserWarning: Pandas doesn't allow Series to be assigned into nonexistent columns - see :ref:`Attribute Access <indexing.attribute_access>` | ||
In [3]: df | ||
Out[3]: | ||
one | ||
|
@@ -676,7 +676,7 @@ Current behavior | |
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 | ||
:ref:`Deprecation doc <indexing.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. You can make the "here" the text of the reference (and remove the colon), I think. |
||
|
||
Out[4]: | ||
1 2.0 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -470,7 +470,7 @@ Current behavior | |
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 |
||
:ref:`Deprecation doc <indexing.deprecate_loc_reindex_listlike>` | ||
|
||
Out[4]: | ||
1 2.0 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ Check the :ref:`API Changes <whatsnew_0230.api_breaking>` and :ref:`deprecations | |
.. warning:: | ||
|
||
Starting January 1, 2019, pandas feature releases will support Python 3 only. | ||
See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more. | ||
See :ref:`Dropping Python 2.7 <install>` for more. | ||
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. You will need to keep the absolute reference here as well, since this needs to refer to the versioned docs (that page doesn't exist anymore on the stable docs) |
||
|
||
.. contents:: What's new in v0.23.0 | ||
:local: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ and bug fixes. We recommend that all users upgrade to this version. | |
.. warning:: | ||
|
||
Starting January 1, 2019, pandas feature releases will support Python 3 only. | ||
See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more. | ||
See :ref:`Dropping Python 2.7 <install>` for more. | ||
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 |
||
|
||
.. contents:: What's new in v0.23.1 | ||
:local: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ and bug fixes. We recommend that all users upgrade to this version. | |
.. warning:: | ||
|
||
Starting January 1, 2019, pandas feature releases will support Python 3 only. | ||
See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more. | ||
See :ref:`Dropping Python 2.7 <install>` for more. | ||
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 |
||
|
||
.. contents:: What's new in v0.23.2 | ||
:local: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ and bug fixes. We recommend that all users upgrade to this version. | |
.. warning:: | ||
|
||
Starting January 1, 2019, pandas feature releases will support Python 3 only. | ||
See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more. | ||
See :ref:`Dropping Python 2.7 <install>` for more. | ||
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 (and others below) |
||
|
||
.. contents:: What's new in v0.23.4 | ||
:local: | ||
|
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.