-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
[fix #322] Fix reference links and upgrade to latest version of styles #323
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
_config.yml: no 'mailto' in 'email'
links.md: add links to carpentries' lessons overview pages
Check that Rmd episode files include `source: Rmd` Fixes carpentries/styles#273
[fix carpentries/styles#311] update descriptions of the carpentries
added about the discussion stage to the LC description
fix survey link variables
Makefile: fix typo in clean-rmd rule
Add surveys
CODE_OF_CONDUCT.md is already at the root of the repository.
Fix lesson_initialize.py to initialize new lessons
space out callout elements better
Co-authored-by: Allen Lee <allen.lee@asu.edu>
* Makefile: improve commands target and commands categories * replace 'files' with 'website'
* Update R install in .travis.yml See https://cran.r-project.org/bin/linux/ubuntu/README.html * update .travis.yml
Co-authored-by: Daniel McCloy <dan.mccloy@gmail.com>c
Co-authored-by: Sarah Brown <sarah_m_brown@brown.edu>
``` cd assets/js wget https://code.jquery.com/jquery-3.5.1.min.js wget https://code.jquery.com/jquery-3.5.1.min.map mv -f jquery-3.5.1.min.js jquery.min.js mv -f jquery-3.5.1.min.map jquery.min.map ``` Fixes carpentries/styles#460
.size() was deprecated in jQuery 3.0 in favor of .length attribute. https://jquery.com/upgrade-guide/3.0/#breaking-change-deprecated-size-removed Co-Authored-By: Thomas Green <tomgreen66@hotmail.com>
zkamvar
pushed a commit
that referenced
this pull request
May 8, 2023
[fix #322] Fix reference links and upgrade to latest version of styles
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.
I included here the syntax that should work best for internal links (resolving #322) and I'm bringing the latest version of styles at the same time as this repo hasn't gotten an update from styles in a while.