-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix documentation for package.readme option. #4644
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @matklad (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
LGTM! But I am not sure if this has to be updated in both paces :( @behnam could you explain a bit how this whole mdBook thing works for Cargo docs, and what files should be modified when one wants to update the docs? |
Uh, sorry for the delay. Just got to this in the inbox queue. The diff looks good, as have edited both copies of the doc, which is what we need right now. (Until we drop the non-mdBook copies and kill @matklad, I've tried to explain the current situation in
Do you think there's a need to add more details to the note to help with future patches/reviews? |
📌 Commit 5ccf654 has been approved by |
Fix documentation for package.readme option. Fix for #4620.
☀️ Test successful - status-appveyor, status-travis |
@dethoter or @matklad I'm trying to find out about clap-rs/clap#1186 if I have a large README.md and it's listed in the cargo |
I don't think so, @kbknapp, because the You should be able to test it by Do you think the file assigned by /cc @alexcrichton |
The easiest thing to do is to symlink the readme into the subdirectory. The readme will be inlined when the crate is packaged. |
Fix for #4620.