forked from TexasInstruments/processor-sdk-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
fix: set language for a few code-blocks #5
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
81635dc to
0432a4d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.