- Nov 16, 2017
-
-
Raniere Silva authored
-
Raniere Silva authored
-
naught101 authored
Based on https://github.com/swcarpentry/lesson-example/pull/144/files
-
- Nov 05, 2017
-
-
Raniere Silva authored
-
- Jan 15, 2017
-
-
Greg Wilson authored
-
- Oct 08, 2016
-
-
Greg Wilson authored
-
- Sep 15, 2016
-
-
Greg Wilson authored
1. Checking that `index.md` has `root` set to '.' 2. Checking that `_config.yml` has `root` set to '..'
-
- Jul 24, 2016
-
-
Greg Wilson authored
An internally-defined Markdown link has the form [xxx][yyy]. If the ID 'yyy' doesn't resolve, the text is left as-is, so we check for that, then subtract those that reference configuration values using '{{'. It's a hack, but it'll catch at least a few things.
-
- Jul 21, 2016
-
-
Greg Wilson authored
-
- Jul 14, 2016
-
-
Greg Wilson authored
-
- Jul 08, 2016
-
-
Greg Wilson authored
-
- Jul 07, 2016
-
-
Greg Wilson authored
-
Greg Wilson authored
1. Created `bin/repo_check.py`. 2. Moved `require()` to `util.py`. 3. Updated `Makefile` with new target.
-
- Jul 06, 2016
-
-
Greg Wilson authored
-
- Jul 03, 2016
-
-
Greg Wilson authored
-
- Jul 02, 2016
-
-
Greg Wilson authored
-
- Jul 01, 2016
-
-
Greg Wilson authored
-
- Jun 30, 2016
-
-
Greg Wilson authored
-
- Jun 26, 2016
-
-
Greg Wilson authored
1. Moving all YAML library usage into 'util.py' via utility function. 2. Wrapping 'import yaml' in error handling to report what library to install.
-
Greg Wilson authored
-
Greg Wilson authored
1. Converting error reporting. 2. Simplifying checking logic. 3. Refactoring metadata loading. 4. Modifying lesson checker to reflect refactoring. Closes #47.
-
- Jun 25, 2016
-
-
Greg Wilson authored
Closes #55.
-
- Jun 22, 2016
-
-
Greg Wilson authored
-
Greg Wilson authored
-
Greg Wilson authored
1. Modify `read_markdown` to return list of (index, line, line_length). 2. Modify `lesson_check.py` to make line-length checking optional.
-
- Jun 20, 2016
-
-
Greg Wilson authored
-