##// END OF EJS Templates
Fix latex formatting of docstrings, patch by Stefan van der Walt...
Fix latex formatting of docstrings, patch by Stefan van der Walt <stefan-AT-sun.ac.za>.

File last commit:

r0:6f629fcc
r67:d002c3d0
Show More
pycolor
6 lines | 171 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.PyColorize
IPython.PyColorize.main()