You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
1.2 KiB

  1. ===================
  2. Documentation Style
  3. ===================
  4. A brief single sentence to describe what this file contains; in this case a
  5. description of the style to write documentation in.
  6. Sections
  7. ========
  8. Each section should be separated from the others by two blank lines. Headings
  9. should be underlined using a row of equals signs (===). Paragraphs should be
  10. separated by a single blank line, and wrap to no further than 80 columns.
  11. [[TODO(username): if you want to leave some unanswered questions, notes for
  12. further consideration, or other kinds of comment, use a TODO section. Make sure
  13. to notate it with your name so we know who to ask about it!]]
  14. Subsections
  15. -----------
  16. If required, subsections can use a row of dashes to underline their header. A
  17. single blank line between subsections of a single section.
  18. Bullet Lists
  19. ============
  20. * Bullet lists can use asterisks with a single space either side.
  21. * Another blank line between list elements.
  22. Definition Lists
  23. ================
  24. Terms:
  25. Start in the first column, ending with a colon
  26. Definitions:
  27. Take a two space indent, following immediately from the term without a blank
  28. line before it, but having a blank line afterwards.