datasette/datasette
Simon Willison d9b508ffaa @documented decorator plus unit test plus sphinx.ext.autodoc
New mechanism for marking datasette.utils functions that should be covered by the
documentation, then testing that they have indeed been documented.

Also enabled sphinx.ext.autodoc which can now be used to embed the documented
versions of those functions.

Refs #1176
2022-02-06 22:31:06 -08:00
..
publish Help summaries for publish cloudrun/heroku 2022-01-13 16:12:54 -08:00
static Hand-edited pixel favicon, refs #1603 2022-01-20 10:43:15 -08:00
templates Refactored alternate_url_json mechanism, refs #1620, #1533 2022-02-02 13:32:47 -08:00
utils @documented decorator plus unit test plus sphinx.ext.autodoc 2022-02-06 22:31:06 -08:00
views Remove JSON rel=alternate from some pages, closes #1623 2022-02-02 13:48:52 -08:00
__init__.py Implemented import shortcuts, closes #957 2022-02-05 22:34:33 -08:00
__main__.py Add support for running datasette as a module (#556) 2019-07-11 09:07:44 -07:00
actor_auth_cookie.py ds_author cookie can now expire, closes #829 2020-06-10 12:39:54 -07:00
app.py Jinja template_name should use "/" even on Windows (#1617) 2022-02-02 17:58:35 -08:00
blob_renderer.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
cli.py Updated settings help URL to avoid redirect 2022-01-13 16:38:16 -08:00
database.py Hidden tables data_licenses, KNN, KNN2 for SpatiaLite, closes #1601 2022-01-19 20:38:49 -08:00
default_magic_parameters.py Removed some unused imports 2021-07-15 23:26:12 -07:00
default_menu_links.py Redirect /-/config to /-/settings, closes #1103 2020-11-24 12:19:14 -08:00
default_permissions.py Rename _schemas to _internal, closes #1156 2020-12-21 11:48:06 -08:00
facets.py Fix for colliding facet types bug, closes #625 2021-12-16 12:12:04 -08:00
filters.py filters_from_request plugin hook, now used in TableView 2021-12-17 11:02:14 -08:00
hookspecs.py filters_from_request plugin hook, now used in TableView 2021-12-17 11:02:14 -08:00
inspect.py Modernize code to Python 3.6+ (#1158) 2020-12-23 09:04:32 -08:00
plugins.py filters_from_request plugin hook, now used in TableView 2021-12-17 11:02:14 -08:00
renderer.py Re-display user's query with an error message if an error occurs (#1346) 2021-06-01 20:46:20 -07:00
sql_functions.py _search= queries now correctly escaped, fixes #651 2019-12-29 18:48:30 +00:00
tracer.py tracer.trace_child_tasks() for asyncio.gather tracing 2022-02-04 21:19:49 -08:00
url_builder.py Fixed bug loading database called 'test-database (1).sqlite' 2021-01-24 21:13:05 -08:00
version.py Release 0.60 2022-01-13 17:36:51 -08:00