File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ code to use Python 3:
15
15
- [ How to add Python 3 support to your code] ( https://docs.python.org/3/howto/pyporting.html )
16
16
- [ Stop supporting Python 2.6 for free] ( http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html ) (Nick Coghlan)
17
17
- [ Why Python 4.0 won't be like Python 3.0] ( http://www.curiousefficiency.org/posts/2014/08/python-4000.html ) (Nick Coghlan)
18
- - [ Python 3 for scientists] ( http ://python-3-for-scientists.readthedocs.io/en/latest/)
18
+ - [ Python 3 for scientists] ( https ://python-3-for-scientists.readthedocs.io/en/latest/)
19
19
- [ scikit-bio py3-only RFC] ( https://github.com/biocore/scikit-bio-rfcs/blob/master/accepted/002-py3-only.md )
Original file line number Diff line number Diff line change 9
9
< meta name ="keywords " content ="{{ site.keywords }} ">
10
10
< meta name ="description " content ="{{ site.description }} ">
11
11
< link rel ="stylesheet " href ="combo.css ">
12
- < link href ='//fonts.googleapis.com/css?family=Raleway:400,300,700 ' rel ='stylesheet ' type ='text/css '>
13
- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css ">
14
- < link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.css ">
15
- < script src ="//cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.js "> </ script >
12
+ < link href ='https: //fonts.googleapis.com/css?family=Raleway:400,300,700 ' rel ='stylesheet ' type ='text/css '>
13
+ < link rel ="stylesheet " href ="https: //netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css ">
14
+ < link rel ="stylesheet " href ="https: //cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.css ">
15
+ < script src ="https: //cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.js "> </ script >
16
16
{% if site.favicon %}< link rel ="shortcut icon " href ="{{ site.favicon }} " type ="image/x-icon "> {% endif %}
17
17
{% if site.touch_icon %}< link rel ="apple-touch-icon " href ="{{ site.touch_icon }} "> {% endif %}
18
18
</ head >
You can’t perform that action at this time.
0 commit comments