##// END OF EJS Templates
Post review with Min, Fernando, and Brian. Simplification...
Post review with Min, Fernando, and Brian. Simplification deleted: latex/abstract.tplx deleted: latex/latex_sphinx_article.tplx deleted: latex/latex_sphinx_report.tplx deleted: latex/style_notebook.tplx deleted: latex/style_simple.tplx

File last commit:

r12573:e46115c2
r12750:930d72c6
Show More
__init__.py
13 lines | 522 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
from .highlightmagics import HighlightMagicsPreprocessor
# decorated function Preprocessors
from .coalescestreams import coalesce_streams