fill out mechanical chapter's section titles
[challenge-bot] / curriculum / challenge-bot.scm
CommitLineData
37d286e7 1;; tldr; AGPLv3+
2;; copyright info at bottom
3
4(document
5 :title [challenge-bot]
6 (chapter
3c0c7ca4 7 :title [mechanical]
8 (section
9 :title [arduino])
10 (section
11 :title [battery packs])
12 (section
13 :title [motors])
14 (section
15 :title [wheels])
16 (section
17 :title [caster])
18 (section
19 :title [sonars]))
20 (chapter
21 :title [wiring and software]))
37d286e7 22
23;; Copyright 2016 daniel watson
24
25;; This file is part of challenge-bot.
26
27;; challenge-bot is free software: you can redistribute it and/or modify
28;; it under the terms of the GNU Affero General Public License as
29;; published by the Free Software Foundation, either version 3 of the
30;; License, or (at your option) any later version.
31
32;; challenge-bot is distributed in the hope that it will be useful,
33;; but WITHOUT ANY WARRANTY; without even the implied warranty of
34;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35;; GNU Affero General Public License for more details.
36
37;; You should have received a copy of the GNU Affero General Public
38;; License along with challenge-bot. If not, see
39;; <http://www.gnu.org/licenses/>.