From d3d1fda90e99cdfb54106fa26cf29b9a723c3aa1 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Thu, 5 Oct 2023 15:51:31 +0530 Subject: [PATCH] Fix HTML build errors --- boards/beagleplay/demos-and-tutorials/connect-wifi.rst | 8 ++++++-- boards/beagleplay/demos-and-tutorials/using-mikrobus.rst | 2 +- boards/beaglev/ahead/demos-and-tutorials/using-csi.rst | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/boards/beagleplay/demos-and-tutorials/connect-wifi.rst b/boards/beagleplay/demos-and-tutorials/connect-wifi.rst index 4de8dea3..e1a675b4 100644 --- a/boards/beagleplay/demos-and-tutorials/connect-wifi.rst +++ b/boards/beagleplay/demos-and-tutorials/connect-wifi.rst @@ -4,8 +4,12 @@ Connect WiFi ############# .. note:: - A common issue experienced by users when connecting to Wireless networks are network names that include special characters such as spaces, apostrophes etc, this may make connecting to your network more difficult. It is thus recommended to rename your Wireless AP to something simpler. For Example - renaming "Boris's Wireless Network" to "BorisNet". This avoids having to add special "escape" characters in the name. This shows up especially if you try connecting to iPhone/iOS HotSpots, where the network name is the device name, which by default is something like "Dan's iPhone". Also see `this potential solution. -<https://unix.stackexchange.com/questions/679862/wpa-supplicant-conf-escaping-characters/>`_. + A common issue experienced by users when connecting to Wireless networks are network names that include special characters + such as spaces, apostrophes etc, this may make connecting to your network more difficult. It is thus recommended to + rename your Wireless AP to something simpler. For Example - renaming "Boris's Wireless Network" to "BorisNet". + This avoids having to add special "escape" characters in the name. This shows up especially if you try connecting to + iPhone/iOS HotSpots, where the network name is the device name, which by default is something like "Dan's iPhone". + Also see `this potential solution. <https://unix.stackexchange.com/questions/679862/wpa-supplicant-conf-escaping-characters/>`_. If you have a monitor and keyboard/mouse combo connected, the easiest way is to use the :ref:`beagleplay-wifi-wpa-gui`. diff --git a/boards/beagleplay/demos-and-tutorials/using-mikrobus.rst b/boards/beagleplay/demos-and-tutorials/using-mikrobus.rst index 3f6be8eb..59b44303 100644 --- a/boards/beagleplay/demos-and-tutorials/using-mikrobus.rst +++ b/boards/beagleplay/demos-and-tutorials/using-mikrobus.rst @@ -64,7 +64,7 @@ To use the add-on, see :ref:`beagleplay-mikrobus-using`. Not all Click boards with ClickID have valid ``manifest`` entries. -.. _beagleplay-mikrobus-clickid: +.. _beagleplay-mikrobus-without-clickid: What if my add-on doesn't have ClickID? *************************************** diff --git a/boards/beaglev/ahead/demos-and-tutorials/using-csi.rst b/boards/beaglev/ahead/demos-and-tutorials/using-csi.rst index 1f2a68ba..c3f164d4 100644 --- a/boards/beaglev/ahead/demos-and-tutorials/using-csi.rst +++ b/boards/beaglev/ahead/demos-and-tutorials/using-csi.rst @@ -1,8 +1,8 @@ -.. _beaglev-ahead-csi: - .. important:: This document is a work on progress. +.. _beaglev-ahead-csi: + Using CSI Cameras ################# -- GitLab