##// END OF EJS Templates
PEP8
Jonathan Frederic -
Show More
@@ -71,9 +71,9 b' class SphinxTransformer(ActivatableTransformer):'
71 71 by cell basis, we do not call the base implementation.
72 72 """
73 73 if self.enabled:
74 return self.Transform(nb, other)
74 return self.transform(nb, other)
75 75
76 def Transform(self, nb, other):
76 def transform(self, nb, other):
77 77 """
78 78 Sphinx transformation to apply on each notebook.
79 79 """
General Comments 0
You need to be logged in to leave comments. Login now