diff --git a/tests/board_test_suite/README.rst b/tests/board_test_suite/README.rst index 7fed9d35b1..ccf008d631 100644 --- a/tests/board_test_suite/README.rst +++ b/tests/board_test_suite/README.rst @@ -46,11 +46,12 @@ You will need the following components: Connect the components as shown to your board. -![Test jig Fritzing diagram](doc/test_jig.png) +.. image:: docs/test_jig.png + :alt: Test jig Fritzing diagram Copy the *lib* folder to the CIRCUITPYTHON drive. Copy *main.py* to the root directory of your CIRCUITPYTHON drive. Open a Serial terminal and connect to the board. Follow the directions given to run through the tests. Building ======== -Individual test modules can be built with the mpy-cross cross-compiler. This is required to save RAM space if you plan to run more than one test at a time. See [the mpy-cross directory in circuitpython](https://github.com/adafruit/circuitpython/tree/master/mpy-cross) to learn more. +Individual test modules can be built with the mpy-cross cross-compiler. This is required to save RAM space if you plan to run more than one test at a time. See `the mpy-cross directory in circuitpython `_ to learn more. diff --git a/tests/board_test_suite/doc/test_jig.fzz b/tests/board_test_suite/docs/test_jig.fzz similarity index 100% rename from tests/board_test_suite/doc/test_jig.fzz rename to tests/board_test_suite/docs/test_jig.fzz diff --git a/tests/board_test_suite/doc/test_jig.png b/tests/board_test_suite/docs/test_jig.png similarity index 100% rename from tests/board_test_suite/doc/test_jig.png rename to tests/board_test_suite/docs/test_jig.png diff --git a/tests/board_test_suite/doc/test_jig_bb.png b/tests/board_test_suite/docs/test_jig_bb.png similarity index 100% rename from tests/board_test_suite/doc/test_jig_bb.png rename to tests/board_test_suite/docs/test_jig_bb.png