1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
pint-xarray
===========
A convenience wrapper for using `pint`_ in `xarray`_ objects.
.. _pint: https://pint.readthedocs.io/en/stable
.. _xarray: https://xarray.pydata.org/en/stable
.. warning::
This package is experimental, and new versions might introduce backwards incompatible
changes.
Documentation
-------------
**Getting Started**:
- :doc:`installation`
- :doc:`examples`
.. toctree::
:maxdepth: 1
:caption: Getting Started
:hidden:
installation
examples
**User Guide**:
- :doc:`terminology`
- :doc:`creation`
- :doc:`conversion`
.. toctree::
:maxdepth: 1
:caption: User Guide
:hidden:
terminology
creation
conversion
**Help & Reference**:
- :doc:`whats-new`
- :doc:`api`
- :doc:`contributing`
.. toctree::
:maxdepth: 1
:caption: Help & Reference
:hidden:
whats-new
api
contributing
|