diff --git a/The-Ultimate-Guide-to-PyTorch-Contributions.md b/The-Ultimate-Guide-to-PyTorch-Contributions.md index 022a30a..f4cb01f 100644 --- a/The-Ultimate-Guide-to-PyTorch-Contributions.md +++ b/The-Ultimate-Guide-to-PyTorch-Contributions.md @@ -77,6 +77,7 @@ Here are some resources for developing PyTorch docs: - [Building the docs](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#building-documentation) - [Previewing changes to docs](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#previewing-documentation-on-prs) - [Testing docs](https://github.com/pytorch/pytorch/blob/main/CONTRIBUTING.md#adding-documentation-tests) +- [Docstring Guidelines](https://github.com/pytorch/pytorch/wiki/Docstring-Guidelines) -----