-
Notifications
You must be signed in to change notification settings - Fork 306
move 1.10.2 docs to 1.10 #921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
👷 Deploy Preview for pytorch-dot-org-preview processing. 🔨 Explore the source changes: 4e6ce3b 🔍 Inspect the deploy log: https://app.netlify.com/sites/pytorch-dot-org-preview/deploys/61f574513dc92100079f6fcf |
@mattip Matti, it looks like we're missing the GA block:
|
Done via the sed script in #871 |
facebook-github-bot
pushed a commit
to pytorch/pytorch
that referenced
this pull request
Feb 1, 2022
Summary: brianjo, malfet The documentation team would prefer the [documentation versions] to only have a major.minor version, not major.minor.patch. See also pytorch/pytorch.github.io#921 The regex can be tested by this bash 1-liner (where $tag is something like `v10.1225.0rc1`) ``` echo $tag | sed -e 's/v*\([0-9]*\.[0-9]*\).*/\1/' ``` I have lost track a bit, is the CI run for a tag actually building and pushing documentation? Pull Request resolved: #71985 Reviewed By: mrshenli Differential Revision: D33845882 Pulled By: malfet fbshipit-source-id: 3cb644d8b01f5ddf87c0ac7c43e23e9fd292d660
pytorchmergebot
pushed a commit
to pytorch/pytorch
that referenced
this pull request
Feb 1, 2022
Summary: brianjo, malfet The documentation team would prefer the [documentation versions] to only have a major.minor version, not major.minor.patch. See also pytorch/pytorch.github.io#921 The regex can be tested by this bash 1-liner (where $tag is something like `v10.1225.0rc1`) ``` echo $tag | sed -e 's/v*\([0-9]*\.[0-9]*\).*/\1/' ``` I have lost track a bit, is the CI run for a tag actually building and pushing documentation? Pull Request resolved: #71985 Reviewed By: mrshenli Differential Revision: D33845882 Pulled By: malfet fbshipit-source-id: 3cb644d8b01f5ddf87c0ac7c43e23e9fd292d660 (cherry picked from commit f884bd8)
cyyever
pushed a commit
to cyyever/pytorch_private
that referenced
this pull request
Feb 3, 2022
Summary: brianjo, malfet The documentation team would prefer the [documentation versions] to only have a major.minor version, not major.minor.patch. See also pytorch/pytorch.github.io#921 The regex can be tested by this bash 1-liner (where $tag is something like `v10.1225.0rc1`) ``` echo $tag | sed -e 's/v*\([0-9]*\.[0-9]*\).*/\1/' ``` I have lost track a bit, is the CI run for a tag actually building and pushing documentation? Pull Request resolved: pytorch/pytorch#71985 Reviewed By: mrshenli Differential Revision: D33845882 Pulled By: malfet fbshipit-source-id: 3cb644d8b01f5ddf87c0ac7c43e23e9fd292d660 (cherry picked from commit f884bd8)
cyyever
pushed a commit
to cyyever/pytorch_private
that referenced
this pull request
Feb 3, 2022
Summary: brianjo, malfet The documentation team would prefer the [documentation versions] to only have a major.minor version, not major.minor.patch. See also pytorch/pytorch.github.io#921 The regex can be tested by this bash 1-liner (where $tag is something like `v10.1225.0rc1`) ``` echo $tag | sed -e 's/v*\([0-9]*\.[0-9]*\).*/\1/' ``` I have lost track a bit, is the CI run for a tag actually building and pushing documentation? Pull Request resolved: pytorch/pytorch#71985 Reviewed By: mrshenli Differential Revision: D33845882 Pulled By: malfet fbshipit-source-id: 3cb644d8b01f5ddf87c0ac7c43e23e9fd292d660 (cherry picked from commit f884bd8)
cyyever
pushed a commit
to cyyever/pytorch_private
that referenced
this pull request
Feb 9, 2022
Summary: brianjo, malfet The documentation team would prefer the [documentation versions] to only have a major.minor version, not major.minor.patch. See also pytorch/pytorch.github.io#921 The regex can be tested by this bash 1-liner (where $tag is something like `v10.1225.0rc1`) ``` echo $tag | sed -e 's/v*\([0-9]*\.[0-9]*\).*/\1/' ``` I have lost track a bit, is the CI run for a tag actually building and pushing documentation? Pull Request resolved: pytorch/pytorch#71985 Reviewed By: mrshenli Differential Revision: D33845882 Pulled By: malfet fbshipit-source-id: 3cb644d8b01f5ddf87c0ac7c43e23e9fd292d660 (cherry picked from commit f884bd8)
cyyever
pushed a commit
to cyyever/pytorch_private
that referenced
this pull request
Feb 9, 2022
Summary: brianjo, malfet The documentation team would prefer the [documentation versions] to only have a major.minor version, not major.minor.patch. See also pytorch/pytorch.github.io#921 The regex can be tested by this bash 1-liner (where $tag is something like `v10.1225.0rc1`) ``` echo $tag | sed -e 's/v*\([0-9]*\.[0-9]*\).*/\1/' ``` I have lost track a bit, is the CI run for a tag actually building and pushing documentation? Pull Request resolved: pytorch/pytorch#71985 Reviewed By: mrshenli Differential Revision: D33845882 Pulled By: malfet fbshipit-source-id: 3cb644d8b01f5ddf87c0ac7c43e23e9fd292d660 (cherry picked from commit f884bd8)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #917
<title>
to "PyTorch 1.10 Documentation"<div class="version">
to "1.10 "@brianjo
The
<link rel="canonical" ...>
header does not require changing. They all point to "stable".