datasette/docs/index.rst
Simon Willison aec3ae5323
Docs for datasette publish and package, closes #337
Also introduced a new mechanism for ensuring the --help examples in the
documentation reflect the current output of the --help commands, via a new
update-docs-help.sh script. Closes #336
2018-07-10 19:05:46 -07:00

36 lines
702 B
ReStructuredText

Datasette
=========
*A tool for exploring and publishing data*
Datasette provides an instant, read-only JSON API for any SQLite
database. It also provides tools for packaging the database up as a
Docker container and deploying that container to hosting providers such
as `Zeit Now`_ or `Heroku`_.
Some examples: https://github.com/simonw/datasette/wiki/Datasettes
Contents
--------
.. toctree::
:maxdepth: 2
installation
getting_started
publish
json_api
sql_queries
csv_export
facets
full_text_search
spatialite
metadata
config
introspection
custom_templates
plugins
changelog
.. _Zeit Now: https://zeit.co/now
.. _Heroku: https://www.heroku.com/