3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
fixes to simplifier command front-end
This commit is contained in:
Nikolaj Bjorner 2023-01-31 09:32:34 -08:00
parent 238d604a10
commit 971b9d4081
6 changed files with 43 additions and 26 deletions

View file

@ -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")