diff --git a/_episodes/06-style-guide.md b/_episodes/06-style-guide.md index de38c82163e2736e18b5002aee34bfe8f0885b00..968f803534350e040a05cf872d8deea59f39ec4d 100644 --- a/_episodes/06-style-guide.md +++ b/_episodes/06-style-guide.md @@ -183,4 +183,16 @@ Please label links with meaningful texts, in order to [improve accessibility](https://webaccess.berkeley.edu/ask-pecan/click-here). Please avoid `click here` or similar. +## Title Casing + +Lesson and episode titles should be written in title case e.g. + +> Saving the World, One Commit at a Time + +An exception should be made where the title includes the name of a tool/library/command that must be typed in lower case when used, e.g. + +> Data Visualisation with `matplotlib` + +(In HTML files, such as the workshop schedule and syllabus files in the [workshop webpage template](https://github.com/carpentries/workshop-template), tool/command/library names such as `matplotlib` in the example above can be correctly formatted using `` tags.) + {% include links.md %}