Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73312f8

Browse files
authored
docs: use stable URL for pandas intersphinx links (#1048)
1 parent13ac860 commit73312f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docs/conf.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"protobuf": ("https://googleapis.dev/python/protobuf/latest/",None),
369369
"dateutil": ("https://dateutil.readthedocs.io/en/latest/",None),
370370
"geopandas": ("https://geopandas.org/",None),
371-
"pandas": ("https://pandas.pydata.org/pandas-docs/dev",None),
371+
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/",None),
372372
}
373373

374374

‎owlbot.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
intersphinx_dependencies={
101101
"dateutil":"https://dateutil.readthedocs.io/en/latest/",
102102
"geopandas":"https://geopandas.org/",
103-
"pandas":"https://pandas.pydata.org/pandas-docs/dev",
103+
"pandas":"https://pandas.pydata.org/pandas-docs/stable/",
104104
},
105105
)
106106

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp