##// 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:

r2058:7e8fc59a
r12750:930d72c6
Show More
pycolor
6 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.utils.PyColorize
IPython.utils.PyColorize.main()