Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcafc7e7

Browse files
author
Thomas Grainger
committed
enable https on all the URLs that can be
1 parent6025bc5 commitcafc7e7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎_sections/50-why.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

‎index.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<metaname="keywords"content="{{ site.keywords }}">
1010
<metaname="description"content="{{ site.description }}">
1111
<linkrel="stylesheet"href="combo.css">
12-
<linkhref='//fonts.googleapis.com/css?family=Raleway:400,300,700'rel='stylesheet'type='text/css'>
13-
<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
14-
<linkrel="stylesheet"href="//cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.css">
15-
<scriptsrc="//cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.js"></script>
12+
<linkhref='https://fonts.googleapis.com/css?family=Raleway:400,300,700'rel='stylesheet'type='text/css'>
13+
<linkrel="stylesheet"href="https://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
14+
<linkrel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.css">
15+
<scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.js"></script>
1616
{% if site.favicon %}<linkrel="shortcut icon"href="{{ site.favicon }}"type="image/x-icon">{% endif %}
1717
{% if site.touch_icon %}<linkrel="apple-touch-icon"href="{{ site.touch_icon }}">{% endif %}
1818
</head>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp