File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 240
240
"footer_start" : ["pandas_footer" , "sphinx-version" ],
241
241
"github_url" : "https://github.com/pandas-dev/pandas" ,
242
242
"twitter_url" : "https://twitter.com/pandas_dev" ,
243
- "analytics" : {"google_analytics_id" : "G-5RE31C1RNW" },
243
+ "analytics" : {
244
+ "plausible_analytics_domain" : "pandas.pydata.org" ,
245
+ "plausible_analytics_url" : "https://views.scientific-python.org/js/script.js" ,
246
+ },
244
247
"logo" : {"image_dark" : "https://pandas.pydata.org/static/img/pandas_white.svg" },
245
248
"navbar_end" : ["version-switcher" , "theme-switcher" , "navbar-icon-links" ],
246
249
"switcher" : {
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < script async ="async " src ="https://www.googletagmanager.com/gtag/js?id=G-5RE31C1RNW "> </ script >
5
- < script >
6
- window . dataLayer = window . dataLayer || [ ] ;
7
- function gtag ( ) { dataLayer . push ( arguments ) ; }
8
- gtag ( 'js' , new Date ( ) ) ;
9
- gtag ( 'config' , 'G-5RE31C1RNW' ) ;
10
- </ script >
4
+ < script defer data-domain ="pandas.pydata.org " src ="https://views.scientific-python.org/js/script.js "> </ script >
11
5
< title > pandas - Python Data Analysis Library</ title >
12
6
< meta charset ="utf-8 ">
13
7
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
You can’t perform that action at this time.
0 commit comments