##// END OF EJS Templates
rename call methods to transform and postprocess...
rename call methods to transform and postprocess - The `call` methods for nbconvert transformers has been renamed to `transform`. - The `call` methods of nbconvert post-processsors have been renamed to `postprocess`. pinging @Carreau and @jdrefer, who probably knows who'd be affected by this change... maybe @damianavila, @jakevdp

File last commit:

r11634:7be59c0a
r12218:19e43d9d
Show More
__init__.py
12 lines | 455 B | text/x-python | PythonLexer
# Class base Transformers
from .base import Transformer
from .convertfigures import ConvertFiguresTransformer
from .svg2pdf import SVG2PDFTransformer
from .extractoutput import ExtractOutputTransformer
from .revealhelp import RevealHelpTransformer
from .latex import LatexTransformer
from .sphinx import SphinxTransformer
from .csshtmlheader import CSSHTMLHeaderTransformer
# decorated function Transformers
from .coalescestreams import coalesce_streams