egglog-python icon indicating copy to clipboard operation
egglog-python copied to clipboard

Add reference docs for egglog builtins

Open saulshanabrook opened this issue 2 years ago • 0 comments

Currently the egglog builtins, i64, String, etc, are not documented because Sphinx's autodoc can't process them b/c they aren't real classes, but runtime values that act like classes.

To fix this, we should add custom support to sphinx, which is possible.

saulshanabrook avatar Feb 07 '24 16:02 saulshanabrook