##// END OF EJS Templates
- Remove changelog so we can at least locally we can use symlinks....
- Remove changelog so we can at least locally we can use symlinks. The symlink will NOT be committed until we figure out a good solution for win32 users. - Add support for finding class docs when instances are queried. Closes report by John Hunter on the list.

File last commit:

r1049:c87d640e
r1050:e13752b2
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()