From: daniel watson Date: Fri, 13 May 2016 23:50:38 +0000 (-0700) Subject: fill out mechanical chapter's section titles X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=3c0c7ca44a4c7294bebfaf802840aa8e0fc19eae fill out mechanical chapter's section titles --- diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index 47f6133..1c0ac32 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -4,7 +4,21 @@ (document :title [challenge-bot] (chapter - :title [mechanical])) + :title [mechanical] + (section + :title [arduino]) + (section + :title [battery packs]) + (section + :title [motors]) + (section + :title [wheels]) + (section + :title [caster]) + (section + :title [sonars])) + (chapter + :title [wiring and software])) ;; Copyright 2016 daniel watson