Add reference page to documentation using Sphinx autodoc (#312)

* Docstrings and type annotations for almost every method
* New /reference API documentation page using Sphink autodoc
* Custom Read The Docs config, to get autodoc working
* Fix for #313 (add_foreign_keys() doesn't reject being called with a View)
* Fixed #315 (.delete_where() returns [] when it should return self)
This commit is contained in:
Simon Willison 2021-08-10 16:09:28 -07:00 committed by GitHub
commit 6155da72c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 711 additions and 180 deletions

View file

@ -962,7 +962,7 @@ The ``table.analyze_column(column, common_limit=10, value_truncate=None)`` metho
The name of the column
``total_rows``
The total number of rows in the table`
The total number of rows in the table
``num_null``
The number of rows for which this column is null