Update _torch_docs.py#51212
Conversation
Fix `torch.linalg.qr` reference where it's desired to render fully-qualified name into docs.
|
Hi @bskinn! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
💊 CI failures summary and remediationsAs of commit 6bbc6bd (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #51212 +/- ##
=======================================
Coverage 80.88% 80.88%
=======================================
Files 1931 1931
Lines 210560 210560
=======================================
Hits 170312 170312
Misses 40248 40248 |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@ailzhang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Fix `torch.linalg.qr` reference where it's desired to render fully-qualified name into docs. Suggested fix for https://github.com/pytorch/pytorch/pull/47764/files#r565368195 Pull Request resolved: pytorch#51212 Reviewed By: ezyang Differential Revision: D26142496 Pulled By: ailzhang fbshipit-source-id: 052b2085099baa372e3b515b403f25d23cf50785
Fix
torch.linalg.qrreference where it's desired to render fully-qualified name into docs.Suggested fix for https://github.com/pytorch/pytorch/pull/47764/files#r565368195