mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
indentation and updated links to default landing pages
This commit is contained in:
parent
bcbda45298
commit
2ead209d40
3 changed files with 97 additions and 90 deletions
|
@ -225,6 +225,15 @@ try:
|
|||
|
||||
website_dox_substitutions = {}
|
||||
bullet_point_prefix='\n - '
|
||||
website_dox_substitutions['CPP_API'] = (
|
||||
'{prefix}<a class="el" href="namespacez3.html">C++ API</a> '
|
||||
).format(
|
||||
prefix=bullet_point_prefix)
|
||||
website_dox_substitutions['C_API'] = (
|
||||
'{prefix}<a class="el" href="z3__api_8h.html">C API</a> '
|
||||
).format(
|
||||
prefix=bullet_point_prefix)
|
||||
|
||||
if Z3PY_ENABLED:
|
||||
print("Python documentation enabled")
|
||||
website_dox_substitutions['PYTHON_API'] = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue