symforce-org / symforce

Fast symbolic computation, code generation, and nonlinear optimization for robotics
https://symforce.org
Apache License 2.0
1.41k stars 145 forks source link

`sym` module docs do not document classes or variables #265

Open aaron-skydio opened 1 year ago

aaron-skydio commented 1 year ago

Describe the bug The sym module docs look like this: symforce org_api-gen-py_sym html

This is probably just a matter of setting __all__ or something like we do for symbolic

Expected behavior They should document everything imported into the module, not just submodules