mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-11 17:54:44 +00:00
cmdref: Add cmd titles
Display subheadings for each command. Remove now redundant toc entry for `yosys> help <cmd>` line.
This commit is contained in:
parent
68cb02d9f3
commit
a3125ce892
2 changed files with 5 additions and 1 deletions
|
@ -33,7 +33,7 @@ class TocNode(ObjectDescription):
|
|||
signode['ids'].append(idx)
|
||||
|
||||
def _object_hierarchy_parts(self, sig_node: addnodes.desc_signature) -> tuple[str, ...]:
|
||||
if 'fullname' not in sig_node:
|
||||
if 'tocname' not in sig_node:
|
||||
return ()
|
||||
|
||||
modname = sig_node.get('module')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue