Skip to content
  1. Nov 05, 2017
  2. Jan 15, 2017
  3. Jan 08, 2017
    • Greg Wilson's avatar
      Checking for duplicate link definitions · ddb81b8f
      Greg Wilson authored
      ddb81b8f
    • Greg Wilson's avatar
      Moving links for all Jekyll-generated pages to `_includes/links.md`. · b3d28500
      Greg Wilson authored
      1.  Create file `_includes/links.md` with definitions of all links.
      2.  Replace links at the bottom of Jekyll'd `.md` files with inclusion of that file.
      3.  Modify `bin/lesson_check.py` to load and check definitions in this file.
      
      This eliminates most redundancy in link definitions, though
      `CONTRIBUTING.md` and `README.md` still contain their own links, since
      they are not Jekyll'd.  Note that we *cannot* put the links into
      `_layouts/*.html` (or even `_layouts/something.md`) because of the
      order in which Jekyll expands things - we have to explicitly include
      it in each page.
      b3d28500
  4. Oct 08, 2016
  5. Sep 15, 2016
  6. Jul 24, 2016
    • Greg Wilson's avatar
      Checking that internally-defined links resolve. · cebd8558
      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.
      cebd8558
  7. Jul 21, 2016
  8. Jul 14, 2016
  9. Jul 08, 2016
  10. Jul 07, 2016
  11. Jul 06, 2016
  12. Jul 03, 2016
  13. Jul 02, 2016
  14. Jul 01, 2016
  15. Jun 30, 2016
  16. Jun 26, 2016
  17. Jun 25, 2016
  18. Jun 22, 2016
  19. Jun 20, 2016
  20. Jun 19, 2016
  21. Jun 16, 2016
  22. Jun 15, 2016
  23. Jun 08, 2016