-
Notifications
You must be signed in to change notification settings - Fork 35
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
Bugfix/lint collection #125
base: master
Are you sure you want to change the base?
Bugfix/lint collection #125
Conversation
New warnings found with rstcheck:
|
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.
aeaf67f
0432a4d
to
aeaf67f
Compare
New warnings found with rstcheck:
|
Ignore that |
Address all the current possible title underline warnings. Signed-off-by: Randolph Sapp <[email protected]>
Fix and tag the code-blocks to cut down on parsing and attribute errors. Also, it adds syntax highlighting and some rudimentary syntax checking for these examples. Signed-off-by: Randolph Sapp <[email protected]>
Fix the following warning by making the affected links anonymous: Duplicate explicit target name: "user guide". Signed-off-by: Randolph Sapp <[email protected]>
Address the following warning by removing the duplicate target name: Duplicate explicit target name: "backplane-configuration" Signed-off-by: Randolph Sapp <[email protected]>
Fix the following warning by using anonymous links: Duplicate explicit target name: "setup_hsr.sh" Signed-off-by: Randolph Sapp <[email protected]>
Remove the line-blocks that were breaking list parsing rules: (WARNING/2) Bullet list ends without a blank line; unexpected unindent. (WARNING/2) Line block ends without a blank line. (WARNING/2) Bullet list ends without a blank line; unexpected unindent. (WARNING/2) Line block ends without a blank line. Signed-off-by: Randolph Sapp <[email protected]>
Fix the unused directive generating the following warning: Literal block expected; none found. Signed-off-by: Randolph Sapp <[email protected]>
Address some issues with rstcheck and reword a few sections. Signed-off-by: Randolph Sapp <[email protected]>
Address the title underline warning for the omapl hardware setup guide. Signed-off-by: Randolph Sapp <[email protected]>
Address the following warnings: (INFO/1) Possible incomplete section title. (INFO/1) Blank line missing before literal block (after the "::")? Interpreted as a definition list item. Signed-off-by: Randolph Sapp <[email protected]>
Remove an invalid line block that was breaking parsing. Signed-off-by: Randolph Sapp <[email protected]>
Normalize all of the code blocks in this section and re-tag them as appropriate. Signed-off-by: Randolph Sapp <[email protected]>
Embed the last archived copy of this script. https://web.archive.org/web/20210115045653/https://processors.wiki.ti.com/images/1/18/Setup_hsr.pdf Signed-off-by: Randolph Sapp <[email protected]>
aeaf67f
to
d36b4f5
Compare
New warnings found with rstcheck:
|
Assorted selection of lint fixes