-
Notifications
You must be signed in to change notification settings - Fork 437
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
Guides as notebooks #2945
base: develop
Are you sure you want to change the base?
Guides as notebooks #2945
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add Documentation and Community
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
This reverts commit de1dd8f.
The GitBook content has been successfully updated. |
The tutorials content has been successfully updated. |
The tutorials content has been successfully updated. |
The tutorials content has been successfully updated. |
Tutorial Update SummaryThe following files have been updated:
Please review these changes. |
Tutorial Update SummaryThe following files have been updated:
Please review these changes. |
Tutorial Update SummaryThe following files have been updated:
Please review these changes. |
Tutorial Update SummaryThe following files have been updated:
Please review these changes. |
Tutorial Update SummaryThe following files have been updated:
Please review these changes. |
1 similar comment
Tutorial Update SummaryThe following files have been updated:
Please review these changes. |
7ed1b9d
to
86b7783
Compare
Tutorial Update SummaryThe following files have been updated:
Please review these changes. |
Describe changes
I implemented a new GitHub Actions workflow to automatically update tutorials and replaced the Scarf checker workflow. This change achieves the following:
scarf-check.yml
workflow, which is no longer needed.update-tutorials.yml
workflow that:tutorials
directory to Markdown files.docs/book/user-guide
directory.update_tutorials.py
to handle the conversion and updating process.toc.md
file to include the new "Starter Guide" section.tutorials
directory explaining the purpose and structure of the tutorials.These changes will streamline the process of keeping our documentation up-to-date with the latest tutorial content.
Pre-requisites
Please ensure you have done the following:
develop
and the open PR is targetingdevelop
.Types of changes