diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2019-04-09 12:20:08 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-04-11 11:21:10 +0000 |
commit | d18a0cbfc1704c7ec854c0a1cedf0f245517631e (patch) | |
tree | 3906cf9cc1fb8d810ec7654ed6063b2f94f88108 /Documentation | |
parent | 1e742217e6061a95376318525df45a872f049f07 (diff) |
Documentation: Make lenovo codenames human readable
Use rst parser to convert the csv to markdown tables.
Change-Id: I7fd61bd7a4e8818901520311332ae4027e7a7d02
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32250
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/mainboard/index.md | 1 | ||||
-rw-r--r-- | Documentation/mainboard/lenovo/codenames.csv (renamed from Documentation/thinkpad/codenames.csv) | 0 | ||||
-rw-r--r-- | Documentation/mainboard/lenovo/codenames.md | 7 |
3 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index d94c23e2f7..7eaf425e20 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -51,6 +51,7 @@ The boards in this section are not real mainboards, but emulators. ## Lenovo +- [Mainboard codenames](lenovo/codenames.md) - [Hardware Maintenance Manual of ThinkPads](lenovo/thinkpad_hmm.md) - [T4xx common](lenovo/t4xx_series.md) - [X2xx common](lenovo/x2xx_series.md) diff --git a/Documentation/thinkpad/codenames.csv b/Documentation/mainboard/lenovo/codenames.csv index ad77059480..ad77059480 100644 --- a/Documentation/thinkpad/codenames.csv +++ b/Documentation/mainboard/lenovo/codenames.csv diff --git a/Documentation/mainboard/lenovo/codenames.md b/Documentation/mainboard/lenovo/codenames.md new file mode 100644 index 0000000000..8552294588 --- /dev/null +++ b/Documentation/mainboard/lenovo/codenames.md @@ -0,0 +1,7 @@ +# Lenovo mainboard codenames + +```eval_rst +.. csv-table:: + :header: "Marketing name", "Development codename" + :file: codenames.csv +``` |