doc: cross-reference FPGA compatibility table and vendor notes
This commit is contained in:
parent
7fcc9b7d2c
commit
70d17f2cc5
|
|
@ -70,7 +70,7 @@ def FPGADataToTable(data, tablefmt: str = "rst"):
|
||||||
return tabulate(
|
return tabulate(
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
vendor,
|
f":ref:`{vendor} <{vendor.lower().replace(' ','')}>`",
|
||||||
f"`{item.Description} <{item.URL}>`__",
|
f"`{item.Description} <{item.URL}>`__",
|
||||||
item.Model if isinstance(item.Model, str) else ', '.join(item.Model),
|
item.Model if isinstance(item.Model, str) else ', '.join(item.Model),
|
||||||
item.Memory,
|
item.Memory,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue