Skip to contents

Write a datasheet to a JSON record and a Markdown rendering

Usage

write_datasheet(ds, json_path, md_path)

Arguments

ds

A datasheet list, from build_datasheet().

json_path

Output path for the machine-readable JSON record.

md_path

Output path for the human-readable Markdown rendering.

Value

Invisibly, the two paths written.