Files
cvc5/docs/api/python/python.rst
yoni206 538eea94a5 Python api documentation: Op, Grammar, Result, Enums (#7095)
This PR adds documentation to the python class Op, Grammar, Result, and for API enums.
Additionally, documentation for isNull functions in the datatype classes is added for the python API, and a small change in the cpp API documentation is introduced.
2021-10-15 23:09:02 +00:00

27 lines
585 B
ReStructuredText

.. _python-api:
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
solver
datatype
datatypeconstructor
datatypeconstructordecl
datatypedecl
datatypeselector
grammar
op
result
roundingmode
unknownexplanation