[documentation] updated big parts of the doc

This commit is contained in:
mzwiessele 2014-09-07 15:42:03 +01:00
parent 3a7e42f24f
commit b9e897c50d
5 changed files with 171 additions and 116 deletions

View file

@ -18,6 +18,10 @@ from nose.tools import nottest
import kern
import plotting
# Direct imports for convenience:
from core import Model
from core.parameterization import Param, Parameterized, ObsAr
@nottest
def tests():
Tester(testing).test(verbose=10)