Fix backends toctree#16844
Conversation
Updates the toctree links to match the backend table links.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16844
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit e9abb72 with merge base 849b733 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
psiddh
left a comment
There was a problem hiding this comment.
Accepting it unblock. Once the doc build is done, lets verify all the links
b935e1e to
0d60246
Compare
There was a problem hiding this comment.
Pull request overview
Updates backend documentation navigation so the backend overview table and hidden toctree point to the same backend overview pages (using consistent relative paths).
Changes:
- Updated backend overview table links to use consistent relative paths to backend overview pages.
- Updated the hidden
toctreeinbackends-overview.mdto reference the same overview documents. - Removed a redundant hidden
toctreefrom the NXP dim-order page.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/source/backends/nxp/nxp-dim-order.md | Removes an extra hidden toctree from the page footer. |
| docs/source/backends-overview.md | Aligns backend table links and the hidden toctree to the same backend overview documents using relative paths. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --delegate --neutron_converter_flavor SDK_25_12 -m cifar10 \ | ||
| --use_channels_last_dim_order |
There was a problem hiding this comment.
The example command uses --neutron_converter_flavor SDK_25_12, but the surrounding text references MCUXpresso SDK 25.06. Since the docs elsewhere indicate the converter flavor should match the MCUXpresso SDK version, this is confusing—please align the SDK version mentioned in the text and the converter flavor used in the command (pick one version and use it consistently).
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Fixed in #16861 |
Summary
Update the toctree links to match the backend table links.