This file can be used as a template for writing your lesson. It includes information and guidelines on formatting which supplement but do not replace the author's guidelines (/en/author-guidelines)
- Tutorials should not exceed 8,000 words (including code).
- Keep your tone formal but accessible.
- Talk to your reader in the second person (you).
- Adopt a widely-used version of English (British, Canadian, Indian, South African etc).
- The piece of writing is a "tutorial" or a "lesson" and not an "article".
- Adopt open source principles
- Write for a global audience
- Write sustainably
Delete everything above this line when ready to submit your lesson.
title: YOUR TITLE HERE
collection: lessons
layout: lesson
authors:
- FORENAME SURNAME 1
- FORENAME SURNAME 2, etc
Include the following short code to automatically generate a table of contents for your lesson (mandatory).
{% include toc.html %}
--
bold text
italic text
reserved words (eg "for loop", or "myData.csv")
Create a link to Programming Historian using the format in this sentence. Ensure linked phrases are semantically meaningful. Do not link terms that are meaningful only to sighted users such as "click here".
Copy this short-code to insert an image. Replace words in all caps with your image information (eg, Figure1.jpg). Captions should include sequential image numbering (eg "Figure 1: ...").
{% include figure.html filename="IMAGE-FILENAME" caption="CAPTION TO IMAGE" %}
If you want to include an aside or a warning to readers, you can set it apart from the main text:
It will appear in a coloured box and can be useful for drawing attention to particular warnings.
- Here is an item
- Here is another item
- Here is the final item
- Here is an item
- Here is another item
- Here is the final item
| Heading 1 | Heading 2 | Heading 3 |
|---|---|---|
| Row 1, column 1 | Row 1, column 2 | Row 1, column 3 |
| Row 2, column 1 | Row 2, column 2 | Row 2, column 3 |
| Row 3, column 1 | Row 3, column 2 | Row 3, column 3 |
- Links rather than endnotes may be appropriate in most cases.
- Ensure linked phrases are semantically meaningful. Do not link terms that are meaningful only to sighted users such as "click here".
- All traditionally published and academic literature should be end-noted rather than linked.
- If you are writing an "analysis" tutorial, you must refer to published scholarly literature.
- Endnote superscripts should be outside the final punctuation like this.1 Not inside like this1.
- Use the "Notes and Bibliography" system found in the The Chicago Manual of Style, 17th Edition for endnotes.
This is some text.1 This is some more text.2
Your assigned editor or the managing editor would be happy to answer any questions you may have.