diff --git a/IPython/UserConfig/ipy_profile_sci.py b/IPython/UserConfig/ipy_profile_scipy.py similarity index 100% rename from IPython/UserConfig/ipy_profile_sci.py rename to IPython/UserConfig/ipy_profile_scipy.py diff --git a/IPython/UserConfig/ipythonrc-scipy b/IPython/UserConfig/ipythonrc-scipy deleted file mode 100644 index df351df..0000000 --- a/IPython/UserConfig/ipythonrc-scipy +++ /dev/null @@ -1,35 +0,0 @@ -# -*- Mode: Shell-Script -*- Not really, but shows comments correctly -#*************************************************************************** -# -# Configuration file for ipython -- ipythonrc format -# -# The format of this file is one of 'key value' lines. -# Lines containing only whitespace at the beginning and then a # are ignored -# as comments. But comments can NOT be put on lines with data. -#*************************************************************************** - -# This is an example of a 'profile' file which includes a base file and adds -# some customizaton for a particular purpose. - -# If this file is found in the user's ~/.ipython directory as ipythonrc-scipy, -# it can be loaded by calling passing the '-profile scipy' (or '-p scipy') -# option to IPython. - -# This example is meant to load several modules to turn ipython into a very -# capable environment for high-end numerical work, similar to IDL or MatLab -# but with the beauty of the Python language. - -# load our basic configuration with generic options -include ipythonrc - -# import ... -# Load Numpy an SciPy by themselves so that 'help' works on them -import_mod numpy scipy - -# from ... import ... -import_some - -# Now we load all of SciPy -# from ... import * -import_all numpy -import_all scipy diff --git a/doc/ChangeLog b/doc/ChangeLog index 510b18b..704d788 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -6,6 +6,9 @@ standalone IPython executables with py2exe (i.e. no python installation required). + * Removed ipythonrc-scipy, ipy_profile_scipy.py takes + its place. + 2007-05-21 Ville Vainio * platutil_win32.py (set_term_title): handle