mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
parent
238d604a10
commit
971b9d4081
6 changed files with 43 additions and 26 deletions
|
@ -55,7 +55,7 @@ def extract_tactic_doc(ous, f):
|
|||
generate_tactic_doc(ous, f, ins)
|
||||
|
||||
def generate_simplifier_doc(ous, name, desc):
|
||||
ous.write("## Simplifier [" + name + "](summary/#tactic-" + name + ")\n")
|
||||
ous.write("## Simplifier [" + name + "](../summary/#tactic-" + name + ")\n")
|
||||
ous.write("### Description\n" + desc + "\n")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue