Skip to content
/ tutorial-template Public template

Template for LMU OSC branded and styled tutorials

License

CC-BY-SA-4.0, CC0-1.0 licenses found

Licenses found

CC-BY-SA-4.0
LICENSE.md
CC0-1.0
LICENSE-CODE.md
Notifications You must be signed in to change notification settings

lmu-osc/tutorial-template

Tutorial Template

This repo serves as the template/basis for our Quarto tutorials.

Check CITATION.cff Format

Repo templates come with a GitHub Action that will check that the CITATION.cff file is correctly formatted every time the file is pushed to GitHub (and it will check on any branch to which it is pushed.)

You can also run this check locally with the code below which 1) installs the cffconvert checker package, and runs the check (inside of a Docker container). You may need to install Docker and Python 3 if they are not already on your computer.

python3 -m pip install --user cffconvert
docker run --rm -v "${PWD}:/app" citationcff/cffconvert --validate

About

Template for LMU OSC branded and styled tutorials

Resources

License

CC-BY-SA-4.0, CC0-1.0 licenses found

Licenses found

CC-BY-SA-4.0
LICENSE.md
CC0-1.0
LICENSE-CODE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages