Skip to content

[Docathon] Fix docathon content issues#19444

Open
ozgecinko wants to merge 1 commit intopytorch:mainfrom
ozgecinko:doc-content-change
Open

[Docathon] Fix docathon content issues#19444
ozgecinko wants to merge 1 commit intopytorch:mainfrom
ozgecinko:doc-content-change

Conversation

@ozgecinko
Copy link
Copy Markdown

@ozgecinko ozgecinko commented May 10, 2026

Summary

Fixes #19258

Updated several documentation pages from the docathon issue:

  • Fixed empty wrapper pages for desktop Core ML, desktop MPS, and embedded Arm Ethos-U by pointing them to the correct backend overview docs.
  • Removed unnecessary single-entry Arm Ethos-U and Arm VGF tutorial index pages and linked directly to the Getting Started tutorials.
  • Fixed the empty Runtime subsection in the Arm VGF tutorial.
  • Expanded the Backend Dialect section in the Export IR specification with a short explanation and pointer to the detailed doc.
  • Clarified the API Life Cycle “How to Mark API State” table.
  • Fixed the quantize_ typo in XNNPACK quantization docs.
  • Updated Samsung Exynos navigation after Cadence and linked the Android Samsung wrapper to the real Samsung overview page.
  • Updated the Tools section Model Visualization link to point to visualize.md.

Test plan

  • Ran git diff --check.
  • Manually checked that old broken references and typos are no longer present with rg.
  • Ran a local Sphinx docs build:
LC_ALL=C python -m sphinx -b html docs/source /private/tmp/executorch-docs-html -W --keep-going

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell

@ozgecinko ozgecinko requested a review from mergennachin as a code owner May 10, 2026 19:58
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented May 10, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19444

Note: Links to docs will display an error until the docs builds have been completed.

⚠️ 11 Awaiting Approval

As of commit dd508a4 with merge base a49171d (image):

AWAITING APPROVAL - The following workflows need approval before CI can run:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla
Copy link
Copy Markdown

meta-cla Bot commented May 10, 2026

Hi @ozgecinko!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

@github-actions github-actions Bot added the module: arm Issues related to arm backend label May 10, 2026
@github-actions
Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@ozgecinko
Copy link
Copy Markdown
Author

@pytorchbot label "docathon-2026"

@meta-cla
Copy link
Copy Markdown

meta-cla Bot commented May 10, 2026

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. docathon-2026 module: arm Issues related to arm backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Content changes required in Doc page

1 participant