pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Add missing methods in Table api doc #285

Closed saimn closed 5 years ago

saimn commented 5 years ago

Some methods are missing in the api doc.

To avoid this the sphinx-automodapi is great, it generates automatically the list of methods and attributes.

pudo commented 5 years ago

thanks :)