style: normalize Android RST indentation#720
Conversation
9f1b6d5 to
7714936
Compare
| #. 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: |
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
|
Thanks for the review. I updated the branch to address the list-continuation issue directly:
The new head is 10474ee. |
10474ee to
307c4d4
Compare
|
Updated the branch to address the remaining list-structure issue in What changed:
Local validation:
|
|
|
||
| .. list-table:: | ||
| :header-rows: 1 | ||
| .. vale off |
There was a problem hiding this comment.
Please don't enable/disable vale comments
|
Could you squash those two commits since you introduced the vale enable/disable lines? |
2745847 to
0e24d0d
Compare
Signed-off-by: Julio César Suástegui <juliosuas@users.noreply.github.com>
|
Thanks, addressed. The branch is now squashed to a single commit and the Local validation:
|
0e24d0d to
09127d6
Compare
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