-
Notifications
You must be signed in to change notification settings - Fork 606
Cherrypick origin release 0.1 202310131648 #894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mergennachin
merged 15 commits into
release/0.1
from
cherrypick-origin-release-0.1-202310131648
Oct 13, 2023
Merged
Cherrypick origin release 0.1 202310131648 #894
mergennachin
merged 15 commits into
release/0.1
from
cherrypick-origin-release-0.1-202310131648
Oct 13, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary: Pull Request resolved: #870 seems like we want to be using longterm apis now D49972005 so updating docs to match such usage Reviewed By: kirklandsign Differential Revision: D50235705 fbshipit-source-id: c71b46fff333eac10e938cca922b6a32852d7b5c
Summary: Pull Request resolved: #873 Add the version dropdown to the layout html Reviewed By: dbort Differential Revision: D50238907 fbshipit-source-id: 6ffdacc8149d387275344973dd25643abc64c1d0
Summary: Pull Request resolved: #862 Currently everything is a .md block, which looks fine in html, but doesn't translate properly to .ipynb This diff fixes the rendering to work in both html and ipynb - Pushed code into code cells - Adding mocking sphinx-gallery/sphinx-gallery#941 to get around runtime code not being run in Notebook - Fixing inline code (.ipynb uses a different whitespace requirement than html sphinx) Reviewed By: tarun292 Differential Revision: D50209589 fbshipit-source-id: deb1c2a8b52edce1783f042e10aa51bad7dd2516
Summary: Pull Request resolved: #874 ipynb uses different requirements for spacing than html/sphinx This updates it to render properly Reviewed By: tarun292, angelayi Differential Revision: D50240561 fbshipit-source-id: a1aa6c1101b58b6239e1efda78ae34a61bc27ed1
Summary: Pull Request resolved: #882 Address issues on T166442606 1. Make sure all python code snippet and bash commands can run. 2. Modify some links a bit. Reviewed By: mcr229, shoumikhin Differential Revision: D50250157 fbshipit-source-id: 67cf996df0967d89f2f87c8ab6a2604bc829f546
Summary: Pull Request resolved: #883 It feels like this makes more sense to have in the getting started section as people will want to get setup with CMake early on. Reviewed By: larryliu0820, cccclai Differential Revision: D50250770 fbshipit-source-id: ef4691a0396c4aa0ce0ff503080af00d23b7bcbd
Summary: Pull Request resolved: #890 Makde some nit changes and update core opset section. Reviewed By: mergennachin Differential Revision: D50249026 fbshipit-source-id: ab97c217544e044897870302521cf9ef8569f003
Summary: Pull Request resolved: #884 Add some more concepts Reviewed By: mergennachin Differential Revision: D50250661 fbshipit-source-id: b94643c8878934e1d2435d77033fe9df34db1597
✅ Deploy Preview for resplendent-gnome-14e531 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I will just wait then |
#895 is in. I'll extend this PR with the most recent commits. |
Summary: Pull Request resolved: #869 As titled Reviewed By: svekars Differential Revision: D50232933 fbshipit-source-id: 9ece7bc65589ae0ece7ed06cc5240d8f8d6e4f81
…ild-and-cross-compilation (#895) Summary: Pull Request resolved: #895 There are a bunch of files that are dependent on linking to runtime-build-and-cross-compilation so renaming it back. D50250770 was the original rename. Reviewed By: dbort Differential Revision: D50272497 fbshipit-source-id: 8c87dafd61ae36c9cddf2ca2a7f76c9f0dc8020f
Summary: Pull Request resolved: #893 intro-overview improvement, since this is the first page users would see. Reviewed By: mergennachin Differential Revision: D50241879 fbshipit-source-id: 14cec4edb8342d3eb75608a7760748bed9be6be4
Summary: Pull Request resolved: #898 Reviewed By: iseeyuan Differential Revision: D50274388 fbshipit-source-id: 100af57af9b4fb563242d82b8178438757baaa22
Summary: Pull Request resolved: #899 Reviewed By: svekars Differential Revision: D50275018 fbshipit-source-id: 1dfe3b9a8a31eba51a04c82c1aecf99a03509710
Summary: Pull Request resolved: #900 - Fix links. Links are pretty much all wrong in this tutorial and some are failed links - rephrase Reviewed By: JacobSzwejbka Differential Revision: D50272977 fbshipit-source-id: 5f4d68dca0a6fa6022cc3e01a6ab3c2b809841b1
Summary: Pull Request resolved: #902 title Reviewed By: larryliu0820 Differential Revision: D50277351 fbshipit-source-id: cb6bf9f01831a21ceabf09b60bfaba3c180721f5
For the record, I updated this by running:
|
dbort
approved these changes
Oct 13, 2023
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(base) mnachin@mnachin-mba executorch % python3 build/pick_doc_commits.py --release=origin/release/0.1
Remaining 'origin/main' commits that touch only documentation files; will be
cherry-picked into 'origin/release/0.1':
Cherry pick by running the commands:
Then, push cherrypick-origin-release-0.1-202310131648 to GitHub:
When creating the PR, remember to set the 'into' branch to be 'release/0.1'.