mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
metadata.yaml now treated as default in docs
Added sphinx-inline-tabs to provide JSON and YAML tabs to show examples. Refs #1153
This commit is contained in:
parent
8cd60fd1d8
commit
d7b21a8623
4 changed files with 445 additions and 60 deletions
|
|
@ -29,7 +29,19 @@ Datasette is aimed at data journalists, museum curators, archivists, local gover
|
|||
|
||||
Interested in learning Datasette? Start with `the official tutorials <https://datasette.io/tutorials>`__.
|
||||
|
||||
Support questions, feedback? Join our `GitHub Discussions forum <https://github.com/simonw/datasette/discussions>`__.
|
||||
Support questions, feedback? Join the `Datasette Discord <https://datasette.io/discord>`__.
|
||||
|
||||
.. tab:: macOS/Linux/other Unix
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
python -m pip install webcolors
|
||||
|
||||
.. tab:: Windows
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
py -m pip install webcolors
|
||||
|
||||
Contents
|
||||
--------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue