-
Notifications
You must be signed in to change notification settings - Fork 79
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
Doc tweaks #313
Doc tweaks #313
Conversation
I used https://github.com/kristoff-it/superhtml to find the fixes and would recommend using its |
Found using superhtml: ``` $ superhtml check doc/_templates/index.html doc/_templates/index.html:5:3: html_elements_cant_self_close doc/_templates/index.html:37:72: erroneous_end_tag doc/_templates/index.html:38:76: missing_end_tag doc/_templates/index.html:38:30: missing_end_tag ``` Signed-off-by: Manuel Mendez <[email protected]>
Other sub-sections have Sentence case, this was the only one with initial caps. Signed-off-by: Manuel Mendez <[email protected]>
README was missing Gentoo. Moved Arch linux up so the almost alphabetically sorted linux distros would in fact be sorted. I split OSX from "Other Linux" in index.html to match the other files. I changed the content to point to intro.html#installing-flent as it wasn't a one/two liner like the others so seemed to be better off as a link. Signed-off-by: Manuel Mendez <[email protected]>
Signed-off-by: Manuel Mendez <[email protected]>
No objection to any of these, thanks for the fixes! And sure, feel free to add a reformat commit as well, and I'll take a look... |
Originally tried with prettier but I think superhtml's output is nicer. Signed-off-by: Manuel Mendez <[email protected]>
I've added the re-format commit. |
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.
Looks good - thank you for the fixes! :)
Bunch of minor fixes and then adding nix to the list of oses that packages flent.
The fixes are mostly cosmetic tweaks, more info in the commit messages.