diff options
| author | Hernan <hernan.grecco@gmail.com> | 2022-10-27 09:36:47 -0300 |
|---|---|---|
| committer | Hernan <hernan.grecco@gmail.com> | 2022-10-27 09:36:47 -0300 |
| commit | 52b616ecc1da13e65ccd6ee3ea53b0cd572876fa (patch) | |
| tree | fad4d5258e794960b2fe47044ab55767ed4fe0da /docs/api | |
| parent | 9eecc1fc105b0d137fe878a4a20e8c1e8ed5e036 (diff) | |
| download | pint-52b616ecc1da13e65ccd6ee3ea53b0cd572876fa.tar.gz | |
Make Quantity, Unit and Measurement show inherited members
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/base.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/api/base.rst b/docs/api/base.rst index c060cac..3e859fa 100644 --- a/docs/api/base.rst +++ b/docs/api/base.rst @@ -17,13 +17,15 @@ Most important classes .. autoclass:: Quantity :members: + :inherited-members: .. autoclass:: Unit :members: + :inherited-members: .. autoclass:: Measurement :members: - + :inherited-members: Exceptions and warnings ----------------------- @@ -55,7 +57,7 @@ Exceptions and warnings Sharing registry among packages ------------------------------- -, + .. autofunction:: get_application_registry .. autofunction:: set_application_registry |
