-
-
Notifications
You must be signed in to change notification settings - Fork 170
doc: final README streamlining [doc: 6/6] #1294
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
Conversation
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.
Other than the duplicate entry, lgtm
README.md
Outdated
Logger and an Allocator. | ||
This is the **main contribution** of this project. | ||
- [`uefi-macros`](/uefi-macros/README.md): Helper macros used by `uefi`. | ||
- [`uefi-test-runner`](/uefi-test-runner/README.md): a UEFI application that runs our unit / integration tests. | ||
|
||
- `uefi-raw`: raw types that closely match the definitions in the UEFI |
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.
Duplicate entry, uefi-raw
is now linked/described at the top of the list.
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.
Sorry, an artifact of all the major rebases this PR experienced over the last weeks. Fixed!
Now, the README are the entry into the repository and guide the user to the actual documentation in lib.rs respectively on docs.rs.
This is split-out 6/6 from #1264 to improve reviewability.
This adds to uefi/README how our documentation is organized.
Steps to Un-draft
Checklist