Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd14ae5

Browse files
authored
DOC: update pandas intersphinx mapping (#31309)
1 parent 32805b1 commit fd14ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def autodoc_process_bases(app, name, obj, options, bases):
271271
'dateutil': ('https://dateutil.readthedocs.io/en/stable/', None),
272272
'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None),
273273
'numpy': ('https://numpy.org/doc/stable/', None),
274-
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
274+
'pandas': ('https://pandas.pydata.org/docs/', None),
275275
'pytest': ('https://pytest.org/en/stable/', None),
276276
'python': ('https://docs.python.org/3/', None),
277277
'scipy': ('https://docs.scipy.org/doc/scipy/', None),

0 commit comments

Comments
 (0)