Fix doc preview page url at CONTRIBUTING.md (#108580)

The URL for previewing documentation directly on PR has changed and CONTRIBUTING.md got outdated. There is also a minor fix to a non-existent document URL

Pull Request resolved: https://github.com/pytorch/pytorch/pull/108580
Approved by: https://github.com/svekars, https://github.com/kit1980
This commit is contained in:
Thiago Crepaldi 2023-09-05 20:17:51 +00:00 committed by PyTorch MergeBot
parent fac7a1f730
commit b1729d8bbe
2 changed files with 2 additions and 2 deletions

View File

@ -562,7 +562,7 @@ rsync -az me@my_machine:/path/to/pytorch/docs/cpp/build/html cpp/build
### Previewing documentation on PRs ### Previewing documentation on PRs
PyTorch will host documentation previews at `https://docs-preview.pytorch.org/<pr number>/` once the PyTorch will host documentation previews at `https://docs-preview.pytorch.org/pytorch/pytorch/<pr number>/index.html` once the
`pytorch_python_doc_build` GitHub Actions job has completed on your PR. You can visit that page directly `pytorch_python_doc_build` GitHub Actions job has completed on your PR. You can visit that page directly
or find its link in the automated Dr. CI comment on your PR. or find its link in the automated Dr. CI comment on your PR.

View File

@ -1160,7 +1160,7 @@ Symbolic traceability is a requirement for `(Prototype) FX Graph Mode Quantizati
torch.fx.proxy.TraceError: symbolically traced variables cannot be used as inputs to control flow torch.fx.proxy.TraceError: symbolically traced variables cannot be used as inputs to control flow
Please take a look at `Limitations of Symbolic Tracing <https://docs-preview.pytorch.org/76223/fx.html#limitations-of-symbolic-tracing>`_ and use - `User Guide on Using FX Graph Mode Quantization <https://pytorch.org/tutorials/prototype/fx_graph_mode_quant_guide.html>`_ to workaround the problem. Please take a look at `Limitations of Symbolic Tracing <https://pytorch.org/docs/2.0/fx.html#limitations-of-symbolic-tracing>`_ and use - `User Guide on Using FX Graph Mode Quantization <https://pytorch.org/tutorials/prototype/fx_graph_mode_quant_guide.html>`_ to workaround the problem.
.. torch.ao is missing documentation. Since part of it is mentioned here, adding them here for now. .. torch.ao is missing documentation. Since part of it is mentioned here, adding them here for now.