-
Notifications
You must be signed in to change notification settings - Fork 35
Proofread #28
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
base: master
Are you sure you want to change the base?
Proofread #28
Conversation
Not everyone starting to use Robot Framework is a python developer so not everyone knows what virutalenv is or how to use it. I'm also new, so suggestions to this commit are totallly welcome.
I tried to simplify a few things. I replaced the hyphens with em dashes.
Headings help readers by breaking up and categorizing the various paragraphs. I also removed a redundant section.
|
I force-pushed because I accidentally made all the commits so far with the wrong account. I've gone back and amended each to have the correct account now. |
|
Hi @TurekBot! Thanks for showing interest in this project! Overall the changes look very good. Feel free to change the PR state to If you want, you can of course proofread all exercise files and add them to this PR, but naturally the review process will then take a lot more time. |
The solution checker doesn't work well. It assumes a very specific solution, down to the line and word. I've replaced the solution checker with a solution demonstrater, so the learner can compare their solution with ours.
The summary element is usually shorter; now it is.
"Read this manual!" doesn't seem like an excellent way to approach it. However, I'm totally open to putting it back in a better way.
If there is a better formatting for tips and warnings than a blockquote, let me know and I'd be happy to change it.
(Yeah, "exampleate" probably isn't a word, but it gets the message across, doesn't it?)
I figure it should be commented out since "..." is used meaningfully in other places in RF; and we don't intend it that way here.
As @asimell explained (in eficode-academy#28), we want to point the learner to the user guide for later when they get stuck. I've reworded it to make that clearer.
I left some rewording of the message, but removed the part that demonstrates our solution. This leaves the checker intact, as requested by @asimell in PR eficode-academy#28. This check still needs to be improved, as also described by him, but that's another matter.
I'll add similar links in the other sections as I go on reviewing.
The previous message made it seem like the whole table section ended with asterisks, but we know that it's only the table header that does.
@asimell rightly pointed out that each file should only have a single "Exercise" header in PR eficode-academy#28. This commit rewords the smaller of the two "Exercise" headers, leaving only one.
# Conflicts: # setup/01-manual_testing.py
I have a background in technical editing, so I thought I'd lend a hand and fix up any issues I found while going through.
Suggestions are welcome!