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