doc: cross-reference FPGA compatibility table and vendor notes

This commit is contained in:
umarcor
2022-01-17 23:28:18 +01:00
parent 7fcc9b7d2c
commit 70d17f2cc5
+1 -1
View File
@@ -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,