Merge branch 'namespaced' of git://tremily.us/swc-setup-installation-test into assembled
[swc-boot-camp.git] / instructor.md
1 Software Carpentry Boot Camps
2 =============================
3
4 This repository contains material useful when preparing and running a
5 boot camp. This can include lecture notes, lesson plans, IPython
6 Notebooks, exercises, and some types of presentations. Please see the
7 [contributor guidelines][contrib] for more information on preferred
8 file formats and other instructions for contributing.
9
10 This repository is also used to store material specific to boot
11 camps. Refer to the [wiki][] for instructions on making your own boot
12 camp branch and/or making a boot camp website.
13
14 Subject choices
15 ===============
16
17 There are many subjects taught in Software Carpentry boot camps,
18 mostly culled from the [best practices paper][best-practices].
19 branches for some of them.  Possible choices:
20
21 version-control
22 ---------------
23
24 * `git://github.com/wking/swc-boot-camps.git version-control`
25
26 Auxiliary branches
27 ==================
28
29 There are also a few other branches that are useful for boot camps,
30 but not subjects that we officially teach.
31
32 Setup
33 -----
34
35 * `git://github.com/wking/swc-boot-camps.git installation-test`
36 * `git://github.com/wking/swc-boot-camps.git windows-installer`
37 * `git://github.com/wking/swc-boot-camps.git get-my-ip`
38
39 [contrib]: https://github.com/swcarpentry/boot-camps/blob/master/CONTRIBUTING.md
40 [wiki]: https://github.com/swcarpentry/boot-camps/wiki
41 [best-practices]: http://arxiv.org/abs/1210.0530