File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 9
9
env :
10
10
- JOB : ' UNITTEST'
11
11
- FULL_DEPS : true
12
- - python : 3.5
13
- env :
14
- - JOB : ' UNITTEST'
15
- - FULL_DEPS : true
16
12
- python : 3.6
17
13
env :
18
14
- JOB : ' UNITTEST'
Original file line number Diff line number Diff line change 392
392
# Example configuration for intersphinx: refer to the Python standard library.
393
393
intersphinx_mapping = {
394
394
'python' : ('https://docs.python.org/3/' , None ),
395
- 'matplotlib' : ('http ://matplotlib.org/' , None ),
395
+ 'matplotlib' : ('https ://matplotlib.org/' , None ),
396
396
'numpy' : ('https://docs.scipy.org/doc/numpy' , None ),
397
397
'scipy' : ('https://docs.scipy.org/doc/scipy/reference' , None ),
398
398
'statsmodels' : ('http://www.statsmodels.org/stable/' , None ),
399
- 'pandas' : ('http ://pandas.pydata.org/pandas-docs/stable/' , None ),
399
+ 'pandas' : ('https ://pandas.pydata.org/pandas-docs/stable/' , None ),
400
400
'sklearn' : ('http://scikit-learn.org/stable/' , None ),
401
401
'skmisc' : ('https://has2k1.github.io/scikit-misc/' , None )}
402
402
You can’t perform that action at this time.
0 commit comments