swc-modular-shell.git
10 years ago*.ipynb: Use absolute URLs to link to the glossary novice
W. Trevor King [Sun, 16 Mar 2014 22:48:56 +0000 (15:48 -0700)]
*.ipynb: Use absolute URLs to link to the glossary

SWC has a single, global glossary [1], not per-subject glossaries.
Because this per-subject branch no longer contains the global
glossary, we need to adjust the links to point at an external
glossary.  Done automatically with:

  $ sed -i 's|\.\./\.\./gloss.html|https://github.com/swcarpentry/bc/blob/ma
ster/gloss.md|g' *.md

[1]: https://github.com/swcarpentry/bc/blob/master/gloss.md

10 years ago*.md: Remove YAML front-matter
W. Trevor King [Sun, 16 Mar 2014 22:47:45 +0000 (15:47 -0700)]
*.md: Remove YAML front-matter

The students won't be building with Jekyll.

10 years agoRemove novice/shell namespace
W. Trevor King [Sun, 16 Mar 2014 22:46:46 +0000 (15:46 -0700)]
Remove novice/shell namespace

Now that these lessons are in a single branch, the extra namespacing
is no longer needed.

10 years agonovice/shell: Copy/paste from origin/master
W. Trevor King [Sun, 16 Mar 2014 22:43:11 +0000 (15:43 -0700)]
novice/shell: Copy/paste from origin/master

I couldn't find a way to merge these without clobbering a bunch of
other files, so this is just a copy-paste of the current status as of
a42f07f (Merge pull request #347 from gvwilson/sticking-with-jekyll,
2014-03-12).