mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
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:
parent
ee469e3122
commit
6155da72c8
7 changed files with 711 additions and 180 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue