doc: cross-reference FPGA compatibility table and vendor notes

This commit is contained in:
umarcor 2022-01-17 23:21:23 +01:00
parent 7fcc9b7d2c
commit 70d17f2cc5
1 changed files with 1 additions and 1 deletions

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,