##// END OF EJS Templates
Merge pull request #12865 from pierstitus/patch-1...
Matthias Bussonnier -
r26387:849197de merge
parent child Browse files
Show More
@@ -119,11 +119,6 b' which adds a directory called ``profile_<name>`` to your IPython directory. Then'
119 you can load this profile by adding ``--profile=<name>`` to your command line
119 you can load this profile by adding ``--profile=<name>`` to your command line
120 options. Profiles are supported by all IPython applications.
120 options. Profiles are supported by all IPython applications.
121
121
122 IPython ships with some sample profiles in :file:`IPython/config/profile`. If
123 you create profiles with the name of one of our shipped profiles, these config
124 files will be copied over instead of starting with the automatically generated
125 config files.
126
127 IPython extends the config loader for Python files so that you can inherit
122 IPython extends the config loader for Python files so that you can inherit
128 config from another profile. To do this, use a line like this in your Python
123 config from another profile. To do this, use a line like this in your Python
129 config file:
124 config file:
General Comments 0
You need to be logged in to leave comments. Login now