Skip to content
  1. Nov 05, 2017
  2. Sep 05, 2017
  3. Jun 18, 2017
  4. May 06, 2017
  5. May 04, 2017
  6. Apr 29, 2017
  7. Jan 23, 2017
  8. Jan 15, 2017
  9. 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
  10. Nov 08, 2016
  11. Oct 08, 2016
  12. Oct 07, 2016
  13. Oct 05, 2016
  14. Sep 15, 2016
  15. Sep 12, 2016
  16. Sep 07, 2016
  17. Sep 05, 2016
  18. Jul 28, 2016
  19. Jul 26, 2016
  20. 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
  21. Jul 21, 2016
  22. Jul 20, 2016
  23. Jul 15, 2016
  24. Jul 14, 2016
  25. Jul 13, 2016
  26. Jul 08, 2016