-
Notifications
You must be signed in to change notification settings - Fork 24.8k
[ONNX] Update onnx.md to simplify deprecated entities #159312
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
Conversation
Simplify documentation of deprecated entities and remove the auto-generated page for JitScalarType
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/159312
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit fbe9b63 with merge base 59e261b ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR simplifies the documentation structure for deprecated ONNX entities by removing auto-generated documentation and streamlining the layout. The changes focus on making the deprecated API section more concise while maintaining necessary documentation.
- Moved the hidden toctree to the top of the file for better organization
- Simplified JitScalarType documentation from auto-generated summary to direct autoclass
- Removed unnecessary comments and cleaned up the documentation structure
@pytorchbot merge -i |
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 3 checks: pull / linux-jammy-cpu-py3.10-gcc11-bazel-test / build-and-test (default, 1, 1, linux.4xlarge), pull / linux-jammy-py3_9-clang9-xla / test (xla, 1, 1, linux.12xlarge, unstable), trunk / macos-py3-arm64 / build Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
The merge job was canceled or timed out. This most often happen if two merge requests were issued for the same PR, or if merge job was waiting for more than 6 hours for tests to finish. In later case, please do not hesitate to reissue the merge command |
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 1 checks: pull / linux-jammy-py3_9-clang9-xla / test (xla, 1, 1, linux.12xlarge, unstable) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Simplify documentation of deprecated entities and remove the auto-generated page for JitScalarType Pull Request resolved: #159312 Approved by: https://github.com/titaiwangms
Simplify documentation of deprecated entities and remove the auto-generated page for JitScalarType