3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

Documentation website fixes.

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-10-24 21:00:23 +01:00
parent 61905a10db
commit 0713535fa6
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -65,3 +65,5 @@ src/api/java/Native.cpp
src/api/java/Native.java
src/api/java/enumerations/*.java
*.bak
doc/api
doc/code

View file

@ -15,5 +15,5 @@
- <a class="el" href="class_microsoft_1_1_z3_1_1_context.html">.NET API</a>
- <a class="el" href="namespacecom_1_1microsoft_1_1z3.html">Java API</a>
- <a class="el" href="namespacez3py.html">Python API</a> (also available in <a class="el" href="z3.html">pydoc format</a>).
- Try Z3 online at <a href="http://rise4fun.com/z3py">RiSE4Fun</a> using <a href="http://rise4fun.com/z3py">Python</a> or <a href="http://rise4fun.com/z3">SMT 2.0</a>.
- Try Z3 online at <a href="http://rise4fun.com/z3">RiSE4Fun</a>.
*/