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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
:orphan:
Pint: makes units easy
======================
**Useful links**:
`Code Repository <https://github.com/hgrecco/pint>`__ |
`Issues <https://github.com/hgrecco/pint/issues>`__ |
`Discussions <https://github.com/hgrecco/pint/discussions>`__
.. grid:: 1 1 2 2
:gutter: 2
.. grid-item-card::
:img-top: _static/index_getting_started.svg
:link: getting/index
:link-type: doc
Getting Started
^^^^^^^^^^^^^^^
New to Pint? Check out the getting started guides. They contain an
introduction to Pint's main concepts and links to additional tutorials.
.. grid-item-card::
:img-top: _static/index_user_guide.svg
:link: user/index
:link-type: doc
User Guide
^^^^^^^^^^
The user guide provides in-depth information on the
key concepts of Pint with useful background information and explanation.
.. grid-item-card::
:img-top: _static/index_api.svg
:link: api/base
:link-type: doc
API reference
^^^^^^^^^^^^^
The reference guide contains a detailed description of the pint API.
The reference describes how the methods work and which parameters can
be used. It assumes that you have an understanding of the key concepts.
.. grid-item-card::
:img-top: _static/index_contribute.svg
:link: dev/contributing
:link-type: doc
Developer guide
^^^^^^^^^^^^^^^
Saw a typo in the documentation? Want to improve existing functionalities?
The contributing guidelines will guide you through the process of improving
Pint.
.. toctree::
:maxdepth: 2
:hidden:
:caption: For users
Getting started <getting/index>
User Guide <user/index>
Advanced topics <advanced/index>
ecosystem
API Reference <api/index>
changes
.. toctree::
:maxdepth: 1
:hidden:
:caption: For developers
dev/contributing
dev/pint-convert
.. toctree::
:maxdepth: 1
:hidden:
:caption: Community
GitHub repository <https://github.com/hgrecco/pint>
StackOverflow <https://stackoverflow.com/questions/tagged/pint>
|