From 70d17f2cc5e12625750920dea3920ae43652a315 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 17 Jan 2022 23:21:23 +0100 Subject: [PATCH] doc: cross-reference FPGA compatibility table and vendor notes --- doc/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/data.py b/doc/data.py index 4d75e78..53eb2a0 100644 --- a/doc/data.py +++ b/doc/data.py @@ -70,7 +70,7 @@ def FPGADataToTable(data, tablefmt: str = "rst"): return tabulate( [ [ - vendor, + f":ref:`{vendor} <{vendor.lower().replace(' ','')}>`", f"`{item.Description} <{item.URL}>`__", item.Model if isinstance(item.Model, str) else ', '.join(item.Model), item.Memory,