Skip to content

Commit

Permalink
Add Uncertainty enums.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Mar 15, 2024
1 parent 7729abb commit 21cb415
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 140 deletions.
31 changes: 16 additions & 15 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ Classes
:members:


``UncertaintyDirection``
-------------------------

.. autoclass:: UncertaintyDirection
:member-order: bysource
:members:


``UncertaintyFlag``
--------------------

.. autoclass:: UncertaintyFlag
:member-order: bysource
:members:


``Correlation``
---------------

Expand Down Expand Up @@ -196,21 +212,6 @@ Other attributes

A flag that is *True* when PyYAML is available on your system, *False* otherwise.

.. py:attribute:: NOMINAL
type: string

Shorthand for :py:attr:`Number.NOMINAL`.

.. py:attribute:: UP
type: string

Shorthand for :py:attr:`Number.UP`.

.. py:attribute:: DOWN
type: string

Shorthand for :py:attr:`Number.DOWN`.

.. |colab| image:: https://colab.research.google.com/assets/colab-badge.svg
:target: https://colab.research.google.com/github/riga/scinum/blob/master/example.ipynb
:alt: Open in colab
Expand Down
Loading

0 comments on commit 21cb415

Please sign in to comment.