Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : f402c81
Branch  : main
Author  : Erin Becker <erinstellabecker@gmail.com>
Time    : 2023-10-20 13:22:31 +0000
Message : Merge pull request datacarpentry#877 from klgallagher/main

Formatting changes to episodes
  • Loading branch information
actions-user committed Mar 19, 2024
1 parent e5432a4 commit 5c6bd48
Show file tree
Hide file tree
Showing 2 changed files with 1,667 additions and 0 deletions.
86 changes: 86 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
#------------------------------------------------------------
# Values for this lesson.
#------------------------------------------------------------

# Which carpentry is this (swc, dc, lc, or cp)?
# swc: Software Carpentry
# dc: Data Carpentry
# lc: Library Carpentry
# cp: Carpentries (to use for instructor training for instance)
# incubator: The Carpentries Incubator
carpentry: 'dc'

# Overall title for pages.
title: 'Data Analysis and Visualisation in R for Ecologists'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: '2015-04-02'

# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries'

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'stable'

# License of the lesson materials (recommended CC-BY 4.0)
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/datacarpentry/R-ecology-lesson'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: 'curriculum@carpentries.org'

# Navigation ------------------------------------------------
#
# Use the following menu items to specify the order of
# individual pages in each dropdown section. Leave blank to
# include all pages in the folder.
#
# Example -------------
#
# episodes:
# - introduction.md
# - first-steps.md
#
# learners:
# - setup.md
#
# instructors:
# - instructor-notes.md
#
# profiles:
# - one-learner.md
# - another-learner.md

# Order of episodes in your lesson
episodes:
- 00-before-we-start.Rmd
- 01-intro-to-r.Rmd
- 02-starting-with-data.Rmd
- 03-dplyr.Rmd
- 04-visualization-ggplot2.Rmd
- 05-r-and-databases.Rmd

# Information for Learners
learners:
- reference.md

# Information for Instructors
instructors:
- instructor-notes.md

# Learner Profiles
profiles:

# Customisation ---------------------------------------------
#
# This space below is where custom yaml items (e.g. pinning
# sandpaper and varnish versions) should live


url: 'https://datacarpentry.github.io/R-ecology-lesson'
Loading

0 comments on commit 5c6bd48

Please sign in to comment.