-
-
Notifications
You must be signed in to change notification settings - Fork 692
Recheck and udpate link in docstring to pytorch classes #1264
Copy link
Copy link
Closed
Description
🚀 Feature
PyTorch's new documentation changed the links to the classes and for example previously correct link :
- https://pytorch.org/docs/stable/nn.html#torch.nn.parallel.DistributedDataParallel
becomes now - https://pytorch.org/docs/stable/generated/torch.nn.parallel.DistributedDataParallel.html
This issue is about to recheck all our docstring links to https://pytorch.org/docs and update them accordingly.
See this guidelines on how to generate the docs locally.
For Hacktoberfest contributors, feel free to ask questions for details if any and say that you would like to tackle the issue.
Please, take a look at CONTRIBUTING guide.
Reactions are currently unavailable