Files
cvc5/docs/api/python/regular/python.rst
Gereon Kremer 21b15a0464 Add documentation for z3py compatibility API (#7652)
This PR includes documentation for the z3py compatibility API into our general API.
It does so by adding the z3py compatibility API as an external project to download it and then have sphinx document it via the autodoc extension that we already use for our regular python API.
Right now we simply show everything on one page, which should be refactored in the future.
2021-11-17 19:40:49 +00:00

26 lines
577 B
ReStructuredText

Python API Documentation
========================
.. only:: not bindings_python
.. warning::
This documentation was built while python bindings were disabled. This part of the documentation is likely either empty or outdated. Please enable :code:`BUILD_BINDINGS_PYTHON` in :code:`cmake` and build the documentation again.
.. toctree::
:maxdepth: 1
quickstart
datatype
datatypeconstructor
datatypeconstructordecl
datatypedecl
datatypeselector
grammar
op
result
roundingmode
solver
sort
unknownexplanation