aboutsummaryrefslogtreecommitdiff
path: root/rumba/model.py
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2018-03-29 16:24:52 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-03-29 16:46:18 +0200
commit41a0fce2b047dacc0e67972ca058c194caa1a51c (patch)
tree9645ffbef5ff898ba38ef30728bcb537c7b0a267 /rumba/model.py
parentc1ad42adc854604e0023a01633976cb3d26b9244 (diff)
downloadrumba-41a0fce2b047dacc0e67972ca058c194caa1a51c.tar.gz
rumba-41a0fce2b047dacc0e67972ca058c194caa1a51c.zip
doc: Reorganize documentation
This reorganizes the documentation somewhat to be more tutorial-styled.
Diffstat (limited to 'rumba/model.py')
-rw-r--r--rumba/model.py4
1 files changed, 3 insertions, 1 deletions
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",