From 307d4bffe76ecd2e1231972f0ee379518a16e8fb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 22 Oct 2013 22:39:10 -0700 Subject: [PATCH] instructor.md: Move README.md to instructor.md This is instructor-facing content. We still need an inspirational blurb for the student-facing README. --- README.md => instructor.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) rename README.md => instructor.md (50%) diff --git a/README.md b/instructor.md similarity index 50% rename from README.md rename to instructor.md index 716d761..f9c27ec 100644 --- a/README.md +++ b/instructor.md @@ -11,5 +11,31 @@ This repository is also used to store material specific to boot camps. Refer to the [wiki][] for instructions on making your own boot camp branch and/or making a boot camp website. +Subject choices +=============== + +There are many subjects taught in Software Carpentry boot camps, +mostly culled from the [best practices paper][best-practices]. +branches for some of them. Possible choices: + +version-control +--------------- + +* `git://github.com/wking/swc-boot-camps.git version-control` + +Auxiliary branches +================== + +There are also a few other branches that are useful for boot camps, +but not subjects that we officially teach. + +Setup +----- + +* `git://github.com/wking/swc-boot-camps.git installation-test` +* `git://github.com/wking/swc-boot-camps.git windows-installer` +* `git://github.com/wking/swc-boot-camps.git get-my-ip` + [contrib]: https://github.com/swcarpentry/boot-camps/blob/master/CONTRIBUTING.md [wiki]: https://github.com/swcarpentry/boot-camps/wiki +[best-practices]: http://arxiv.org/abs/1210.0530 -- 2.26.2