Skip to content

Commit e7db53b

Browse files
authored
Merge pull request pytorch#20 from zou3519/stable-master
Create stable docs on website
2 parents 7a3b06c + 12d51de commit e7db53b

File tree

218 files changed

+211
-235
lines changed

Some content is hidden

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

218 files changed

+211
-235
lines changed

docs/tensors.html renamed to _layouts/redirect.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="en-US">
33
<head>
44
<meta charset="UTF-8">
5-
<meta http-equiv="refresh" content="1; url=master/tensors.html">
5+
<meta http-equiv="refresh" content="1; url={{ page.redirect_url }}">
66
<script type="text/javascript">
7-
window.location.href = "master/tensors.html"
7+
window.location.href = "{{ page.redirect_url }}"
88
</script>
99
<title>Page Redirection</title>
1010
</head>
1111
<body>
12-
If you are not redirected automatically, follow this <a href='master/tensors.html'>link to the latest documentation</a>.
12+
If you are not redirected automatically, follow this <a href='{{ page.redirect_url }}'>link to the latest documentation</a>.
1313
<br />
1414
If you want to view documentation for a particular version, follow this <a href='versions.html'>link</a>.
1515
</body>

docs/0.3.1/autograd.md

Lines changed: 5 additions & 0 deletions

docs/0.3.1/cuda.md

Lines changed: 5 additions & 0 deletions

docs/0.3.1/data.md

Lines changed: 5 additions & 0 deletions

docs/0.3.1/distributed.md

Lines changed: 5 additions & 0 deletions

docs/0.3.1/distributions.md

Lines changed: 5 additions & 0 deletions

docs/0.3.1/ffi.md

Lines changed: 5 additions & 0 deletions

docs/0.3.1/genindex.md

Lines changed: 5 additions & 0 deletions

docs/0.3.1/index.md

Lines changed: 5 additions & 0 deletions

docs/0.3.1/legacy.md

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)