##// END OF EJS Templates
DOC: fix links to matplotlib, notebook docs...
DOC: fix links to matplotlib, notebook docs I've added a link to pandas, made all matplotlib links point to matplotlib.org, and fixed a link in the notebook help menu to point to our new notebook.html, now that htmlnotebook.html is a redirect. Whoever ends up merging this PR should backport it to 1.x.

File last commit:

r11634:7be59c0a
r12176:0962ec44
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