From 27951d537ce1ff9c0854c2d2dd41ce4b80457b4c Mon Sep 17 00:00:00 2001 From: mgreiff <marcusgreiff.93@hotmail.com> Date: Thu, 18 Jan 2018 09:38:59 +0100 Subject: [PATCH] Fixed generation of the examples md file --- docs/build/examples/examples.md | 4 ++-- docs/build/testing.md | 27 --------------------------- docs/src/testing.md | 16 ---------------- 3 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 docs/build/testing.md delete mode 100644 docs/src/testing.md diff --git a/docs/build/examples/examples.md b/docs/build/examples/examples.md index 76ed6f1..eca81f5 100644 --- a/docs/build/examples/examples.md +++ b/docs/build/examples/examples.md @@ -1,7 +1,7 @@ -<a id='Examples-on-the-BB-1'></a> +<a id='Examples-1'></a> -# Examples on the BB +# Examples The following examples may be run from the BB, and may require the user to export the the LabConnections module to the LOAD_PATH manually, executing the following line in the Julia prompt diff --git a/docs/build/testing.md b/docs/build/testing.md deleted file mode 100644 index d6c3c74..0000000 --- a/docs/build/testing.md +++ /dev/null @@ -1,27 +0,0 @@ - -<a id='Tests-1'></a> - -# Tests - - -The BeagleBone tests can be run on any computer, regrdless of their file-syste. By setting the flag RUNNING_TESTS to true, a dummy file-system is exported in which the tests are run operate. This has the advantage of enabling testing of the code run on the BB free from the BB itself, without building the Debian FS, thereby enabling the automatic testing through Travis. - - -To run the tests, simply enter the /test/ directory and run - - -``` -julia run_tests.jl -``` - - -If the tests are to be run on the BB with hardware in the loop, run - - -``` -julia run_tests.jl -``` - - -on the BB, to run examples separately, see - diff --git a/docs/src/testing.md b/docs/src/testing.md deleted file mode 100644 index 98cde17..0000000 --- a/docs/src/testing.md +++ /dev/null @@ -1,16 +0,0 @@ -# Tests -The BeagleBone tests can be run on any computer, regrdless of their file-syste. -By setting the flag RUNNING_TESTS to true, a dummy file-system is exported in -which the tests are run operate. This has the advantage of enabling testing of -the code run on the BB free from the BB itself, without building the Debian FS, -thereby enabling the automatic testing through Travis. - -To run the tests, simply enter the /test/ directory and run - - julia run_tests.jl - -If the tests are to be run on the BB with hardware in the loop, run - - julia run_tests.jl - -on the BB, to run examples separately, see -- GitLab