mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Add link to pint custom units page to docs
This commit is contained in:
parent
ed974417ad
commit
7d5f25dfb3
1 changed files with 2 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ Column units are configured in the metadata like so::
|
||||||
}
|
}
|
||||||
|
|
||||||
Units are interpreted using Pint_, and you can see the full list of available units in
|
Units are interpreted using Pint_, and you can see the full list of available units in
|
||||||
Pint's `unit registry`_. You can also add custom units to the metadata, which will be
|
Pint's `unit registry`_. You can also add `custom units`_ to the metadata, which will be
|
||||||
registered with Pint::
|
registered with Pint::
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -90,6 +90,7 @@ registered with Pint::
|
||||||
|
|
||||||
.. _Pint: https://pint.readthedocs.io/
|
.. _Pint: https://pint.readthedocs.io/
|
||||||
.. _unit registry: https://github.com/hgrecco/pint/blob/master/pint/default_en.txt
|
.. _unit registry: https://github.com/hgrecco/pint/blob/master/pint/default_en.txt
|
||||||
|
.. _custom units: http://pint.readthedocs.io/en/latest/defining.html
|
||||||
|
|
||||||
Setting which columns can be used for sorting
|
Setting which columns can be used for sorting
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue