Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: expose API under
ibis
when possible
When looking at the reference, some methods are listed by where they are implemented, not where they are exposed publicly. eg `ibis.connect()` signature is listed as `backends.base.connect(resource, **kwargs)` currently. This commit changes that to simple `connect(resource, **kwargs)` where possible. For some reason I couldn't do this for `ibis.NA`, not sure why...
- Loading branch information