Separate reckless utility (1) and reckless rpc (7) documentation

Changelog-None.
This commit is contained in:
ShahanaFarooqui
2025-05-02 15:34:27 -07:00
committed by Rusty Russell
parent a90de8dcc7
commit 52a9bb1007
7 changed files with 160 additions and 124 deletions

View File

@@ -70,7 +70,7 @@ def extract_rpc_commands(rst_content):
commands = re.findall(
r"\b([a-zA-Z0-9_-]+)" r"\s+<([^>]+)>\n", manpages_block.group(1)
)
return [(re.sub(r"\blightning-", "", rpc_name), file_name) for rpc_name, file_name in commands]
return commands
return []