datasette/docs/index.rst
Simon Willison 788a542d3c
Docs for IndexView, TableView, RowView, closes #299
Also removed xfail from test_view_classes_are_documented, so any future *View
classes that are added without documentation will cause the tests to fail.
2018-07-27 21:21:42 -07:00

37 lines
711 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
pages
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/