File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 371371
372372
373373intersphinx_mapping = {
374- 'statsmodels ' : ('http ://www.statsmodels.org/devel/' , None ),
374+ 'dateutil ' : ("https ://dateutil.readthedocs.io/en/latest/" , None ),
375375 'matplotlib' : ('https://matplotlib.org/' , None ),
376+ 'numpy' : ('https://docs.scipy.org/doc/numpy/' , None ),
376377 'pandas-gbq' : ('https://pandas-gbq.readthedocs.io/en/latest/' , None ),
378+ 'py' : ('https://pylib.readthedocs.io/en/latest/' , None ),
377379 'python' : ('https://docs.python.org/3/' , None ),
378- 'numpy' : ('https://docs.scipy.org/doc/numpy/' , None ),
379380 '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 ),
381382}
382383import glob
383384autosummary_generate = glob .glob ("*.rst" )
You can’t perform that action at this time.
0 commit comments