- Jun 08, 2015
-
-
Andy Boughton authored
Avoid wrong error with links at index.md
-
- Jun 01, 2015
-
-
Raniere Silva authored
Modifying page template so that main title links to home page.
-
Greg Wilson authored
If there is a subtitle, the main title links to the `index.html` home page. If there is no subtitle, this *is* the home page, so there is no link.
-
- May 10, 2015
-
-
Raniere Silva authored
We don't validate links to glossary but we validate links from index.md to ensure that their text and the title of the lesson it point to are the same. This exclude links point to one address with '#' since it probably points to a glossary entry.
-
- May 08, 2015
-
-
Raniere Silva authored
-
Raniere Silva authored
Update in the list of contributors from the Git history.
-
Raniere Silva authored
AUTHORS: List contributors to this project
-
Raniere Silva authored
Implement counter of errors at tools/check.py output
-
Raniere Silva authored
Sub-heading raise warning not error
-
Raniere Silva authored
Add getting ready
-
Raniere Silva authored
Replace #235.
-
Raniere Silva authored
This change was suggested by @abought. Close #230.
-
Raniere Silva authored
Related with https://github.com/swcarpentry/lesson-template/issues/220.
-
- May 07, 2015
-
-
Raniere Silva authored
Replace div with section and aside
-
Raniere Silva authored
to make the HTML more semantic. No visual change was made. Close #231.
-
- May 01, 2015
-
-
Raniere Silva authored
Fix check of glossary item
-
Raniere Silva authored
CommonMark 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 authored
consolidate badge classes to swc.css
-
- Apr 20, 2015
-
-
Raniere Silva authored
Thanks to ocefpaf for request that.
-
- Apr 19, 2015
-
-
Raniere Silva authored
-
Raniere Silva authored
-
Raniere Silva authored
Add variable to represent Pandoc
-
Raniere Silva authored
Pandoc had some changes in the last versions. Having a variable for Pandoc will help maintainers to handle different versions of Pandoc.
-
Raniere Silva authored
Figures should be centered and not overflow the screen.
-
Raniere Silva authored
Add article tag as wrap for lesson content
-
Raniere Silva authored
-
Raniere Silva authored
-
- Apr 15, 2015
-
-
Raniere Silva authored
CONTRIBUTING.md: Remove the maintainer references
-
- Apr 14, 2015
-
-
W. Trevor King authored
Because 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 authored
Remove logger name (root) from console messages
-
- Apr 10, 2015
-
-
Andy Boughton authored
-
- Apr 07, 2015
-
-
Raniere Silva authored
Ignore 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 authored
tools: Add trailing newlines to files that were missing them
-
W. Trevor King authored
This 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 ;).
-