Skip to content

Commit 85368b3

Browse files
committed
fix: all explicit markup errors
Address all of the following errors: Explicit markup ends without a blank line; unexpected unindent. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 33967fe commit 85368b3

File tree

9 files changed

+11
-13
lines changed

9 files changed

+11
-13
lines changed

source/rtos/DSP_Software/DSP_Debug_and_Trace/_UIA.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ In a multi core system, data from all cores are correlated to a single
1414
timeline.
1515

1616
.. Image:: ../images/SA.png
17+
1718
Unified Instrumentation Architecture (UIA)
1819
------------------------------------------
1920

source/rtos/Documentation_Tarball.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Please click the link below to download a snapshot of the entire documentation i
77
.. raw:: html
88

99
<a href="processor-sdk-rtos-docs.tar.gz">Download processor-sdk-rtos-docs.tar.gz</a>
10-
|
1110

1211
Unpack the tarball using the command below:
1312

source/rtos/FAQ.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ Components <Overview.html#top-level-makefile>`__.
179179
.. note::
180180
The SDK offers command line build for all the components. CCS projects
181181
are only supported for DSP libraries and PDK driver examples.
182-
|
183182

184183
.. rubric:: Step 5: Generate and Run Peripheral Driver Examples
185184
:name: step-5-generate-and-run-peripheral-driver-examples

source/rtos/How_to_Guides/Host/Setup/_Setup_CCS_for_EVM_and_PSDK_RTOS.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ After installing the Processor-SDK RTOS, start CCS and it will
1919
automatically detect the newly installed components (*products*):
2020

2121
.. Image:: ../images/CCS-discovered-products.png
22-
|
22+
2323
CCS and SDK installed in different directories
2424
"""""""""""""""""""""""""""""""""""""""""""""""
2525

@@ -35,7 +35,7 @@ Go to product preference
3535
From CCS, select "Window -> Preferences":
3636

3737
.. Image:: ../images/CCS-GP57x-EVM-Custom-Preferences.png
38-
|
38+
3939
Enter path to SDK
4040
'''''''''''''''''''
4141

@@ -44,23 +44,23 @@ Products" in the panel on the left. Then, press the "Add" button on the
4444
panel on the right:
4545

4646
.. Image:: ../images/CCS-GP57x-EVM-Custom-Add.png
47-
|
47+
4848
Verify components
4949
''''''''''''''''''
5050

5151
Next, verify the newly discovered products. If everything is correct,
5252
press the "Finish" button on the bottom:
5353

5454
.. Image:: ../images/CCS-GP57x-EVM-Custom-Finish.png
55-
|
55+
5656
Restart CCS
5757
''''''''''''
5858

5959
When prompted, restart CCS for changes to take effect. You will see
6060
newly discovered products from the custom path.
6161

6262
.. Image:: ../images/CCS-GP57x-EVM-Custom-Confirm.png
63-
|
63+
6464

6565
Install Latest Emulation Package and Sitara Device Support Package
6666
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@@ -123,7 +123,7 @@ Open new target configuration file
123123
From CCS, select "File -> New -> Target Configuration File":
124124

125125
.. Image:: ../images/CCS-GP437x-EVM-New-Target.png
126-
|
126+
127127
Select target configuration options
128128
''''''''''''''''''''''''''''''''''''
129129

@@ -134,7 +134,7 @@ MicroUSB AB connector. Select
134134
- **Board or Device**: EVMAM437X
135135

136136
.. Image:: ../images/CCS-GP437x-EVM-Configure-Target.png
137-
|
137+
138138
**Useful Tip**
139139

140140
If you enter the starting numbers of your device in the **Board or

source/rtos/Overview/_Directory_Structure.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ installer.
99

1010
.. note::
1111
Not all components are applicable on all platforms.
12-
|
1312

1413
Software Component Directories
1514
================================

source/rtos/Overview/_Getting_Started_Guide.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ download page for your platform (see links in below section).
277277
the software in the SDK and will provide the best user experience.
278278
Occasionally, there may be compatibility issues if different versions
279279
are used.
280-
|
281280

282281
When installing CCS, you can choose to control what is installed for
283282
processor architecture.

source/rtos/Overview/_Processor_SDK_RTOS_Software_Developers_Guide.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ build information, and examples to use as a template to start development.
5454

5555
.. rubric:: Guides
5656
:name: guides
57+
5758
+------------------------------------------------------------------------+-------------------------------------------------------------------------------+
5859
| **Processor SDK RTOS** |
5960
+========================================================================+===============================================================================+

source/rtos/Release_Specific/_Build_the_SDK.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The pre-requisite compilers are provided in Code Compose Studio, see the
3434
|
3535
3636
.. _Build-The-SDK-Setup-Environment-label:
37+
3738
Setup Environment
3839
====================
3940

@@ -61,7 +62,7 @@ folder.
6162
links for instructions on how to setup OpensSSL using a particular distribution.
6263
- For Linux : Execute the command "sudo apt-get install openssl" at the linux
6364
command prompt.
64-
|
65+
6566
Windows
6667
^^^^^^^^^
6768
From the RTOS SDK directory, enter

source/rtos/index_faq.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ Components <Overview.html#top-level-makefile>`__.
278278
.. note::
279279
The SDK offers command line build for all the components. CCS projects
280280
are only supported for DSP libraries and PDK driver examples.
281-
|
282281

283282
.. rubric:: Step 5: Generate and Run Peripheral Driver Examples
284283
:name: step-5-generate-and-run-peripheral-driver-examples

0 commit comments

Comments
 (0)