-
Notifications
You must be signed in to change notification settings - Fork 54
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
Proofreading fixes #109
Proofreading fixes #109
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.
Here I address some of your comments/suggestions
src/writing-your-own-application/generate-project/esp-template.md
Outdated
Show resolved
Hide resolved
Suggest briefly mentioning this: We chose VS Code because it has better support for Rust and is more popular. However, you can use other IDEs.... |
There is also one comment about the Tips and Tricks section in Looks like this section contains two tips:
Suggest splitting "Tips and Tricks" into two sections. As these sections relate to VS Code, suggest turning them into subsections VS Code. |
The only comment that we did not cover is about the word ecosystem in "Ecosystem Overview." The Ecosystem Overview chapter seems to cover the |
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.
Thank you for implementing my suggestions. Now only a few small things left.
Both things should be fixed in 2cf23e4 |
Updated! |
The following steps might be (in this or separate PRs):
|
Just pushed 1b9e9be updating file names and folder names in With these redirections #72 can be also closed when this is merged. Adding numbers to the folder/file names will require adding a lot of redirections, and if we include/remove a chapter in the future, it will include a lot more redirections, for this reason I would prefer not to include them. |
1b9e9be
to
21487ad
Compare
f84a584
to
da0e2ed
Compare
Did another review and came up with a few more nitpicks. This is the last batch from me. I uploaded a file with comments in Code Review format on mattermost. The book looks great! P.S. Just discovered that I can also attach files here. It is even more convenient. |
Just addressed all your comments/suggestions |
8395df7
to
67f4e97
Compare
67f4e97
to
c6c098a
Compare
Thank you for implementing all the suggestions! One thing: You fixed the issue with the unnecessary scroll bar in the code snippet in Understanding esp-template. Please do the same in Understanding esp-idf-template. Now that you have formatted the notes and warnings according to the Rust Documentation Style Guide, the book looks as official as all other Rust books. |
Good catch! Fixed. |
Thanks @f-hollow for all the suggestions.
Regarding IDEs:
We only cover VsCode as it's the most used IDE. In the past we had subsections for other IDEs, but they were very short and didn't provide much, so we decided to get rid of them.
Regarding debugging chapter comments:
I added an entry for this in #105