Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lesson template and HTML #102

Merged
merged 28 commits into from
Apr 27, 2015
Merged

Commits on Mar 24, 2015

  1. consolidate badge classes to swc.css

    the class removed are unused as we take advantage of classes provided by
    Bootstrap instead.
    fmichonneau committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    d299916 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2015

  1. CONTRIBUTING.md: Use a generic reference name for the issues link

    Downstream lesson maintainers are supposed to adapt this to point at
    their repository's issues [1], so use a reference name that works for
    both the lesson-template and downstream repositories.  That way they
    only have to update the referenced URL and can leave the reference
    name alone.
    
    [1]: swcarpentry/DEPRECATED-lesson-template#195 (comment)
    wking committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    6233f7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request swcarpentry#214 from wking/generic-reference-name-…

    …for-contributing-issues
    
    CONTRIBUTING.md: Use a generic reference name for the issues link
    Greg Wilson committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    50aa8c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2015

  1. tools: Add trailing newlines to files that were missing them

    This avoids things like:
    
      ~$ cat tools/validation_helpers.py
      ...
              return self.is_block(ast_node) and has_heading~$
    
    with your next prompt way over to the right ;).
    wking committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    787a378 View commit details
    Browse the repository at this point in the history
  2. Merge pull request swcarpentry#218 from wking/trailing-newlines

    tools: Add trailing newlines to files that were missing them
    Greg Wilson committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    cf25427 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. Configuration menu
    Copy the full SHA
    59d977c View commit details
    Browse the repository at this point in the history
  2. Verify that CONDUCT.md and CONTRIBUTING.md exist

    (even though the contents are not validated)
    abought committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    b193da7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request swcarpentry#221 from abought/ignore_conduct_contrib

    Ignore conduct.md and contributing.md. No, really.
    Raniere Silva committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    0a130d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. Configuration menu
    Copy the full SHA
    6a8a9d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. Merge pull request swcarpentry#222 from abought/logger_noroot

    Remove logger name (root) from console messages
    Greg Wilson committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    5fc9cb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. CONTRIBUTING.md: Remove the maintainer references

    Because we're going to be storing maintainer information locally in
    the README.md [1].
    
    [1]: swcarpentry/DEPRECATED-lesson-template#195 (comment)
    wking committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    1014aa0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. Merge pull request swcarpentry#223 from wking/local-maintainers

    CONTRIBUTING.md: Remove the maintainer references
    Raniere Silva committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    5d79ada View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Bootstrap v3.3.4

    Raniere Silva committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    37d4bcf View commit details
    Browse the repository at this point in the history
  2. Add article tag as wrap for lesson content

    Raniere Silva committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    128e60c View commit details
    Browse the repository at this point in the history
  3. Merge pull request swcarpentry#225 from r-gaia-cs/core-add-article

    Add article tag as wrap for lesson content
    Raniere Silva committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    41a416c View commit details
    Browse the repository at this point in the history
  4. Improve figures

    Figures should be centered
    and not overflow the screen.
    Raniere Silva committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    0c3058b View commit details
    Browse the repository at this point in the history
  5. Add variable to represent Pandoc

    Pandoc had some changes in the last versions.
    Having a variable for Pandoc will help
    maintainers to handle different versions of Pandoc.
    Raniere Silva committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    26f3290 View commit details
    Browse the repository at this point in the history
  6. Merge pull request swcarpentry#226 from r-gaia-cs/core-add-pandoc-var…

    …iable
    
    Add variable to represent Pandoc
    Raniere Silva committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    9dba3d2 View commit details
    Browse the repository at this point in the history
  7. CSS compatible with different versions of Pandoc

    Raniere Silva committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    e752fad View commit details
    Browse the repository at this point in the history
  8. Fix path of fonts

    Raniere Silva committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    0d08b98 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Add --smart for Pandoc

    Thanks to ocefpaf for request that.
    Raniere Silva committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    3ae50df View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2015

  1. Merge pull request swcarpentry#24 from fmichonneau/merge-badge-classes

    consolidate badge classes to swc.css
    Raniere Silva committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    a3b5731 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'upgrade-bootstrap' into new-style

    Raniere Silva committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    bb6f0f2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'style-img-responsive' into new-style

    Raniere Silva committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    b42f539 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'styles-compatible' into new-style

    Raniere Silva committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    381ddab View commit details
    Browse the repository at this point in the history
  5. Merge branch 'styles' into core

    Raniere Silva committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    e8e144b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'core' into git-new-style

    Raniere Silva committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    7d3a24f View commit details
    Browse the repository at this point in the history
  7. Update HTML

    Raniere Silva committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    7fed532 View commit details
    Browse the repository at this point in the history