Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsch420 committed Feb 5, 2024
1 parent 5345b22 commit be48ce0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ They are structured as follows
.. autoapi-inheritance-diagram:: random_events.variables


All variables inherit from `pydantic <https://docs.pydantic.dev/latest/>`_'s BaseModel, which means that they are easily serializable and
come with a lot of utility functions. Variables are order-able and comparable by their name.
Variables are order-able and comparable by their name.

Variables split in two categories, :class:`random_events.variables.Discrete` and
:class:`random_events.variables.Continuous`.
Expand Down

0 comments on commit be48ce0

Please sign in to comment.