Commit 12c50ce
committed
Remove PyTorch 1.10 docs from google search indexing
Since we've released PyTorch 1.11 as the new stable version, this PR
removes PyTorch 1.10 docs from google search indexing.
I don't know why we have {1.10, 1.10.0, 1.10.1} docs (I would have
expected 1.10.0 and 1.10.1?) but this PR removes all three of those from
google search indexing.
I ran the following three commands to do this:
```
./scripts/add_noindex_tags.sh ./docs/1.10
./scripts/add_noindex_tags.sh ./docs/1.10.0
./scripts/add_noindex_tags.sh ./docs/1.10.1
```
Test Plan:
- wait for website preview
- code reading (this PR is huge, so IDK if the changeset will actually
load).1 parent 495962a commit 12c50ce
File tree
5,181 files changed
+5181
-0
lines changed- docs
- 1.10.0
- _modules
- torch
- ao/quantization
- autograd
- backends
- cuda
- amp
- distributed
- algorithms
- ddp_comm_hooks
- elastic
- agent/server
- events
- metrics
- multiprocessing
- errors
- rendezvous
- timer
- nn/api
- optim
- pipeline/sync
- skip
- rpc
- distributions
- fx
- jit
- multiprocessing
- nn
- intrinsic
- modules
- qat/modules
- quantized/modules
- modules
- parallel
- qat/modules
- quantized
- dynamic/modules
- modules
- utils
- optim
- package
- profiler
- testing
- utils
- benchmark/utils
- valgrind_wrapper
- data
- _utils
- tensorboard
- community
- elastic
- generated
- notes
- rpc
- 1.10.1
- _modules
- torch
- ao/quantization
- autograd
- backends
- cuda
- amp
- distributed
- algorithms
- ddp_comm_hooks
- elastic
- agent/server
- events
- metrics
- multiprocessing
- errors
- rendezvous
- timer
- nn/api
- optim
- pipeline/sync
- skip
- rpc
- distributions
- fx
- jit
- multiprocessing
- nn
- intrinsic
- modules
- qat/modules
- quantized/modules
- modules
- parallel
- qat/modules
- quantized
- dynamic/modules
- modules
- utils
- optim
- package
- profiler
- testing
- utils
- benchmark/utils
- valgrind_wrapper
- data
- _utils
- tensorboard
- community
- elastic
- generated
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
5,181 files changed
+5181
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments