- May 08, 2015
- 
- 
Raniere Silva authoredAUTHORS: List contributors to this project 
- 
Raniere Silva authoredImplement counter of errors at tools/check.py output 
- 
Raniere Silva authoredSub-heading raise warning not error 
- 
Raniere Silva authoredAdd getting ready 
- 
Raniere Silva authoredReplace #235. 
- 
Raniere Silva authoredThis change was suggested by @abought. Close #230. 
- 
Raniere Silva authoredRelated with https://github.com/swcarpentry/lesson-template/issues/220. 
 
- 
- May 07, 2015
- 
- 
Raniere Silva authoredReplace div with section and aside 
- 
Raniere Silva authoredto make the HTML more semantic. No visual change was made. Close #231. 
 
- 
- May 01, 2015
- 
- 
Raniere Silva authoredFix check of glossary item 
- 
Raniere Silva authoredCommonMark doesn't support definition list and we have to workaround this limitation. This commit removes the request that line continuation start with four white spaces because (1) CommonMark remove the white spaces and (2) Pandoc doesn't care about it. $ pandoc <<EOF foo : bar continue EOF <dl> <dt>foo</dt> <dd>bar continue </dd> </dl> $ pandoc <<EOF foo : bar continue EOF <dl> <dt>foo</dt> <dd>bar continue </dd> </dl>
 
- 
- Apr 25, 2015
- 
- 
Raniere Silva authored
- 
Raniere Silva authored
- 
Raniere Silva authored
- 
Raniere Silva authored
- 
Raniere Silva authoredconsolidate badge classes to swc.css 
 
- 
- Apr 20, 2015
- 
- 
Raniere Silva authoredThanks to ocefpaf for request that. 
 
- 
- Apr 19, 2015
- 
- 
Raniere Silva authored
- 
Raniere Silva authored
- 
Raniere Silva authoredAdd variable to represent Pandoc 
- 
Raniere Silva authoredPandoc had some changes in the last versions. Having a variable for Pandoc will help maintainers to handle different versions of Pandoc. 
- 
Raniere Silva authoredFigures should be centered and not overflow the screen. 
- 
Raniere Silva authoredAdd article tag as wrap for lesson content 
- 
Raniere Silva authored
- 
Raniere Silva authored
 
- 
- Apr 15, 2015
- 
- 
Raniere Silva authoredCONTRIBUTING.md: Remove the maintainer references 
 
- 
- Apr 14, 2015
- 
- 
W. Trevor King authoredBecause we're going to be storing maintainer information locally in the README.md [1]. [1]: https://github.com/swcarpentry/lesson-template/issues/195#issuecomment-89643048 
 
- 
- Apr 12, 2015
- 
- 
Greg Wilson authoredRemove logger name (root) from console messages 
 
- 
- Apr 10, 2015
- 
- 
Andy Boughton authored
 
- 
- Apr 07, 2015
- 
- 
Raniere Silva authoredIgnore conduct.md and contributing.md. No, really. 
- 
Andy Boughton authored(even though the contents are not validated) 
- 
Andy Boughton authored
 
- 
- Apr 04, 2015
- 
- 
Greg Wilson authoredtools: Add trailing newlines to files that were missing them 
- 
W. Trevor King authoredThis avoids things like: ~$ cat tools/validation_helpers.py ... return self.is_block(ast_node) and has_heading~$ with your next prompt way over to the right ;).
 
- 
- Mar 28, 2015
- 
- 
Greg Wilson authoredCONTRIBUTING.md: Use a generic reference name for the issues link 
- 
W. Trevor King authoredFilling in the list of contributors from the Git history. 
- 
W. Trevor King authoredSee MAPPING AUTHORS in git-shortlog(1) for details on .mailmap. For both authors I've selected the email address that they've used most recently. 
- 
W. Trevor King authoredI haven't configured the copyright blurbs, because we don't have to use that functionality if we're just maintaining an AUTHORS file. We're taking advantage of the automatic name detection that landed in update-copyright 0.6.2 [1], so downstream lesson maintainers won't have to tweak .update-copyright.conf (assuming they name their local repository directory appropriately). [1]: http://git.tremily.us/?p=update-copyright.git;a=commit;h=87352a043d30d2812c0db3d65676b9766957773b 
- 
W. Trevor King authoredDownstream lesson maintainers are supposed to adapt this to point at their repository's issues [1], so use a reference name that works for both the lesson-template and downstream repositories. That way they only have to update the referenced URL and can leave the reference name alone. [1]: https://github.com/swcarpentry/lesson-template/issues/195#issuecomment-78310923 
 
- 
- Mar 24, 2015
- 
- 
François Michonneau authoredthe class removed are unused as we take advantage of classes provided by Bootstrap instead. 
 
-