##// END OF EJS Templates
renamed rehash_dir.py to ext_rehashdir.py (a convention for naming...
vivainio -
Show More
1 NO CONTENT: file renamed from IPython/Extensions/rehash_dir.py to IPython/Extensions/ext_rehashdir.py
@@ -1,8 +1,9 b''
1 1 2006-01-20 Ville Vainio <vivainio@gmail.com>
2 2
3 * Ipython/Extensions/rehash_dir.py: Created a usable example
4 of how to extend ipython with new magics. Also added Extensions
5 dir to pythonpath to make executing extensions easy.
3 * Ipython/Extensions/ext_rehashdir.py: Created a usable example
4 (%rehashdir, very useful, try it out) of how to extend ipython
5 with new magics. Also added Extensions dir to pythonpath to make
6 importing extensions easy.
6 7
7 8 * %store now complains when trying to store interactively declared
8 9 classes / instances of those classes.
General Comments 0
You need to be logged in to leave comments. Login now