summaryrefslogtreecommitdiff
path: root/docs/api/python
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-10-20 18:23:40 -0700
committerGitHub <noreply@github.com>2021-10-20 18:23:40 -0700
commit578cda677d0cc62991f3ab38d0bc26074c8c28d6 (patch)
treea231ffb813653c1e2da5b38f24a9bd87a6f16b45 /docs/api/python
parent2f903dcfff1eded7a75f71eede947719b72513d9 (diff)
parente590612dc4421d45cacc451a7b8a162acd9c7943 (diff)
Merge branch 'master' into fix1649fix1649
Diffstat (limited to 'docs/api/python')
-rw-r--r--docs/api/python/grammar.rst6
-rw-r--r--docs/api/python/op.rst6
-rw-r--r--docs/api/python/python.rst5
-rw-r--r--docs/api/python/result.rst6
-rw-r--r--docs/api/python/roundingmode.rst6
-rw-r--r--docs/api/python/unknownexplanation.rst6
6 files changed, 35 insertions, 0 deletions
diff --git a/docs/api/python/grammar.rst b/docs/api/python/grammar.rst
new file mode 100644
index 000000000..a2059fa93
--- /dev/null
+++ b/docs/api/python/grammar.rst
@@ -0,0 +1,6 @@
+Grammar
+================
+
+.. autoclass:: pycvc5.Grammar
+ :members:
+ :undoc-members:
diff --git a/docs/api/python/op.rst b/docs/api/python/op.rst
new file mode 100644
index 000000000..7769b33f0
--- /dev/null
+++ b/docs/api/python/op.rst
@@ -0,0 +1,6 @@
+Op
+================
+
+.. autoclass:: pycvc5.Op
+ :members:
+ :undoc-members:
diff --git a/docs/api/python/python.rst b/docs/api/python/python.rst
index d815f837a..a6aca2cf9 100644
--- a/docs/api/python/python.rst
+++ b/docs/api/python/python.rst
@@ -19,3 +19,8 @@ Python API Documentation
datatypeconstructordecl
datatypedecl
datatypeselector
+ grammar
+ op
+ result
+ roundingmode
+ unknownexplanation
diff --git a/docs/api/python/result.rst b/docs/api/python/result.rst
new file mode 100644
index 000000000..9edb12b92
--- /dev/null
+++ b/docs/api/python/result.rst
@@ -0,0 +1,6 @@
+Result
+================
+
+.. autoclass:: pycvc5.Result
+ :members:
+ :undoc-members:
diff --git a/docs/api/python/roundingmode.rst b/docs/api/python/roundingmode.rst
new file mode 100644
index 000000000..0c226082e
--- /dev/null
+++ b/docs/api/python/roundingmode.rst
@@ -0,0 +1,6 @@
+RoundingMode
+================
+
+.. autoclass:: pycvc5.RoundingMode
+ :members:
+ :undoc-members:
diff --git a/docs/api/python/unknownexplanation.rst b/docs/api/python/unknownexplanation.rst
new file mode 100644
index 000000000..54c37665b
--- /dev/null
+++ b/docs/api/python/unknownexplanation.rst
@@ -0,0 +1,6 @@
+UnknownExplanation
+================
+
+.. autoclass:: pycvc5.UnknownExplanation
+ :members:
+ :undoc-members:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback