[Docathon] Convert tensor_view.rst to MyST Markdown#182620
[Docathon] Convert tensor_view.rst to MyST Markdown#182620praneethhere wants to merge 2 commits into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/182620
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 7a45220 with merge base dcf14ce ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
|
@pytorchbot label "topic: not user facing" |
|
Claude finished @svekars's task in 1m 25s —— View job Reviewing PR #182620
Review SummaryThis is a clean and correct RST-to-MyST conversion. The PR properly:
No issues found. The conversion is faithful to the original content and follows MyST Markdown conventions correctly. LGTM! ✓ |
| @@ -159,4 +159,5 @@ | |||
| "user_guide/torch_compiler/compile/" | |||
| "programming_model.where_to_apply_compile.html" | |||
| ), | |||
| "tensor_view": "tensor_view.html", | |||
There was a problem hiding this comment.
this is not needed - ignore the link check failure
| "tensor_view": "tensor_view.html", |
There was a problem hiding this comment.
Thanks, removed redirect entry and pushed the update
d742e89 to
7a45220
Compare
|
@pytorchbot merge -f "Docs only change" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes pytorch#182509 Converts `docs/source/tensor_view.rst` to MyST Markdown as part of the PyTorch Docathon rST-to-MyST migration Changes: - Renamed `tensor_view.rst` to `tensor_view.md` using `git mv` - Kept the pure rename as a separate first commit to preserve history - Converted the page anchor, heading, code blocks, note block, links, and Sphinx roles to MyST Markdown syntax - Kept the rendered documentation content equivalent to the original page Validation: - `lintrunner -m main` Note: The first commit is a pure rename-only commit showing `docs/source/tensor_view.rst` renamed to `docs/source/tensor_view.md` without content changes Pull Request resolved: pytorch#182620 Approved by: https://github.com/svekars
Fixes pytorch#182509 Converts `docs/source/tensor_view.rst` to MyST Markdown as part of the PyTorch Docathon rST-to-MyST migration Changes: - Renamed `tensor_view.rst` to `tensor_view.md` using `git mv` - Kept the pure rename as a separate first commit to preserve history - Converted the page anchor, heading, code blocks, note block, links, and Sphinx roles to MyST Markdown syntax - Kept the rendered documentation content equivalent to the original page Validation: - `lintrunner -m main` Note: The first commit is a pure rename-only commit showing `docs/source/tensor_view.rst` renamed to `docs/source/tensor_view.md` without content changes Pull Request resolved: pytorch#182620 Approved by: https://github.com/svekars
Fixes #182509
Converts
docs/source/tensor_view.rstto MyST Markdown as part of the PyTorch Docathon rST-to-MyST migrationChanges:
tensor_view.rsttotensor_view.mdusinggit mvValidation:
lintrunner -m mainNote:
The first commit is a pure rename-only commit showing
docs/source/tensor_view.rstrenamed todocs/source/tensor_view.mdwithout content changescc @svekars @sekyondaMeta @AlannaBurke