mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 02:28:53 +02:00
doc: cross-reference FPGA compatibility table and vendor notes
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user