##// END OF EJS Templates
updated IPython module organization descriptions...
updated IPython module organization descriptions removed IPython.gui, since that was moved to deathrow, and IPython.kernel since it was deprecated. Added links to relevant sections of documentation when appropriate. Thanks to Jason Grout for point out that this was out of date.

File last commit:

r2058:7e8fc59a
r6714:6d4f6b56
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()