From be48ce08fd2434676139abb6acc5a23070e9e3eb Mon Sep 17 00:00:00 2001 From: Tom Schierenbeck Date: Mon, 5 Feb 2024 12:24:40 +0100 Subject: [PATCH] Updated documentation --- doc/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index b5dc5d8..42d5d01 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -31,8 +31,7 @@ They are structured as follows .. autoapi-inheritance-diagram:: random_events.variables -All variables inherit from `pydantic `_'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`.