-
-
Notifications
You must be signed in to change notification settings - Fork 18
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 to styles v9.5.2 #23
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rev 7da36a5 added a new row to the syllabus table with only 11 columns (instead of 12), which broke layout. This fix adds the missing space.
The consumer was removed by 079d7d5 (Updating contribution guidelines in boilerplate, 2016-06-26).
bin/lesson_initialize.py: Remove 'example-site' reference
Checking consolidated links
Visually separate inline code blocks
Adding JQuery debugging
Fix layout of syllabus table
ensure dt elements have an id set
Make tables wider
Improve round corners on block input and output
Update copyright year with current year
Jekyll doesn't export the _episodes_rmd so we need to flag the files. Each Rmd file must have in the YAML header source: Rmd
Numbering the lessons in the schedule
Revert "ensure dt elements have an id set"
As suggested by @gcapes.
Improve wording on syllabus.html
Closes carpentries/styles#283 `site.email` is used as: _includes/lesson_footer.html: <a href="mailto:{{ site.email }}">Contact</a> _includes/workshop_footer.html: <a href="mailto:{{ site.email }}">Contact</a> Therefore, it does not make sense to have `mailto` in the `email` itself.
gitIgnore for R
remove permalink that breaks asset includes
Move CODE_OF_CONDUCT.md to boilerplate
Makefile: add docker-serve target
Add links.md to files in boilerplate
update URLs to reflect consolidation to carpentries organization
* Add 'cp' (Carpentry) as a lesson type (for instructor training) * Explain lesson type abbreviations (swc, dc, lc, cp) * Emphasize the fact that there is no need to edit "repository" variable in front matter
links.md: add links to carpentries' lessons overview pages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request brings the latest version of the template to this repository. Release notes are available from the styles GitHub Repository. See v9.5.1 and v9.5.2. Deployment progress tracked in carpentries/styles#302.