Skip to content
  1. Nov 07, 2017
  2. Nov 05, 2017
  3. 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
  4. Oct 07, 2016
  5. Jun 20, 2016
  6. Jun 15, 2016
  7. May 29, 2016
  8. May 28, 2016
  9. Apr 15, 2016
  10. 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
  11. Dec 23, 2014
  12. Dec 08, 2014
  13. 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
  14. Oct 22, 2014
  15. Oct 21, 2014