Add link to pint custom units page to docs

pull/205/head
Russ Garrett 2018-04-14 15:08:20 +01:00
rodzic ed974417ad
commit 7d5f25dfb3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 68880BB652AB0570
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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
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::
{
@ -90,6 +90,7 @@ registered with Pint::
.. _Pint: https://pint.readthedocs.io/
.. _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
---------------------------------------------