diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 65a371f..844c127 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -206,7 +206,7 @@ 'PythonScriptController', 'Sofa.PythonScriptController', 'launcher', # 'yaml', - 'numpy','scipy', + 'numpy','scipy','Cheetah', 'PyQt5',"PyQt5.QtCore","PyQt5.QtGui","PyQt5.QtWidgets"] # MOCK_CLASSES = [ diff --git a/python/mor/reduction/__init__.py b/python/mor/reduction/__init__.py index 59d2371..198ad31 100644 --- a/python/mor/reduction/__init__.py +++ b/python/mor/reduction/__init__.py @@ -5,6 +5,6 @@ **Content:** """ -__all__=["reduceModel","script","container"] +__all__=["template","script","container","reduceModel"] from mor.reduction.reduceModel import ReduceModel \ No newline at end of file