- Jan 03, 2015
-
-
Raniere Silva authored
Update License.md md5sum on tools/check based on 2f4703e8
-
Raniere Silva 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
-
Raniere Silva authored
This solves #77 by add id attribute to every item of a definition.
-
- Dec 19, 2014
-
-
Greg Wilson authored
Add Unit Test target to Makefile
-
Raniere Silva authored
-
Raniere Silva authored
Test rework
-
Raniere Silva authored
Improve message for glossary error
-
Andy Boughton authored
Minor changes to make error messages consistent, and possibly less crashy. Still need unit tests to trigger this code.
-
- Dec 15, 2014
-
-
Andy Boughton authored
-
Andy Boughton authored
-
- Dec 14, 2014
-
-
Raniere Silva authored
-
- Dec 12, 2014
-
-
Greg Wilson authored
-
Greg Wilson authored
fill in missing '$ ' in prompt
-
Greg Wilson authored
Improve callout box and "learning objectives" box
-
Greg Wilson authored
-
Greg Wilson authored
Add small script to setup label in lesson repo
-
- Dec 10, 2014
-
-
Greg Wilson authored
Update validator for changes in directory structure
-
Andy Boughton authored
-
Aaron O'Leary authored
-
Greg Wilson authored
Updating files to move into root directory
-
- Dec 09, 2014
-
-
Greg Wilson authored
-
Greg Wilson authored
-
Aaron O'Leary authored
Add id to glossary entry
-
Raniere Silva authored
-
Raniere Silva authored
-
- Dec 08, 2014
-
-
Greg Wilson authored
-
Greg Wilson authored
-
- Dec 06, 2014
-
-
Aaron O'Leary authored
-
- Dec 05, 2014
-
-
Raniere Silva authored
This is needed to enable users jump to glossary entries.
-
Raniere Silva authored
Merge of new validator with tests
-
Andy Boughton authored
Add validation methods and refactor ast helpers to separate class Add tiny logging message; prep for first push to github fork Start adding tests Fix errors revealed by unit tests Update validator to check heading order; tests passing Validation of links and changes to heading validation Tiny comment cleanup; push to share version with swc Add some descriptive comments and create minimal validator example (for instructors.md) to demonstrate subclassing Split helpers to separate file and update for newest index.md template Grooming Bring up to spec with newest versions of lesson templates. Add tests to ensure all templates pass validation. Saner default assumption about markdown file locations Add skeletons for remaining validators. Incorporate ranier's code for batch validation. Code changes for single-file python 2 and 3 compatibility. Refactor out template validation logic in prep for cmd line rework Proof of concept refactor to command line sig for @rgaia-cs (issue #34) With no path provided, default to curdir, not a hard-coded default Implement license and discussion validators. Some test cleanup. Validate file links against page titles. Add line length check. Fix python3 hash error Rename validator to check Conflicts: tools/validate_markdown_template.py Enforce section heading levels + pep8 cleanup Improved link validation for non-html files Validate images as well as links Verify that all headings are exactly level 2 Link text validation based on document header "subtitle" instead of "title". Adjustments based on run against the SQL repo. Fix links to topics By default only show erros and warnings to user - Add another argument for CLI to enable debug log level - Change some log message to debug instead of info - Add file information for errors and warnings Fix import at check From [PEP8](https://www.python.org/dev/peps/pep-0008/#imports) > Imports should usually be on separate lines, e.g.: > > Yes: import os > import sys > > No: import sys, os Heading bugfixes, update failing tests, and cleanup. fix swcarpentry/lesson-template#39, swcarpentry/lesson-template#42 . Add validation of glossary Slight clarification to log messages. Skip validate some links in index Fix super() call for python2; avoid mutable default argument. Lesson template validator.
-
- Dec 03, 2014
-
-
Greg Wilson authored
Splitting lesson instructions
-