File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 371
371
372
372
373
373
intersphinx_mapping = {
374
- 'statsmodels ' : ('http ://www.statsmodels.org/devel/' , None ),
374
+ 'dateutil ' : ("https ://dateutil.readthedocs.io/en/latest/" , None ),
375
375
'matplotlib' : ('https://matplotlib.org/' , None ),
376
+ 'numpy' : ('https://docs.scipy.org/doc/numpy/' , None ),
376
377
'pandas-gbq' : ('https://pandas-gbq.readthedocs.io/en/latest/' , None ),
378
+ 'py' : ('https://pylib.readthedocs.io/en/latest/' , None ),
377
379
'python' : ('https://docs.python.org/3/' , None ),
378
- 'numpy' : ('https://docs.scipy.org/doc/numpy/' , None ),
379
380
'scipy' : ('https://docs.scipy.org/doc/scipy/reference/' , None ),
380
- 'py ' : ('https ://pylib.readthedocs.io/en/latest/ ' , None )
381
+ 'statsmodels ' : ('http ://www.statsmodels.org/devel/ ' , None ),
381
382
}
382
383
import glob
383
384
autosummary_generate = glob .glob ("*.rst" )
You can’t perform that action at this time.
0 commit comments