-
Notifications
You must be signed in to change notification settings - Fork 33
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
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]>
Address the following warning by making links anonymous: Duplicate explicit target name: "tmdsfsiadapevm" 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]>
New warnings found with rstcheck:
|
@@ -1847,7 +1847,7 @@ Procedure | |||
~~~~~~~~~ | |||
|
|||
The script file | |||
`setup\_hsr.sh <http://processors.wiki.ti.com/images/1/18/Setup_hsr.pdf>`_ | |||
`setup\_hsr.sh <http://processors.wiki.ti.com/images/1/18/Setup_hsr.pdf>`__ |
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.
@StaticRocket, while unrelated to this PR, this link does not work anymore. @danish-ti, could you please identify the equivalent for this link and create a PR to fix the link?
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.
@Siddharth-Vadapalli-at-TI I don't think there is any equivalent for this link. To fix this script will need to be hosted somewhere and link to that should be added here. But as @cshilwant mentioned that this file is not used by any device, I think dropping this is the best option.
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.
@danish-ti I was only referring to source/system/Demo_User_Guides/Servo_Drive_Demo_User_Guide.rst
file to @StaticRocket - #125 (comment)
Not sure about source/linux/Industrial_Protocols/PTP/_PTP.rst
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.
@StaticRocket Apparently this file isn't used in any device & hence I have dropped it in #128
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.
Roger. Will drop in rebase when we get info on #125 (comment)
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.
Assorted selection of lint fixes