3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-18 22:59:03 +00:00
yosys/docs/util
Krystine Sherwin 024bfcdc53
Docs: Add :cmd:title: directive
Calling :cmd:title:`<cmd>` will generate a cross reference to `<cmd>`, but unlike :cmd:ref: which displays a literal block and puts the title (short_help) in the hovertext (the title field of an a-ref), :cmd:title: will display "<cmd> - <short_help>" as plain text.
Thus replacing the previous use case of referring to :doc:`cmd/<cmd>`.
Also refactor util py scripts to have more descriptive names.
2025-03-21 10:26:12 +13:00
..
__init__.py Adding custom domain for cmdref 2023-08-08 11:51:57 +12:00
cell_documenter.py Docs: Add :cmd:title: directive 2025-03-21 10:26:12 +13:00
cmd_documenter.py Docs: Add :cmd:title: directive 2025-03-21 10:26:12 +13:00
custom_directives.py Docs: Add :cmd:title: directive 2025-03-21 10:26:12 +13:00
RtlilLexer.py Rst docs conversion (#3496) 2022-11-15 12:55:22 +01:00