##// END OF EJS Templates
Backport PR #4174: various issues in markdown and rst templates...
Backport PR #4174: various issues in markdown and rst templates - remove prompts from default output - add missing HTML block - remove double-wrapping of latex - use plain-markdown indentation for code blocks (could use GFM ``` ` ` `python```) - images didn't work in either one at all - markdown extracts output closes #4024 candidate for backport to 1.1

File last commit:

r415:4a5dcb15
r12468:fd6d484f
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]