##// END OF EJS Templates
replace 'transformer' with 'preprocessor'
replace 'transformer' with 'preprocessor'

File last commit:

r12219:60e06808
r12219:60e06808
Show More
__init__.py
12 lines | 465 B | text/x-python | PythonLexer
# Class base Preprocessors
from .base import Preprocessor
from .convertfigures import ConvertFiguresPreprocessor
from .svg2pdf import SVG2PDFPreprocessor
from .extractoutput import ExtractOutputPreprocessor
from .revealhelp import RevealHelpPreprocessor
from .latex import LatexPreprocessor
from .sphinx import SphinxPreprocessor
from .csshtmlheader import CSSHTMLHeaderPreprocessor
# decorated function Preprocessors
from .coalescestreams import coalesce_streams