From b27a023a1038b8410bd09694ce4087bff7342d42 Mon Sep 17 00:00:00 2001 From: Ayush Singh <ayushdevel1325@gmail.com> Date: Sat, 2 Dec 2023 18:27:57 +0530 Subject: [PATCH] Fixes from PR - Remove slack link - Add link to beagleboard forum Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com> --- books/beaglebone-cookbook/07kernel/kernel.rst | 2 +- books/beaglebone-cookbook/11misc/misc.rst | 8 +++++++- books/pru-cookbook/05blocks/blocks.rst | 4 ++-- books/pru-cookbook/06io/io.rst | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/books/beaglebone-cookbook/07kernel/kernel.rst b/books/beaglebone-cookbook/07kernel/kernel.rst index 4c2e3618..3267873b 100644 --- a/books/beaglebone-cookbook/07kernel/kernel.rst +++ b/books/beaglebone-cookbook/07kernel/kernel.rst @@ -523,7 +523,7 @@ Solution .. _kernel_hello_patch: .. literalinclude:: ../code/07kernel/hello.patch - :language: patch + :language: text :caption: Simple kernel patch file (hello.patch) :linenos: diff --git a/books/beaglebone-cookbook/11misc/misc.rst b/books/beaglebone-cookbook/11misc/misc.rst index 67a6b1f0..2fdb0b5b 100644 --- a/books/beaglebone-cookbook/11misc/misc.rst +++ b/books/beaglebone-cookbook/11misc/misc.rst @@ -775,10 +775,16 @@ Run the following to download and setup Sphinx locally. imagemagick-6.q16 librsvg2-bin webp \ texlive-full texlive-latex-extra texlive-fonts-extra \ fonts-freefont-otf fonts-dejavu fonts-dejavu-extra fonts-freefont-ttf - bone$ ./venv-build-env.sh In case of any problems, checkout `Beagleboard Forum <https://forum.beagleboard.org/>`_. +Setup virtual environment for python using the `venv-build-env.sh` script at the project root. + +.. literalinclude:: ../../../venv-build-env.sh + :language: bash + :caption: Bash script for setting up virtual environment + :linenos: + Now go to the cloned *docs.beagleboard.io* repository folder and do the following. To clean build directory: diff --git a/books/pru-cookbook/05blocks/blocks.rst b/books/pru-cookbook/05blocks/blocks.rst index dcddf03b..a0ca13d8 100644 --- a/books/pru-cookbook/05blocks/blocks.rst +++ b/books/pru-cookbook/05blocks/blocks.rst @@ -1725,7 +1725,7 @@ high-level view of how to drive the display. .. _blocks_rgb_python: .. literalinclude:: ../code/05blocks/rgb_python.py - :language bash + :language: bash :caption: rgb_python.py - Python code for driving RGB LED matrix :linenos: @@ -1736,7 +1736,7 @@ Be sure to run the :ref:`blocks_rgb_setup` script before running the python code .. _blocks_rgb_setup: .. literalinclude:: ../code/05blocks/rgb_python_setup.sh - :language bash + :language: bash :caption: rgb_python_setup.sh :linenos: diff --git a/books/pru-cookbook/06io/io.rst b/books/pru-cookbook/06io/io.rst index 95a69ed4..62bbfbac 100644 --- a/books/pru-cookbook/06io/io.rst +++ b/books/pru-cookbook/06io/io.rst @@ -98,7 +98,7 @@ GPIO pins, but it's a slower access. This code will toggle ``P9_11`` on and off. Here's the setup file. .. literalinclude:: ../code/06io/setup.sh - :language bash + :language: bash :caption: setup.sh :linenos: -- GitLab