- Jan 19, 2015
-
-
Rémi Emonet authored
(DO NOT CLONE) added adapted version of motivation.md that uses the pandoc slide generator and the new swc style don't clone unless you know what you're doing (this commit will probably disappear)
-
Rémi Emonet authored
- the "--slide-level 2" allows to generate consistent html structure - one should only use "##" but never "#" for now
-
Raniere Silva authored
-
Rémi Emonet authored
-
Rémi Emonet authored
-
https://github.com/twitwi/deck.js-theme-builderRémi Emonet authored
It has been produced and can be updated with the following commands: git clone https://github.com/twitwi/deck.js-theme-builder tmpbuilder cd tmpbuilder/ make cd .. cp tmpbuilder/software-carpentry.css css/swc-slides.css mkdir css/local-fonts cp tmpbuilder/local-fonts/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff css/local-fonts/
-
Rémi Emonet authored
It has been generated (and can be updated) using the following commands: git clone https://github.com/twitwi/deck.js tmpdeck node ./tmpdeck/extensions/bundle-maker/make-packed.js "profile-5" js/deckjs-custom.js sed -i -e 's@/home/.*/tmpdeck//*@..../@g' js/deckjs-custom.js
-
- Jan 16, 2015
-
-
Greg Wilson authored
Change filters since classes must be explicit
-
Raniere Silva authored
-
- Jan 14, 2015
-
-
Greg Wilson authored
Improving support for R Markdown.
-
Greg Wilson authored
1. Adding `tools/chunk-options.R` with support for Pandoc-based conversion of R Markdown to plain Markdown. 2. Modifying `Makefile` to handle any R Markdown files that are present. Changes have been checked by @jdblischak in the `r-novice-inflammation` project.
-
- Jan 13, 2015
-
-
Greg Wilson authored
Small improvements to CSS
-
- Jan 07, 2015
-
-
abought authored
Link text validation changes
-
Andy Boughton authored
-
Andy Boughton authored
Changes to link text validation per #58 and #90. Validate link text in index.md (always), or only in headings (reference.md and instructors.md) Demote msg level when http links skipped Strip anchor from filenames in error messages
-
Raniere Silva authored
Validator logging QA bugfixes
-
Raniere Silva authored
- Remove extra space before title of boxes - Remove background color of boxes when printing - Add "Input", "Output" and "Error" tips for code blocks when printing - Avoid duplicate lines
-
- Jan 06, 2015
-
-
Greg Wilson authored
-
Greg Wilson authored
-
Greg Wilson authored
-
Andy Boughton authored
-
- Jan 04, 2015
-
-
Raniere Silva authored
-
Raniere Silva authored
Improve logging of YAML header errors
-
Andy Boughton authored
-
Andy Boughton authored
-
Andy Boughton authored
-
Raniere Silva authored
added some challenge CSS
-
Raniere Silva authored
Make validator imports more pythonic
-
Andy Boughton authored
Fix typo
-
- Jan 03, 2015
-
-
Raniere Silva authored
Update License.md md5sum on tools/check based on 2f4703e8
-
Raniere Silva authored
-
- Dec 31, 2014
-
-
Bill Mills authored
-
- Dec 28, 2014
-
-
Greg Wilson authored
Add requirements.txt necessary to build and run validator
-
Greg Wilson authored
Make filter for id at definitions general
-
- Dec 27, 2014
-
-
Greg Wilson authored
Adding url placeholder
-
- Dec 26, 2014
-
-
Andy Boughton authored
-
- Dec 23, 2014
-
-
Greg Wilson authored
The original plan was to put the URL for this repository in a configuration file that authors could edit when creating actual lessons. However, it looks like Pandoc only does one level of variable expansion, so variables inside `_includes/footer.html` (which is itself interpolated as a variable) aren't expanded. Instead, we will tell authors to edit `_includes/footer.html` in the `README.md` in the `gh-pages` branch.
-
Greg Wilson authored
-
- Dec 21, 2014
-
-
Raniere Silva authored
Fix unittest for changes on motivation.md
-
Raniere Silva authored
-