Documentation Fundamentals

Markdown, readme and more

Published

January 17, 2026

title: “Documentation Fundamentals” subtitle: “Markdown, readme and more” date: “2026-01-17” —

Documentation Fundamentals

About Markdown

What is a good readme?

Some examples for reproduction package

Key ingredients

  • Overview of project
  • license
  • All datasets (data tables) separately discussed
  • All key variables described (name, content, type, coverage (% share missing)
    • maybe also: source, extension (csv / xlsx/ parquet)
  • Data lineage “provenance” : source → processing → final structure

What is a variable dictionary (also called codebook)

  • more details of a dataset, often as xlsx
  • metric (euro, %), meaning of values if categorical
  • maybe even mean, min, max

Examples

Oh, but there is one we created we created