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:
1515- [ How to add Python 3 support to your code] ( https://docs.python.org/3/howto/pyporting.html )
1616- [ Stop supporting Python 2.6 for free] ( http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html ) (Nick Coghlan)
1717- [ 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/)
1919- [ 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 99 < meta name ="keywords " content ="{{ site.keywords }} ">
1010 < meta name ="description " content ="{{ site.description }} ">
1111 < 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 >
1616 {% if site.favicon %}< link rel ="shortcut icon " href ="{{ site.favicon }} " type ="image/x-icon "> {% endif %}
1717 {% if site.touch_icon %}< link rel ="apple-touch-icon " href ="{{ site.touch_icon }} "> {% endif %}
1818</ head >
You can’t perform that action at this time.
0 commit comments