Skip to content
Snippets Groups Projects
Unverified Commit 75d1ec7b authored by Toby Hodges's avatar Toby Hodges Committed by GitHub
Browse files

Add note about title casing to style guide

parent b8cbfedb
Branches
No related merge requests found
......@@ -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 `<code></code>` tags.)
{% include links.md %}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment