Skip to content

Commit 527e62f

Browse files
committed
Remove PyTorch 1.11 docs from google search indexing
Since we've released PyTorch 1.12 as the new stable version, this PR removes PyTorch 1.11 docs from google search indexing. I ran the following commands to do this: ``` ./scripts/add_noindex_tags.sh ./docs/1.11 ``` Test Plan: - wait for website preview - code reading (this PR is huge, so IDK if the changeset will actually load).
1 parent ec548ef commit 527e62f

File tree

1,935 files changed

+1935
-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.

1,935 files changed

+1935
-0
lines changed

docs/1.11/__config__.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta charset="utf-8">
910

1011
<meta name="viewport" content="width=device-width, initial-scale=1.0">

docs/1.11/_modules/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.11/_modules/torch.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.11/_modules/torch/__config__.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.11/_modules/torch/_jit_internal.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.11/_modules/torch/_lobpcg.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.11/_modules/torch/_lowrank.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.11/_modules/torch/_tensor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.11/_modules/torch/_tensor_str.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

docs/1.11/_modules/torch/ao/ns/_numeric_suite.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
8+
<meta name="robots" content="noindex">
89
<meta name="robots" content="noindex">
910
<meta charset="utf-8">
1011

0 commit comments

Comments
 (0)