-
Notifications
You must be signed in to change notification settings - Fork 240
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
Improve the top level crate documentation #1467
Conversation
a2f1b7b
to
81e7039
Compare
esp-hal/src/lib.rs
Outdated
//! cargo xtask help | ||
//! ``` | ||
//! | ||
//! ## Project generation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I imagine when $GLUE_CRATE exists, this documentation will move there. I'm not raving about it being here, but I think for now its worth adding, and its short enough to not be too invasive imo
81e7039
to
ffd6a74
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just adding a few ideas that come to my mind :)
e1feaff
to
30e2913
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
30e2913
to
c6a5550
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thank you for your contribution!
We appreciate the time and effort you've put into this pull request.
To help us review it efficiently, please ensure you've gone through the following checklist:
Submission Checklist 📝
CHANGELOG.md
in the proper section.Extra:
I wanted to expand a little on our top level docs as to what the hal is and how to use it. I have tried to keep it as brief as possible. I also lifted the docsrs style as outlined in https://docs.rs/document-features/latest/document_features/#customization and I think it helps differentiate the readable content from the "features" content
Check out the rendered pages here: https://mabezdev.github.io/esp-hal/