From c6bbf96471d8408717ed5719fed1a0b93351f99a 2013-10-31 01:42:48 From: Paul Ivanov Date: 2013-10-31 01:42:48 Subject: [PATCH] a couple of more stray XDG / .config references --- diff --git a/IPython/core/usage.py b/IPython/core/usage.py index 5c1cb7b..bce4ea6 100644 --- a/IPython/core/usage.py +++ b/IPython/core/usage.py @@ -45,10 +45,9 @@ Usage This file is typically installed in the `IPYTHONDIR` directory, and there is a separate configuration directory for each profile. The default profile - directory will be located in $IPYTHONDIR/profile_default. For Linux users, - IPYTHONDIR defaults to `$HOME/.config/ipython`, and for other Unix systems - to `$HOME/.ipython`. For Windows users, $HOME resolves to C:\\Documents - and Settings\\YourUserName in most instances. + directory will be located in $IPYTHONDIR/profile_default. IPYTHONDIR + defaults to to `$HOME/.ipython`. For Windows users, $HOME resolves to + C:\\Documents and Settings\\YourUserName in most instances. To initialize a profile with the default configuration file, do:: diff --git a/docs/source/config/old.rst b/docs/source/config/old.rst index e166fbc..ee29e13 100644 --- a/docs/source/config/old.rst +++ b/docs/source/config/old.rst @@ -12,8 +12,7 @@ Outdated configuration information that might still be useful This section will help you set various things in your environment for your IPython sessions to be as efficient as possible. All of IPython's configuration information, along with several example files, is stored -in a directory named by default $HOME/.config/ipython if $HOME/.config -exists (Linux), or $HOME/.ipython as a secondary default. You can change this by +in a directory named by default $HOME/.ipython. You can change this by defining the environment variable IPYTHONDIR, or at runtime with the command line option -ipythondir.