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

add all contribs #36

Closed
wants to merge 59 commits into from
Closed

add all contribs #36

wants to merge 59 commits into from

Conversation

klieret
Copy link
Member

@klieret klieret commented Sep 6, 2022

  • Can't have a readme, because it'd overwrite the readme of other repos
  • add warning blockquote style, Add blockquote style for warnings and common errors carpentries/styles#49 (#475)
  • Make links in code tags distinguishable (#478)
  • _config.yml: link to Lesson Life Cycle chapter of CDH
  • added a link to the documentation
  • added a link to the analysis snapshots
  • Got rid of the ssh example
  • Added post installation links and hello world
  • Adding some suggested changes
  • Update 08-gitlab-ci.md
  • Update 08-gitlab-ci.md
  • repo_check.py: allow URLs not ending with .git (#482)
  • Makefile: fix comment in front of lesson-check (#481)
  • repo_check.py: match https repositories (#483)
  • Makefile: don't use /bin/bash shell (#484)
  • [fix Not getting Travis CI to build with ruby > 2.5.8 requirement  carpentries/styles#477] rewrite travis script
  • add vendor folder to gitignore and _config.yml
  • Add HSF to about page
  • Restore about page
  • Add include for link to curriculum
  • Add curriculum banner
  • Fix link to HSF logo
  • Make sure to prefix link with dot
  • OS stripe: adjust line height (#490)
  • Makefile: fix 'lesson-fixme' target for Windows (#486)
  • Fix Python scripts for Windows: UTF-8 encoding (#485)
  • only display Episodes drop-down if we have episodes to show (#491)
  • fix variable name
  • GitHub Actions: check lesson template (#489)
  • fix: tighten definitions of highlighter (#496)
  • add three more common languages (#497)
  • Remove carpentry specific part of PR template
  • Update repo url, email
  • Actually make repo URL dynamic
  • Move --docker-login from end of singularity shell command to before image name (Move --docker-login from end of singularity shell command to before image name #18)
  • Improve setup (Improve setup #14)
  • Added second argument to histograms.sh to specify output dir (Added second argument to histograms.sh to specify output dir #17)
  • Add training center badge
  • Remove organization wide shared files (Remove organization wide shared files #19)
  • update-common-files
  • [pre-commit.ci] auto fixes from pre-commit.com hooks
  • Fixing typos
  • add-missing-config-key (add-missing-config-key #22)
  • Remove theme files
  • Update config for theme
  • [pre-commit.ci] auto fixes from pre-commit.com hooks
  • correct typo in setup
  • Remove carpentries CI
  • [pre-commit.ci] pre-commit autoupdate
  • Ignore "ro"
  • Add all contributors config

klieret and others added 30 commits July 21, 2020 17:57
To help users of the lesson template understand how to choose/when to update the value of life_cycle
Comments prepended with `##` appear in the output of `make commands`.
This commit changes `#` to `##` in front of `lesson-check` so that it
appears in the output of `make commands`.
Git for Windows doesn't provide fgrep, which is a shortcut
to call `grep -F` on Mac and Linux. Instead, we have to use
full arguments.
To avoid problems with various symbols, we have to specify the encoding
when we read files.
The actual codec name is `utf_8` but aliases like `utf8`, `utf-8`, etc
are accepted. Here, I'm using `utf-8` alias.
https://docs.python.org/3.8/library/codecs.html#standard-encodings

This fixes `make lesson-check` when running under 'Git for Windows' for
lessons that have non-cp1252 characters.
henryiii and others added 26 commits August 19, 2020 12:27
…re image name (#18)

It was found by Yury Smirnov that if the environment variables `SINGULARITY_DOCKER_USERNAME`, `SINGULARITY_DOCKER_PASSWORD` aren't pre-set, the `--docker-login` only works in the `singularity shell` command if put in front of the image name, not after.
* Improve link formatting; add some paragraphs

* Clear up instructions for non-CERN users
updates:
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](codespell-project/codespell@v2.1.0...v2.2.1)
@klieret klieret closed this Sep 6, 2022
@klieret klieret deleted the add-all-contribs branch September 6, 2022 14:55
@klieret klieret restored the add-all-contribs branch September 6, 2022 14:56
@klieret klieret deleted the add-all-contribs branch September 6, 2022 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.