Skip to content

Commit d0ec737

Browse files
authored
Clean up docs warnings: (#40523)
1 parent e7f9a54 commit d0ec737

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pandas/core/arrays/categorical.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class Categorical(NDArrayBackedExtensionArray, PandasObject, ObjectStringArrayMi
305305
Notes
306306
-----
307307
See the `user guide
308-
<https://pandas.pydata.org/pandas-docs/stable/user_guide/categorical.html>`_
308+
<https://pandas.pydata.org/pandas-docs/stable/user_guide/categorical.html>`__
309309
for more.
310310
311311
Examples

pandas/core/arrays/interval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
Notes
155155
-----
156156
See the `user guide
157-
<https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html#intervalindex>`_
157+
<https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html#intervalindex>`__
158158
for more.
159159
160160
%(examples)s\

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7958,7 +7958,7 @@ def resample(
79587958
Notes
79597959
-----
79607960
See the `user guide
7961-
<https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#resampling>`_
7961+
<https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#resampling>`__
79627962
for more.
79637963
79647964
To learn more about the offset strings, please see `this link

pandas/core/indexes/category.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class CategoricalIndex(NDArrayBackedExtensionIndex, accessor.PandasDelegate):
150150
Notes
151151
-----
152152
See the `user guide
153-
<https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html#categoricalindex>`_
153+
<https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html#categoricalindex>`__
154154
for more.
155155
156156
Examples

pandas/core/indexes/multi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class MultiIndex(Index):
267267
Notes
268268
-----
269269
See the `user guide
270-
<https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html>`_
270+
<https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html>`__
271271
for more.
272272
273273
Examples

pandas/core/shared_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
Notes
144144
-----
145145
See the `user guide
146-
<https://pandas.pydata.org/pandas-docs/stable/groupby.html>`_ for more.
146+
<https://pandas.pydata.org/pandas-docs/stable/groupby.html>`__ for more.
147147
"""
148148

149149
_shared_docs[

0 commit comments

Comments
 (0)