-
Notifications
You must be signed in to change notification settings - Fork 78
source(edgeai): Handle sphinx related fixes #570
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
Conversation
cshilwant
commented
Dec 9, 2025
Switch to role-file [0] for all references of file names & directories in edgeai documentation. [0] - https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-file Signed-off-by: Chirag Shilwant <[email protected]>
|
New warnings found with rstcheck: |
|
New warnings found with rstcheck: |
|
New warnings found with rstcheck: |
|
@StaticRocket are these valid warnings - #570 (comment) ? |
|
Yeah, they are. Breaks page permalinks and lazy refs. I normally don't call it out for old doc pages but it should be avoided. |
|
New warnings found with rstcheck: |
|
New warnings found with rstcheck: |
|
@StaticRocket updated the target names to make |
21dafa5 to
1861764
Compare
* Update all rst files under source/edgeai to conform to sphinx guidelines for section headers [0] * While at it, update few section names to fix duplicate implicit target errors reported by rstcheck [1] & also handle fixes reported by vale [2] [0] - https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections [1] - https://github.com/TexasInstruments/processor-sdk-doc/blob/master/.github/workflows/rstcheck.yml [2] - https://github.com/TexasInstruments/processor-sdk-doc/blob/master/.github/workflows/vale.yml Signed-off-by: Chirag Shilwant <[email protected]>
|
resolved all valid vale warnings as seen at https://github.com/TexasInstruments/processor-sdk-doc/pull/570/files ignoring Vale sentence-style capitalization as we currently ignore them & #367 is still open |