Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a030e368 authored by Jason Kridner's avatar Jason Kridner
Browse files

fix broken refs

parent 95a39739
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ Background and overview ...@@ -20,7 +20,7 @@ Background and overview
* See `elinux.org Cape Expansion Headers for BeagleBone page <https://elinux.org/Beagleboard:Cape_Expansion_Headers>`_ * 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 Black System Reference Manual Connectors section <beagleboneblack-connectors>`
* See :ref:`BeagleBone AI System Reference Manual Connectors section <beaglebone-ai-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. .. note:: Below, when mentioning "Black", this is true for all AM3358-based BeagleBone boards. "AI" is AM5729-based. "AI-64" is TDA4VM-based.
......
...@@ -313,7 +313,7 @@ the code work. Fortunately the Makefile always runs it. ...@@ -313,7 +313,7 @@ the code work. Fortunately the Makefile always runs it.
.. _blocks_write_init_pins: .. _blocks_write_init_pins:
.. literalinclude:: ../code/05blocks/write_init_pins.sh .. literalinclude:: ../code/05blocks/write_init_pins.sh
:language bash :language: bash
:caption: write_init_pins.sh :caption: write_init_pins.sh
:linenos: :linenos:
...@@ -1725,7 +1725,7 @@ high-level view of how to drive the display. ...@@ -1725,7 +1725,7 @@ high-level view of how to drive the display.
.. _blocks_rgb_python: .. _blocks_rgb_python:
.. literalinclude:: ../code/05blocks/rgb_python.py .. literalinclude:: ../code/05blocks/rgb_python.py
:language bash :language: bash
:caption: rgb_python.py - Python code for driving RGB LED matrix :caption: rgb_python.py - Python code for driving RGB LED matrix
:linenos: :linenos:
...@@ -1736,7 +1736,7 @@ Be sure to run the :ref:`blocks_rgb_setup` script before running the python code ...@@ -1736,7 +1736,7 @@ Be sure to run the :ref:`blocks_rgb_setup` script before running the python code
.. _blocks_rgb_setup: .. _blocks_rgb_setup:
.. literalinclude:: ../code/05blocks/rgb_python_setup.sh .. literalinclude:: ../code/05blocks/rgb_python_setup.sh
:language bash :language: bash
:caption: rgb_python_setup.sh :caption: rgb_python_setup.sh
:linenos: :linenos:
......
...@@ -98,7 +98,7 @@ GPIO pins, but it's a slower access. ...@@ -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. This code will toggle ``P9_11`` on and off. Here's the setup file.
.. literalinclude:: ../code/06io/setup.sh .. literalinclude:: ../code/06io/setup.sh
:language bash :language: bash
:caption: setup.sh :caption: setup.sh
:linenos: :linenos:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment