We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060c0e8 commit fe2e342Copy full SHA for fe2e342
docs/source/conf.py
@@ -48,6 +48,8 @@
48
('py:class', '3'),
49
('py:class', "<class 'dict'>"),
50
('py:class', "<class 'str'>"),
51
+ ('py:class', "graphistry.compute.ASTSerializable.ASTSerializable"),
52
+ ('py:class', "graphistry.compute.chain.Chain"),
53
('py:class', "graphistry.compute.predicates.ASTPredicate.ASTPredicate"),
54
('py:class', 'graphistry.compute.predicates.categorical.Duplicated'),
55
('py:class', 'graphistry.compute.predicates.is_in.IsIn'),
0 commit comments