datasette/docs
Simon Willison f6183ff5fa
Renamed --limit to --config, added --help-config, closes #274
Removed the --page_size= argument to datasette serve in favour of:

    datasette serve --config default_page_size:50 mydb.db

Added new help section:

    $ datasette --help-config
    Config options:
      default_page_size            Default page size for the table view
                                   (default=100)
      max_returned_rows            Maximum rows that can be returned from a table
                                   or custom query (default=1000)
      sql_time_limit_ms            Time limit for a SQL query in milliseconds
                                   (default=1000)
      default_facet_size           Number of values to return for requested facets
                                   (default=30)
      facet_time_limit_ms          Time limit for calculating a requested facet
                                   (default=200)
      facet_suggest_time_limit_ms  Time limit for calculating a suggested facet
                                   (default=50)
2018-05-20 10:01:49 -07:00
..
.gitignore Added initial docs, including a changelog 2017-11-16 07:11:00 -08:00
auto-build.sh Added --load-extension argument to datasette serve 2017-11-16 08:48:49 -08:00
changelog.rst Release Datasette 0.21 2018-05-05 20:15:38 -03:00
conf.py Update conf.py 2018-05-12 09:08:11 -03:00
config.rst Renamed --limit to --config, added --help-config, closes #274 2018-05-20 10:01:49 -07:00
custom_templates.rst Fixed out-dated template in documentation 2018-04-18 22:57:31 -07:00
facets.png Added screenshots to facets and full_text_search docs, refs #255 2018-05-16 08:27:24 -07:00
facets.rst Updated default facet limits in docs 2018-05-18 08:50:37 -07:00
full_text_search.png Added screenshots to facets and full_text_search docs, refs #255 2018-05-16 08:27:24 -07:00
full_text_search.rst Added screenshots to facets and full_text_search docs, refs #255 2018-05-16 08:27:24 -07:00
getting_started.rst Renamed --limit to --config, added --help-config, closes #274 2018-05-20 10:01:49 -07:00
index.rst Renamed --limit to --config, added --help-config, closes #274 2018-05-20 10:01:49 -07:00
json_api.rst --limit= mechanism plus new limits for facets 2018-05-17 22:08:26 -07:00
Makefile Added initial docs, including a changelog 2017-11-16 07:11:00 -08:00
metadata.rst Initial implementation of facets, plus tests and docs 2018-05-12 19:29:41 -03:00
plugins.rst Datasette 0.20: static assets and templates for plugins 2018-04-20 07:32:02 -07:00
sql_queries.rst --limit= mechanism plus new limits for facets 2018-05-17 22:08:26 -07:00