summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-10-27 16:05:02 -0700
committerGitHub <noreply@github.com>2021-10-27 16:05:02 -0700
commit75f92b54a63f80aabf6591e9033f28c62d9ed030 (patch)
tree893c423b4f38b6b2a57c6fd386be8e7f702b17df /docs/api
parent2519a0ba0491b8500799b56caf952a15bf2d0409 (diff)
parent95685c06c1c3983bc50a5cf4b4196fc1c5ae2247 (diff)
Merge branch 'master' into issue7504issue7504
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/python/python.rst3
-rw-r--r--docs/api/python/sort.rst6
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/api/python/python.rst b/docs/api/python/python.rst
index a6aca2cf9..f6258af2d 100644
--- a/docs/api/python/python.rst
+++ b/docs/api/python/python.rst
@@ -13,7 +13,6 @@ Python API Documentation
:maxdepth: 1
quickstart
- solver
datatype
datatypeconstructor
datatypeconstructordecl
@@ -23,4 +22,6 @@ Python API Documentation
op
result
roundingmode
+ solver
+ sort
unknownexplanation
diff --git a/docs/api/python/sort.rst b/docs/api/python/sort.rst
new file mode 100644
index 000000000..270113e0c
--- /dev/null
+++ b/docs/api/python/sort.rst
@@ -0,0 +1,6 @@
+Sort
+================
+
+.. autoclass:: pycvc5.Sort
+ :members:
+ :undoc-members:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback