style: normalize Android RST indentation#720
Open
juliosuas wants to merge 1 commit into
Open
Conversation
9f1b6d5 to
7714936
Compare
StaticRocket
requested changes
Jun 10, 2026
Comment on lines
+393
to
+395
| #. Once the flashing is complete, power off the board | ||
|
|
||
| 6. Change boot mode DIP switches to boot from eMMC user partitions and power cycle the board: | ||
| #. Change boot mode DIP switches to boot from eMMC user partitions and power cycle the board: |
Member
There was a problem hiding this comment.
I agree with this change, but you will need to fix the indentation in the previous sections to prevent regression here. Auto-numbering only works if there is nothing at the same indentation level to break the numbered sections:
#. List 1 element 1
.. code-block::
hello
#. List 1 element 2Otherwise it does this:
#. List 1 element 1
.. code-block::
hello
#. List 2 element 174234c0 to
10474ee
Compare
Author
|
Thanks for the review. I updated the branch to address the list-continuation issue directly:
The new head is 10474ee. |
10474ee to
307c4d4
Compare
Author
|
Updated the branch to address the remaining list-structure issue in What changed:
Local validation:
|
|
|
||
| .. list-table:: | ||
| :header-rows: 1 | ||
| .. vale off |
Member
There was a problem hiding this comment.
Please don't enable/disable vale comments
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
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.
Summary
Partially addresses #470.
Verification
git diff --checkdocker run --rm -v "$PWD":/build -w /build ghcr.io/texasinstruments/processor-sdk-doc:latest rstcheck source/android/Application_Notes_Android_Secure_Build.rst source/android/Application_Notes_Camera.rst source/android/Application_Notes_Sample_Maps_App.rst source/android/Overview_Building_the_SDK.rst source/android/Overview_Flashing.rst source/boards/beagle/BeagleY-AI/android/Application_Notes_BeagleY_AI.rstOverview_Flashing.rstINFO about the enumerated list continuing at step 5 after the command tabledocker run --rm -v "$PWD":/build -w /build ghcr.io/texasinstruments/processor-sdk-doc:latest make lint