Skip to content

Commit 36520a6

Browse files
committed
Merge remote-tracking branch 'shiftlab-fork/master' into site
2 parents 0f640b7 + f0665f0 commit 36520a6

File tree

179 files changed

+10331
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+10331
-0
lines changed

.circleci/config.yml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/ruby:2.5.1-node
6+
branches:
7+
only:
8+
- master
9+
steps:
10+
- checkout
11+
12+
- restore_cache:
13+
keys:
14+
- pytorch-gem-cache-{{ checksum "Gemfile.lock" }}
15+
- pytorch-gem-cache-
16+
17+
- run:
18+
name: Bundle Install
19+
command: bundle install --path vendor/bundle
20+
21+
- save_cache:
22+
key: pytorch-gem-cache-{{ checksum "Gemfile.lock" }}
23+
paths:
24+
- vendor/bundle
25+
26+
- restore_cache:
27+
keys:
28+
- pytorch-yarn-{{ checksum "yarn.lock" }}
29+
- pytorch-yarn-
30+
31+
- run:
32+
name: Yarn Install
33+
command: yarn install --cache-folder ~/.cache/yarn
34+
35+
- save_cache:
36+
key: pytorch-yarn-{{ checksum "yarn.lock" }}
37+
paths:
38+
- ~/.cache/yarn
39+
40+
- run:
41+
name: Build Jekyll site and push to gh-pages
42+
command: ./scripts/deploy-ghpages.sh build

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
node_modules
3+
yarn-error.log
4+
vendor
5+
.bundle
6+
.sass_cache
7+
_site

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9.8.0

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.5.1

404.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Oops!
3+
id: 404
4+
permalink: /404.html
5+
layout: general
6+
---
7+
8+
<!DOCTYPE html>
9+
<html>
10+
<body>
11+
<img src="{{ site.baseurl }}/assets/images/404_sign.png" />
12+
13+
<h1>Oops!</h1>
14+
15+
<h4>You've reached a dead end.</h4>
16+
17+
<h4>
18+
If you feel like something should be here, you can <a href="https://github.com/pytorch/pytorch.github.io/issues">open an issue</a> on GitHub.
19+
</h4>
20+
21+
<h4>
22+
Click <a href="/">here</a> to go back to the main page.
23+
</h4>
24+
</body>
25+
</html>

Gemfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source "https://rubygems.org"
2+
ruby "2.5.1"
3+
4+
group :jekyll_plugins do
5+
gem "github-pages"
6+
gem "jekyll-paginate-v2"
7+
gem 'jekyll-autoprefixer'
8+
end

Gemfile.lock

+259
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,259 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.10)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
autoprefixer-rails (6.3.7)
12+
execjs
13+
coffee-script (2.4.1)
14+
coffee-script-source
15+
execjs
16+
coffee-script-source (1.11.1)
17+
colorator (1.1.0)
18+
commonmarker (0.17.9)
19+
ruby-enum (~> 0.5)
20+
concurrent-ruby (1.0.5)
21+
dnsruby (1.61.2)
22+
addressable (~> 2.5)
23+
em-websocket (0.5.1)
24+
eventmachine (>= 0.12.9)
25+
http_parser.rb (~> 0.6.0)
26+
ethon (0.11.0)
27+
ffi (>= 1.3.0)
28+
eventmachine (1.2.7)
29+
execjs (2.7.0)
30+
faraday (0.15.2)
31+
multipart-post (>= 1.2, < 3)
32+
ffi (1.9.25)
33+
forwardable-extended (2.6.0)
34+
gemoji (3.0.0)
35+
github-pages (188)
36+
activesupport (= 4.2.10)
37+
github-pages-health-check (= 1.8.1)
38+
jekyll (= 3.7.3)
39+
jekyll-avatar (= 0.6.0)
40+
jekyll-coffeescript (= 1.1.1)
41+
jekyll-commonmark-ghpages (= 0.1.5)
42+
jekyll-default-layout (= 0.1.4)
43+
jekyll-feed (= 0.10.0)
44+
jekyll-gist (= 1.5.0)
45+
jekyll-github-metadata (= 2.9.4)
46+
jekyll-mentions (= 1.4.0)
47+
jekyll-optional-front-matter (= 0.3.0)
48+
jekyll-paginate (= 1.1.0)
49+
jekyll-readme-index (= 0.2.0)
50+
jekyll-redirect-from (= 0.14.0)
51+
jekyll-relative-links (= 0.5.3)
52+
jekyll-remote-theme (= 0.3.1)
53+
jekyll-sass-converter (= 1.5.2)
54+
jekyll-seo-tag (= 2.5.0)
55+
jekyll-sitemap (= 1.2.0)
56+
jekyll-swiss (= 0.4.0)
57+
jekyll-theme-architect (= 0.1.1)
58+
jekyll-theme-cayman (= 0.1.1)
59+
jekyll-theme-dinky (= 0.1.1)
60+
jekyll-theme-hacker (= 0.1.1)
61+
jekyll-theme-leap-day (= 0.1.1)
62+
jekyll-theme-merlot (= 0.1.1)
63+
jekyll-theme-midnight (= 0.1.1)
64+
jekyll-theme-minimal (= 0.1.1)
65+
jekyll-theme-modernist (= 0.1.1)
66+
jekyll-theme-primer (= 0.5.3)
67+
jekyll-theme-slate (= 0.1.1)
68+
jekyll-theme-tactile (= 0.1.1)
69+
jekyll-theme-time-machine (= 0.1.1)
70+
jekyll-titles-from-headings (= 0.5.1)
71+
jemoji (= 0.10.0)
72+
kramdown (= 1.16.2)
73+
liquid (= 4.0.0)
74+
listen (= 3.1.5)
75+
mercenary (~> 0.3)
76+
minima (= 2.5.0)
77+
nokogiri (>= 1.8.2, < 2.0)
78+
rouge (= 2.2.1)
79+
terminal-table (~> 1.4)
80+
github-pages-health-check (1.8.1)
81+
addressable (~> 2.3)
82+
dnsruby (~> 1.60)
83+
octokit (~> 4.0)
84+
public_suffix (~> 2.0)
85+
typhoeus (~> 1.3)
86+
html-pipeline (2.8.4)
87+
activesupport (>= 2)
88+
nokogiri (>= 1.4)
89+
http_parser.rb (0.6.0)
90+
i18n (0.9.5)
91+
concurrent-ruby (~> 1.0)
92+
jekyll (3.7.3)
93+
addressable (~> 2.4)
94+
colorator (~> 1.0)
95+
em-websocket (~> 0.5)
96+
i18n (~> 0.7)
97+
jekyll-sass-converter (~> 1.0)
98+
jekyll-watch (~> 2.0)
99+
kramdown (~> 1.14)
100+
liquid (~> 4.0)
101+
mercenary (~> 0.3.3)
102+
pathutil (~> 0.9)
103+
rouge (>= 1.7, < 4)
104+
safe_yaml (~> 1.0)
105+
jekyll-autoprefixer (1.0.1)
106+
autoprefixer-rails (~> 6.3.6)
107+
jekyll-avatar (0.6.0)
108+
jekyll (~> 3.0)
109+
jekyll-coffeescript (1.1.1)
110+
coffee-script (~> 2.2)
111+
coffee-script-source (~> 1.11.1)
112+
jekyll-commonmark (1.2.0)
113+
commonmarker (~> 0.14)
114+
jekyll (>= 3.0, < 4.0)
115+
jekyll-commonmark-ghpages (0.1.5)
116+
commonmarker (~> 0.17.6)
117+
jekyll-commonmark (~> 1)
118+
rouge (~> 2)
119+
jekyll-default-layout (0.1.4)
120+
jekyll (~> 3.0)
121+
jekyll-feed (0.10.0)
122+
jekyll (~> 3.3)
123+
jekyll-gist (1.5.0)
124+
octokit (~> 4.2)
125+
jekyll-github-metadata (2.9.4)
126+
jekyll (~> 3.1)
127+
octokit (~> 4.0, != 4.4.0)
128+
jekyll-mentions (1.4.0)
129+
html-pipeline (~> 2.3)
130+
jekyll (~> 3.0)
131+
jekyll-optional-front-matter (0.3.0)
132+
jekyll (~> 3.0)
133+
jekyll-paginate (1.1.0)
134+
jekyll-paginate-v2 (1.9.4)
135+
jekyll (~> 3.0)
136+
jekyll-readme-index (0.2.0)
137+
jekyll (~> 3.0)
138+
jekyll-redirect-from (0.14.0)
139+
jekyll (~> 3.3)
140+
jekyll-relative-links (0.5.3)
141+
jekyll (~> 3.3)
142+
jekyll-remote-theme (0.3.1)
143+
jekyll (~> 3.5)
144+
rubyzip (>= 1.2.1, < 3.0)
145+
jekyll-sass-converter (1.5.2)
146+
sass (~> 3.4)
147+
jekyll-seo-tag (2.5.0)
148+
jekyll (~> 3.3)
149+
jekyll-sitemap (1.2.0)
150+
jekyll (~> 3.3)
151+
jekyll-swiss (0.4.0)
152+
jekyll-theme-architect (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-cayman (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-dinky (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-hacker (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-leap-day (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-merlot (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-midnight (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-minimal (0.1.1)
174+
jekyll (~> 3.5)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-modernist (0.1.1)
177+
jekyll (~> 3.5)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-primer (0.5.3)
180+
jekyll (~> 3.5)
181+
jekyll-github-metadata (~> 2.9)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-slate (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-tactile (0.1.1)
187+
jekyll (~> 3.5)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-time-machine (0.1.1)
190+
jekyll (~> 3.5)
191+
jekyll-seo-tag (~> 2.0)
192+
jekyll-titles-from-headings (0.5.1)
193+
jekyll (~> 3.3)
194+
jekyll-watch (2.0.0)
195+
listen (~> 3.0)
196+
jemoji (0.10.0)
197+
gemoji (~> 3.0)
198+
html-pipeline (~> 2.2)
199+
jekyll (~> 3.0)
200+
kramdown (1.16.2)
201+
liquid (4.0.0)
202+
listen (3.1.5)
203+
rb-fsevent (~> 0.9, >= 0.9.4)
204+
rb-inotify (~> 0.9, >= 0.9.7)
205+
ruby_dep (~> 1.2)
206+
mercenary (0.3.6)
207+
mini_portile2 (2.3.0)
208+
minima (2.5.0)
209+
jekyll (~> 3.5)
210+
jekyll-feed (~> 0.9)
211+
jekyll-seo-tag (~> 2.1)
212+
minitest (5.11.3)
213+
multipart-post (2.0.0)
214+
nokogiri (1.8.4)
215+
mini_portile2 (~> 2.3.0)
216+
octokit (4.9.0)
217+
sawyer (~> 0.8.0, >= 0.5.3)
218+
pathutil (0.16.1)
219+
forwardable-extended (~> 2.6)
220+
public_suffix (2.0.5)
221+
rb-fsevent (0.10.3)
222+
rb-inotify (0.9.10)
223+
ffi (>= 0.5.0, < 2)
224+
rouge (2.2.1)
225+
ruby-enum (0.7.2)
226+
i18n
227+
ruby_dep (1.5.0)
228+
rubyzip (1.2.1)
229+
safe_yaml (1.0.4)
230+
sass (3.5.7)
231+
sass-listen (~> 4.0.0)
232+
sass-listen (4.0.0)
233+
rb-fsevent (~> 0.9, >= 0.9.4)
234+
rb-inotify (~> 0.9, >= 0.9.7)
235+
sawyer (0.8.1)
236+
addressable (>= 2.3.5, < 2.6)
237+
faraday (~> 0.8, < 1.0)
238+
terminal-table (1.8.0)
239+
unicode-display_width (~> 1.1, >= 1.1.1)
240+
thread_safe (0.3.6)
241+
typhoeus (1.3.0)
242+
ethon (>= 0.9.0)
243+
tzinfo (1.2.5)
244+
thread_safe (~> 0.1)
245+
unicode-display_width (1.4.0)
246+
247+
PLATFORMS
248+
ruby
249+
250+
DEPENDENCIES
251+
github-pages
252+
jekyll-autoprefixer
253+
jekyll-paginate-v2
254+
255+
RUBY VERSION
256+
ruby 2.5.1p57
257+
258+
BUNDLED WITH
259+
1.16.3

0 commit comments

Comments
 (0)