From b1729d8bbe6e18bcaeb4586c04426280ff91d137 Mon Sep 17 00:00:00 2001 From: Thiago Crepaldi Date: Tue, 5 Sep 2023 20:17:51 +0000 Subject: [PATCH] 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 --- CONTRIBUTING.md | 2 +- docs/source/quantization.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80311a17c99..060c7229034 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -562,7 +562,7 @@ rsync -az me@my_machine:/path/to/pytorch/docs/cpp/build/html cpp/build ### Previewing documentation on PRs -PyTorch will host documentation previews at `https://docs-preview.pytorch.org//` once the +PyTorch will host documentation previews at `https://docs-preview.pytorch.org/pytorch/pytorch//index.html` once the `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. diff --git a/docs/source/quantization.rst b/docs/source/quantization.rst index 30a73ba6d88..db76558b5c3 100644 --- a/docs/source/quantization.rst +++ b/docs/source/quantization.rst @@ -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 -Please take a look at `Limitations of Symbolic Tracing `_ and use - `User Guide on Using FX Graph Mode Quantization `_ to workaround the problem. +Please take a look at `Limitations of Symbolic Tracing `_ and use - `User Guide on Using FX Graph Mode Quantization `_ to workaround the problem. .. torch.ao is missing documentation. Since part of it is mentioned here, adding them here for now.