From 641209f9443fe89941a85d1d3733ada1978ec765 2006-01-20 21:18:32 From: vivainio Date: 2006-01-20 21:18:32 Subject: [PATCH] renamed rehash_dir.py to ext_rehashdir.py (a convention for naming extensions?), updated Changelog accordingly --- diff --git a/IPython/Extensions/rehash_dir.py b/IPython/Extensions/ext_rehashdir.py similarity index 100% rename from IPython/Extensions/rehash_dir.py rename to IPython/Extensions/ext_rehashdir.py diff --git a/doc/ChangeLog b/doc/ChangeLog index 0ba27fe..ecc68ba 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,8 +1,9 @@ 2006-01-20 Ville Vainio - * Ipython/Extensions/rehash_dir.py: Created a usable example - of how to extend ipython with new magics. Also added Extensions - dir to pythonpath to make executing extensions easy. + * Ipython/Extensions/ext_rehashdir.py: Created a usable example + (%rehashdir, very useful, try it out) of how to extend ipython + with new magics. Also added Extensions dir to pythonpath to make + importing extensions easy. * %store now complains when trying to store interactively declared classes / instances of those classes.