Skip to content
  1. Dec 03, 2018
  2. May 23, 2018
  3. May 17, 2018
  4. Mar 22, 2018
  5. Dec 20, 2017
  6. Nov 07, 2017
  7. Nov 05, 2017
  8. Jan 08, 2017
    • 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
  9. Oct 07, 2016
  10. Jun 20, 2016
  11. Jun 15, 2016
  12. May 29, 2016
  13. May 28, 2016
  14. Apr 15, 2016
  15. Feb 12, 2015
    • Greg Wilson's avatar
      Minor fixes to license file. · 9f676e71
      Greg Wilson authored
      1.  Remove copyright information about code of conduct (which isn't in this repo).
      2.  Change ownership of trademark to NumFOCUS.
      3.  Use uniform link syntax.
      9f676e71
  16. Dec 23, 2014
  17. Dec 08, 2014
  18. Nov 09, 2014
    • Greg Wilson's avatar
      Reorganizing material to put page source in sub-directory: · da5fc640
      Greg Wilson authored
      * Add `.nojekyll` to stop GitHub trying to compile.
      * Get rid of Jekyll `_config.yml`.
      * Create placeholder `css` and `img` directories.
      * Create `pages` directory with source for web pages.
      * Move all Markdown files into `pages`.
      * Move `tools` into `pages` (because that's where people will mostly work).
      * Move `_includes` and `_layouts` into `pages` (because that's where we'll compile).
      da5fc640
  19. Oct 22, 2014
  20. Oct 21, 2014