- Mar 21, 2015
-
-
Raniere Silva authored
-
Greg Wilson authored
Render specific blockquotes as Bootstrap panels
-
Raniere Silva authored
From http://getbootstrap.com/components/#panels-alternatives the only panel that the font color is white is `panel-primary` and for that reason it is the only one that we can't use. This replace the use of `panel-primary` with `panel-warning` since prerequisites and learning objectives **never** appear in the same file.
-
Piotr Banaszkiewicz authored
Blockquotes that have a header (with class "callout", "challenge", "prereq", "objectives") as their first element will get rendered as <div>s. Their structure will resemble Bootstrap's panel: http://getbootstrap.com/components/#panels-alternatives There's currently an issue with pandoc: the header nested under the blockquote will never have assigned attributes. This is causing the panel's heading to look enormous. I'll fix it in https://github.com/swcarpentry/styles/pull/11. BTW: glyphicons won't render correctly unless 'fonts' directory gets moved up one level to the 'css' directory. I'll fix that in https://github.com/swcarpentry/styles/pull/11 too.
-
- Mar 19, 2015
-
-
Raniere Silva authored
Core and gh-pages aren't sync
-
Raniere Silva authored
This is based on 966a0322 from gh-pages. Thanks to @ChristinaLK to report the problem.
-
- Mar 04, 2015
-
-
Raniere Silva authored
Validator should ignore CONDUCT.md and CONTRIBUTING.md
-
Andy Boughton authored
-
- Mar 02, 2015
-
-
Greg Wilson authored
Adding contributor covenant
-
Greg Wilson authored
-
- Mar 01, 2015
-
-
Greg Wilson authored
-
Greg Wilson authored
-
- Feb 18, 2015
-
-
Raniere Silva authored
Add more lables to to setup labels script
-
- Feb 17, 2015
-
-
Raniere Silva authored
-
- Feb 16, 2015
-
-
Greg Wilson authored
Do not render CONTRIBUTING.html. Ignore it if it is built.
-
Greg Wilson authored
Fix link to Pro Git chapter on contributing to a project.
-
John Blischak authored
-
John Blischak authored
-
- Feb 13, 2015
-
-
Raniere Silva authored
-
Greg Wilson authored
A generic CONTRIBUTING file
-
Greg Wilson authored
-
- Feb 12, 2015
-
-
Raniere Silva authored
Minor fixes to license file.
-
Greg Wilson authored
1. Removed YAML header. 2. Changed link to refer to `LICENSE.html` instead of `LICENSE.md`. Leaving the reference to the lesson-template repo alone - lesson authors will be expected to edit this (and instructions to do that will go in the docs in the gh-pages branch).
-
Greg Wilson authored
Validator should fail when FIXME present
-
Greg Wilson authored
Add validator target to makefile
-
Greg Wilson authored
Update validator to work with revised LICENSE.md.
-
Andy Boughton authored
-
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.
-
Greg Wilson authored
-
- Feb 11, 2015
-
-
Andy Boughton authored
First should come the common workflow tasks, then commands for internal/debugging use.
-
- Feb 10, 2015
-
-
Andy Boughton authored
-
Andy Boughton authored
Our authors use this label to mark unfinished/work in progress lessons.
-
Andy Boughton authored
-
- Feb 07, 2015
-
-
Andy Boughton authored
Fix validation of motivation.md
-
Raniere Silva authored
-
- Feb 06, 2015
-
-
Raniere Silva authored
Skip mailto links in link validation
-
- Feb 05, 2015
-
-
Andy Boughton authored
-
- Feb 04, 2015
-
-
Greg Wilson authored
-
- Jan 31, 2015
-
-
Andy Boughton authored
Add validation for callout boxes
-
Andy Boughton authored
Implement template-specific callout rules. Add tests and fix bugs revealed. Narrow def of callout: block must have heading. Simplify way that callout counts are tracked, improve log messages, and add further unit tests of callout validation. Ensure that callout validation is actually run
-