[PATCH 5/5] docs: render DIP switches as verbatim text

Stefan Lengfeld contact at stefanchrist.eu
Mon May 15 10:14:22 PDT 2017


Render images of DIP switches as <pre> html tags/verbatim text. This
fixes the sphinx errors:

    Documentation/boards/imx/Element14-WaRP7.rst:25: ERROR: Malformed table.
    Documentation/boards/imx/Element14-WaRP7.rst:36: ERROR: Malformed table.
    Documentation/boards/imx/Element14-WaRP7.rst:47: ERROR: Malformed table.

Signed-off-by: Stefan Lengfeld <contact at stefanchrist.eu>
---
 Documentation/boards/imx/Element14-WaRP7.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/boards/imx/Element14-WaRP7.rst b/Documentation/boards/imx/Element14-WaRP7.rst
index d4e5e79..df14f84 100644
--- a/Documentation/boards/imx/Element14-WaRP7.rst
+++ b/Documentation/boards/imx/Element14-WaRP7.rst
@@ -20,7 +20,7 @@ vendor modified u-boot imximage.
 Barebox can be used as a drop-in replacement for the shipped bootloader.
 
 The WaRP7 IO Board has a double DIP switch where switch number two defines the
-boot source of the i.MX7 SoC:
+boot source of the i.MX7 SoC::
 
   +-----+
   |     |
@@ -31,7 +31,7 @@ boot source of the i.MX7 SoC:
   | 1 2 |
   +-----+
 
-Bootsource is the internal eMMC:
+Bootsource is the internal eMMC::
 
   +-----+
   |     |
@@ -42,7 +42,7 @@ Bootsource is the internal eMMC:
   | 1 2 |
   +-----+
 
-Bootsource is the USB:
+Bootsource is the USB::
 
   +-----+
   |     |
-- 
2.7.4




More information about the barebox mailing list