From a030e368c193859fc2e8804e34b7b45dd9f18862 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Wed, 6 Dec 2023 12:43:26 -0500 Subject: [PATCH] fix broken refs --- boards/capes/cape-interface-spec.rst | 2 +- books/pru-cookbook/05blocks/blocks.rst | 6 +++--- books/pru-cookbook/06io/io.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/capes/cape-interface-spec.rst b/boards/capes/cape-interface-spec.rst index 0db956cd..54629ee7 100644 --- a/boards/capes/cape-interface-spec.rst +++ b/boards/capes/cape-interface-spec.rst @@ -20,7 +20,7 @@ Background and overview * See `elinux.org Cape Expansion Headers for BeagleBone page <https://elinux.org/Beagleboard:Cape_Expansion_Headers>`_ * See :ref:`BeagleBone Black System Reference Manual Connectors section <beagleboneblack-connectors>` * See :ref:`BeagleBone AI System Reference Manual Connectors section <beaglebone-ai-connectors>` - * See :ref:`BeagleBone AI-64 System Reference Manual Connectors section <cape-board-support-1>` + * See :ref:`BeagleBone AI-64 System Reference Manual Connectors section <bbai64-expansion>` .. note:: Below, when mentioning "Black", this is true for all AM3358-based BeagleBone boards. "AI" is AM5729-based. "AI-64" is TDA4VM-based. diff --git a/books/pru-cookbook/05blocks/blocks.rst b/books/pru-cookbook/05blocks/blocks.rst index dcddf03b..1434b19d 100644 --- a/books/pru-cookbook/05blocks/blocks.rst +++ b/books/pru-cookbook/05blocks/blocks.rst @@ -313,7 +313,7 @@ the code work. Fortunately the Makefile always runs it. .. _blocks_write_init_pins: .. literalinclude:: ../code/05blocks/write_init_pins.sh - :language bash + :language: bash :caption: write_init_pins.sh :linenos: @@ -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