diff --git a/nifty2go/operators/endomorphic_operator/endomorphic_operator.py b/nifty2go/operators/endomorphic_operator/endomorphic_operator.py
index bbd3a74ffc34acb3efc26e089c980a0bd3bc357e..26e61afc4558507ebf62857be3a6057d6e3c871e 100644
--- a/nifty2go/operators/endomorphic_operator/endomorphic_operator.py
+++ b/nifty2go/operators/endomorphic_operator/endomorphic_operator.py
@@ -52,18 +52,6 @@ class EndomorphicOperator(LinearOperator):
         Raised if
             * self_adjoint is not defined
 
-    Notes
-    -----
-
-    Examples
-    --------
-
-
-    See Also
-    --------
-    DiagonalOperator, SmoothingOperator,
-    PropagatorOperator, ProjectionOperator
-
     """
 
     # ---Overwritten properties and methods---