diff --git a/_episodes/03-organization.md b/_episodes/03-organization.md index a6027b8148dbcb43ec15292a322e07818aee25b7..9a22e911351b14c1a4a1a77fcffd35106b809d08 100644 --- a/_episodes/03-organization.md +++ b/_episodes/03-organization.md @@ -89,7 +89,7 @@ The `bin/lesson_initialize.py` script creates files that need to be customized f `_config.yml` : The [Jekyll][jekyll] configuration file. This must be edited so that its links and other settings are correct for this lesson. - * `carpentry` should be either "dc" (for Data Carpentry) or "swc" (for Software Carpentry). + * `carpentry` should be either "dc" (for Data Carpentry), "lc" (for Library Carpentry), or "swc" (for Software Carpentry). * `title` is the title of your lesson, e.g., "Defence Against the Dark Arts". @@ -137,7 +137,7 @@ The `bin/lesson_initialize.py` script creates files that need to be customized f `_extras/about.md` : General notes about this lesson. - This page includes brief descriptions of Software Carpentry and Data Carpentry, + This page includes brief descriptions of The Carpentries, and is a good place to put institutional acknowledgments. `_extras/discussion.md` diff --git a/_episodes/04-formatting.md b/_episodes/04-formatting.md index c96dd50997a46d26238293009117c19bde548fbe..8d48e095b910a4f726d7a9700ff1dc586cfdf882 100644 --- a/_episodes/04-formatting.md +++ b/_episodes/04-formatting.md @@ -3,7 +3,7 @@ title: "Formatting" teaching: 10 exercises: 0 questions: -- "How are Software and Data Carpentry lessons formatted?" +- "How are The Carpentries lessons formatted?" objectives: - "Explain the header of each episode." - "Explain the overall structure of each episode."