From 41a0fce2b047dacc0e67972ca058c194caa1a51c Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 29 Mar 2018 16:24:52 +0200 Subject: doc: Reorganize documentation This reorganizes the documentation somewhat to be more tutorial-styled. --- rumba/model.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rumba/model.py') diff --git a/rumba/model.py b/rumba/model.py index 4c151e9..2d573f6 100644 --- a/rumba/model.py +++ b/rumba/model.py @@ -44,7 +44,8 @@ from rumba.elements.topology import ( LinkQuality, Delay, - Loss + Loss, + Distribution ) from rumba.elements.experimentation import ( @@ -72,6 +73,7 @@ __all__ = [ "LinkQuality", "Delay", "Loss", + "Distribution", # Experimentation "Experiment", -- cgit v1.2.3