summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2022-05-07 19:07:35 -0300
committerHernan <hernan.grecco@gmail.com>2022-05-07 19:07:35 -0300
commit07b59af36bfb614f6f95cb4e0c9e7c4f3d1e4f6c (patch)
treeecf7bc58b5865df4a9eeba4ddde93b394d170959 /docs
parent81b7a0a341d71764823afea152924c17a4475c91 (diff)
downloadpint-07b59af36bfb614f6f95cb4e0c9e7c4f3d1e4f6c.tar.gz
Updated docs
Diffstat (limited to 'docs')
-rw-r--r--docs/defining-quantities.rst2
-rw-r--r--docs/developers_reference.rst39
2 files changed, 28 insertions, 13 deletions
diff --git a/docs/defining-quantities.rst b/docs/defining-quantities.rst
index 845c81c..ec57454 100644
--- a/docs/defining-quantities.rst
+++ b/docs/defining-quantities.rst
@@ -124,7 +124,7 @@ their appropriate objects:
>>> Q_('2.54')
<Quantity(2.54, 'dimensionless')>
>>> type(Q_('2.54'))
- <class 'pint.quantity.build_quantity_class.<locals>.Quantity'>
+ <class 'pint.util.Quantity'>
.. note:: Pint's rule for parsing strings with a mixture of numbers and
units is that **units are treated with the same precedence as numbers**.
diff --git a/docs/developers_reference.rst b/docs/developers_reference.rst
index 02f114e..19ce3cb 100644
--- a/docs/developers_reference.rst
+++ b/docs/developers_reference.rst
@@ -14,9 +14,6 @@ All Modules
.. automodule:: pint.compat
:members:
-.. automodule:: pint.context
- :members:
-
.. automodule:: pint.converters
:members:
@@ -32,29 +29,47 @@ All Modules
.. automodule:: pint.matplotlib
:members:
-.. automodule:: pint.measurement
+.. automodule:: pint.pint_eval
:members:
-.. automodule:: pint.pint_eval
+.. automodule:: pint.registry
:members:
-.. automodule:: pint.quantity
+.. automodule:: pint.registry_helpers
:members:
-.. automodule:: pint.registry
+.. automodule:: pint.testing
:members:
-.. automodule:: pint.registry_helpers
+.. automodule:: pint.util
:members:
-.. automodule:: pint.systems
+Facets
+------
+
+.. automodule:: pint.facets.plain
:members:
-.. automodule:: pint.testing
+.. automodule:: pint.facets.nonmultiplicative
:members:
-.. automodule:: pint.unit
+.. automodule:: pint.facets.formatting
:members:
-.. automodule:: pint.util
+.. automodule:: pint.facets.numpy
+ :members:
+
+.. automodule:: pint.facets.dask
+ :members:
+
+.. automodule:: pint.facets.measurement
+ :members:
+
+.. automodule:: pint.facets.group
+ :members:
+
+.. automodule:: pint.facets.system
+ :members:
+
+.. automodule:: pint.facets.context
:members: