Add scripts to check xrefs and urls (#151844)

Traverses the docs and code to find any broken links
Pull Request resolved: https://github.com/pytorch/pytorch/pull/151844
Approved by: https://github.com/huydhn
This commit is contained in:
Anthony Shoumikhin
2025-04-28 09:30:03 +00:00
committed by PyTorch MergeBot
parent 7e8b9b3f51
commit 7cae7902a2
9 changed files with 160 additions and 6 deletions

View File

@ -498,7 +498,7 @@ def lobpcg(
[DuerschEtal2018] Jed A. Duersch, Meiyue Shao, Chao Yang, Ming
Gu. (2018) A Robust and Efficient Implementation of LOBPCG.
SIAM J. Sci. Comput., 40(5), C655-C676. (22 pages)
https://epubs.siam.org/doi/abs/10.1137/17M1129830
https://arxiv.org/abs/1704.07458
"""