##// END OF EJS Templates
Missing, renamed SVG2PDFTransformer in sphinx howto exporter
Missing, renamed SVG2PDFTransformer in sphinx howto exporter

File last commit:

r11422:757b1049
r11424:1a5ac8ac
Show More
__init__.py
12 lines | 467 B | text/x-python | PythonLexer
# Class base Transformers
from .base import ConfigurableTransformer
from .convertfigures import ConvertFiguresTransformer
from .SVG2PDF import SVG2PDFTransformer
from .extractfigure import ExtractFigureTransformer
from .revealhelp import RevealHelpTransformer
from .latex import LatexTransformer
from .sphinx import SphinxTransformer
from .csshtmlheader import CSSHTMLHeaderTransformer
# decorated function Transformers
from .coalescestreams import coalesce_streams